// Chamada Mobile

var x = screen.width;
var y = screen.height;                                  
if((x < 640 ) && (y < 480 )){
	window.location = "mobile.htm";
}
