function homePageOnWResize(){
}
function initHomePage(){
	eventOn(window,"resize",homePageOnWResize);
}
onReadys.push(initHomePage);
