window.onload= handleOnLoad; 

			
function handleOnLoad() {
	 jsReady = true;
	 $w=(getScreenWidth()-720)/2+"px";
	
	 $('main_activity_app').setStyle({top: '176px'});
	 $('main_activity_app').setStyle({left: $w});
	
	 $w = (((getScreenWidth()-720)/2) + 483 ) + "px"; 
	 $('ad_g2').setStyle({left: $w});
	 
	 $w = (((getScreenWidth()-720)/2) + -273 ) + "px"; 
	 $('ad_g1').setStyle({left: $w});
	 
	// $('main_activity_app').setStyle({visibility: 'visible'});
}
	
