<!-- Begin BROWSER OPTIONS CODE

if(navigator.appName == "Microsoft Internet Explorer")
{
 document.write('<link rel="STYLESHEET" type="text/css" href="corporatestyle.css">');
}
else
{
 document.write('<link rel="STYLESHEET" type="text/css" href="corporatestylemoz.css">');
}

//  End -->