if((location.href == 'http://corvatsch.ch')||(location.href == 'http://www.corvatsch.ch')||(location.href == 'http://corvatsch.ch/')||(location.href == 'http://www.corvatsch.ch/')||(location.href == 'http://i.corvatsch.ch')){
	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://i.corvatsch.ch/";
		 break;
	  }
	}
}
