function initJS ( PContent, ArticleID, UserName) {
	
	var ArticleID = ArticleID || false;
	var UserName = 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 (ArticleID) {
//		doRequest('/index.php?PContent=259&c_mod=mod_productrating&c_view=ProductRating_Page&ArticleID=' + ArticleID , 'w_comment');
//	}
	
	if (UserName) {
		initCoins();
	}
}
