function HomePage(){
}
HomePage.init=function(){
	AlphaGallery.init();
}
onReadys.push(HomePage.init);

