	// let the magic - BEGIN



		/* tabs - BEGIN */
		JSBASE.widget.tabs.init();
		/* tabs - END */








		/* tooltip - BEGIN */
	
		var setThisArray = ['forumThreadPreview1', 'forumThreadPreview2', 'forumThreadPreview3', 'forumThreadPreview4', 'forumThreadPreview5', 'forumThreadPreview6', 'forumThreadPreview7', 'forumThreadPreview8', 'forumThreadPreview9', 'forumThreadPreview10', 'forumEntryPreview1', 'forumEntryPreview2', 'forumEntryPreview3', 'forumEntryPreview4', 'forumEntryPreview5', 'forumEntryPreview6', 'forumEntryPreview7', 'forumEntryPreview8', 'forumEntryPreview9', 'forumEntryPreview10', 'bandBlogPreview1', 'bandBlogPreview2', 'bandBlogPreview3', 'bandBlogPreview4', 'bandBlogPreview5', 'bandBlogPreview6', 'bandBlogPreview7', 'bandBlogPreview8', 'bandBlogPreview9', 'bandBlogPreview10', 'bandGbPreview1', 'bandGbPreview2', 'bandGbPreview3', 'bandGbPreview4', 'bandGbPreview5', 'bandGbPreview6', 'bandGbPreview7', 'bandGbPreview8', 'bandGbPreview9', 'bandGbPreview10', 'peopleBlogPreview1', 'peopleBlogPreview2', 'peopleBlogPreview3', 'peopleBlogPreview4', 'peopleBlogPreview5', 'peopleBlogPreview6', 'peopleBlogPreview7', 'peopleBlogPreview8', 'peopleBlogPreview9', 'peopleBlogPreview10', 'peopleGbPreview1', 'peopleGbPreview2', 'peopleGbPreview3', 'peopleGbPreview4', 'peopleGbPreview5', 'peopleGbPreview6', 'peopleGbPreview7', 'peopleGbPreview8', 'peopleGbPreview9', 'peopleGbPreview10', 'songPreview1', 'songPreview2', 'songPreview3', 'songPreview4', 'songPreview5', 'songPreview6', 'songPreview7', 'songPreview8', 'songPreview9', 'songPreview10', 'songCommPreview1', 'songCommPreview2', 'songCommPreview3', 'songCommPreview4', 'songCommPreview5', 'songCommPreview6', 'songCommPreview7', 'songCommPreview8', 'songCommPreview9', 'songCommPreview10', 'galleryPreview1', 'galleryPreview2', 'galleryPreview3', 'galleryPreview4', 'galleryPreview5', 'galleryPreview6', 'galleryPreview7', 'galleryPreview8', 'galleryPreview9', 'galleryPreview10', 'picCommPreview1', 'picCommPreview2', 'picCommPreview3', 'picCommPreview4', 'picCommPreview5', 'picCommPreview6', 'picCommPreview7', 'picCommPreview8', 'picCommPreview9', 'picCommPreview10', 'eventPreview1', 'eventPreview2', 'eventPreview3', 'eventPreview4', 'eventPreview5', 'eventPreview6', 'eventPreview7', 'eventPreview8', 'eventPreview9', 'eventPreview10', 'eventCommPreview1', 'eventCommPreview2', 'eventCommPreview3', 'eventCommPreview4', 'eventCommPreview5', 'eventCommPreview6', 'eventCommPreview7', 'eventCommPreview8', 'eventCommPreview9', 'eventCommPreview10'];
	
	
		for (i=0; i < setThisArray.length; i++) {
		
			elm = setThisArray[i];
		
			if(document.getElementById(setThisArray[i])) {
			
				//alert(elm);
			
				setThisArray[i] = document.getElementById(elm);
				JSBASE.DOM.addEvent(setThisArray[i], "mouseover", JSBASE.widget.tooltip.init, false);
				JSBASE.DOM.addEvent(setThisArray[i], "mouseout", JSBASE.widget.tooltip.destroy, false);
			}
		
		}
	
		/* tooltip - END */
	
	
	
		/* carousel - BEGIN */
	
		var jsbaseCarouselControlPrev = $('jsbaseCarouselControlPrev');
		var jsbaseCarouselControlNext = $('jsbaseCarouselControlNext');
	
		if (jsbaseCarouselControlPrev && jsbaseCarouselControlNext) {
			JSBASE.DOM.addEvent(jsbaseCarouselControlPrev, "click", JSBASE.widget.carousel.moveLeft, false); 
			JSBASE.DOM.addEvent(jsbaseCarouselControlNext, "click", JSBASE.widget.carousel.moveRight, false);
		}
	
		/* carousel - END */

	
	// let the magic - END
	
	
	
	