function detect(){
	if ((screen.width<400 || screen.height<400) && (screen.width!=240 && screen.height!=228) ){
		location.href='http://www.freemeteo.com/default.asp?pid=238&la=1';
	}
}
detect();

