// JavaScript Document
if (screen.width <= 699) 
 { document.location = "http://gothosted.com/mobile.html"; }

else if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) 
  { location.replace("http://gothosted.com/mobile.html"); }
