function storyInit(){
	if(Qoo.$("story_index") && Qoo.$("close_btn")){
			Qoo.rollOverInitInId("close_btn",true);
	}
	if(Qoo.$("qa_index")){
		Qoo.rollOverInitInId("close_btn",true);
	}	
}
Qoo.addEventListener(window,"load",storyInit);