function initJS ( PContent, ArticleID, UserName) {
	
	var ArtID = ArticleID || false;
	var UName = UserName || false;
	
	// alert('Parameter: ' + PContent + ', ' + ArticleID + ', ' + UserName);
	setBallon('BallonTip');
	doRequest('/ajax/bootstrap.php?c_mod=mod_comments&c_view=Comments_Widget', 'bBewertungen');
//	doRequest('/ajax/bootstrap.php?c_mod=mod_tagcloud&c_view=TagCloud_Widget', 'boxSuchbegriffes');

//	initAngebote('.$this->oLayout->oTemplateArticleNavigation->getRequest_CategoryId_Level1().');
//	if (ArtID) {
//		doRequest('/index.php?PContent=259&c_mod=mod_productrating&c_view=ProductRating_Page&ArticleID=' + ArticleID , 'w_comment');
//	}
	
/*

	if (UName) {
		initCoins();
	}
*/
}

