var _cssPath='';
var _cssFile='';

// Check if URL is "wip.wizwerx.com"
if (location.hostname=="wip.wizwerx.com")
{
  _cssPath = "http://wip.wizwerx.com/keppel_om/OffshoreMarine/inc/css/"
}
else
{
  _cssPath = "http://www.keppelom.com/inc/css/"
}

// if browser is netscape 4.x, link alternate css
if (document.layers)
{
  _cssFile = "netscape.css";
  document.write('<link href="' + _cssPath + _cssFile + '" type="text/css" rel="stylesheet">');
}
