function iPhoneAlert() {
if((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.match(/iPod/i))){
Check = confirm("Es gibt eine iPhone Version dieser Webseite. Jetzt wechseln?");
if (Check == true){window.location.href = "http://iphone.selbstanzeige-anwalt.de/";}
}
}

