
var agent=navigator.userAgent.toLowerCase();var is_iphone=((agent.indexOf('iphone')!=-1)||(agent.indexOf('android')!=-1));if(is_iphone){window.location="http://mobile.hotel-rio.de";}else{window.location="hotel.html";}
