var Win=(navigator.userAgent.indexOf("Win")!=-1);
var Mac=(navigator.userAgent.indexOf("Mac")!=-1);
var Explorer=(navigator.appName.indexOf("Explorer")!=-1);
var Netscape=(navigator.appName.indexOf("Netscape")!=-1);
var opera=(navigator.userAgent.indexOf("Opera")!=-1);
var PSP=(navigator.userAgent.indexOf("PlayStation Portable")!=-1);
var Version=navigator.appVersion.charAt(0);
if
(opera)
{document.write('<LINK rel="stylesheet" href="http://www.stupid-net.com/x/mt/styles-site.css" type="text/css">');}
else if
(Win && Explorer && Version=="4")
{document.write('<LINK rel="stylesheet" href="http://www.stupid-net.com/x/mt/styles-site.css" type="text/css">');}
else if
(Win && Netscape && Version=="4")
{document.write('<LINK rel="stylesheet" href="css/win_nn4.css" type="text/css">');}
else if
(Explorer && Mac && Version=="4")
{document.write('<LINK rel="stylesheet" href="http://www.stupid-net.com/x/mt/styles-site.css" type="text/css">');}
else if
(Mac && Netscape && Version=="4")
{document.write('<LINK rel="stylesheet" href="css/mac_nn4.css" type="text/css">');}
else if
(PSP)
{document.write('<LINK rel="stylesheet" href="css/psp.css" type="text/css">');}
else
{document.write('<LINK rel="stylesheet" href="http://www.stupid-net.com/x/mt/styles-site.css" type="text/css">');}


if (document.all) {
document.write("<style>\n#inbox, #container{background-position-y:expression(document.body.scrollTop-this.offsetTop);}\n</style>\n");
  }
