// ***********************************************
// AUTHOR: WWW.ROBIN-ANN.COM
// URL: http://WWW.ROBIN-ANN.COM
// CO-AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************
if (screen.width <= 450) {
document.location = "/mobile/";
}

if (screen.width > 450) {
self.document.location;
}