if (screen.width==800||screen.height==600) //if 800x600
window.location.replace("http://www.inethost.in/mobile.html")

else if (screen.width==640||screen.height==480) //if 640x480
window.location.replace("http://www.inethost.in/mobile.html")

