function initScreen() { 
	setTimeout("window.scrollTo(0,1);",100); 
}
function updateOrientation() {
	initScreen();
} 