_xInit ={
	
	genericInit: function(){
		setAutofills();
		setInfoInterace('');
		setAskSubmit();
		setHovers();
		_xVideo.enableVideoMouseUpFix();
		setSortOrder();
	},
	
	
	homeInit: function() {
		
		_xInit.genericInit();
		setMainFeature();
		
		$('#home .beast_holder .popup_author').each( function(){
				$(this).css('margin-top',(-1 * $(this).height()) - 13);
	    });
		
		_xVideo.checkVideopageOverlays();
		 
		
	},
	
	beastboardInit:function(){
		_xInit.genericInit();
		_xBeastBoard.init();
		setDropDowns();
		
	},
	
	bigfatstoryInit:function(){
		_xInit.genericInit();
		setBigFatStory();
		initBigFatStoryVote();
		
	},
	
	videopageInit:function(){
		_xInit.genericInit();
		initCalendar();
		checkVideopageOverlays();
		setVideopageEmail();
	},
	
	blogsandstoriesInit:function(){
		_xInit.genericInit();
		_xBlog.init();
		setBlogsStories();
		setDropDowns();
		
	},
	
	blogsandstoriesarticleInit:function(){
		_xInit.genericInit();
		_xBlog.initArticle();
		setBlogsStoriesArticle();
		
	},
	
	cheatsheetInit:function(){
		_xInit.genericInit();
		setCheatLinks(''); 
		initCheatVote();
		initCalendar();
		loadCheatVotes();
	}
	
	
	
}




bodyload = function(){  
	setVideoOverlays('');
}