

if(navigator.userAgent.toLowerCase().indexOf('iphone') > -1)
	Pruef = confirm("Zur iPhone-Seite wechseln?");
	if (Pruef == true){window.location.href = "http://i.u21.de";}