function bodyOnload(){
	try{
		initialize();
	} catch(e){}
	
	try{
		showlogin();
	} catch(i){}
}