if (screen.width <= 699) {
document.location = "http://mobile.metalgearplanet.com";
}

if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) {
   location.replace("http://mobile.metalgearplanet.com");
}
