var br=new Array(4);

br=getBrowser();

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