if(navigator.userAgent.indexOf("iPhone") != -1)
{
   window.location = "http://iphone.eatmydear.at";
}
