Init = {
	Init : function(){
		Slider.Init();
		HotHeadlines.Init();
	}
}

window.onload = Init.Init;