if((location.href == 'http://www.polostmoritz.com')||(location.href == 'http://www.polostmoritz.com/')||(location.href == 'http://www.polostmoritz.ch/')||(location.href == 'http://www.polostmoritz.com/')||(location.href == 'http://polostmoritz.com')||(location.href == 'http://polostmoritz.com/')||(location.href == 'http://polostmoritz.ch/')||(location.href == 'http://polostmoritz.com/'))
{
	var uagent = navigator.userAgent.toLowerCase();
	device = new Array('iphone','ipod','series60','symbian','android','windows ce','blackberry','palm','htc');

	for(i=0; i<device.length; i++ )
	{ 
		if (uagent.search(device[i]) > -1)
		{ 
			window.location = "http://www.polostmoritz-mobile.ch/"; 
			break;
		} 
	}
}
