var br=new Array(4);

br=getBrowser();

if (br[0]=='firefox')
{document.write("<link rel=stylesheet href=\"\cssfirefox.css\" type=\"text\/css\">");
}
else if (br[0]+getMajorVersion(br[1])=='msie7')
{document.write("<link rel=stylesheet href=\"\cssie7.css\" type=\"text\/css\">");
}
else
{document.write("<link rel=stylesheet href=\"\cssie.css\" type=\"text\/css\">");
}