
  <!--
  // Navigator 6 and up
  if (is_nav6up) {
    document.write('<'+'link rel="stylesheet" type="text/css" href="style.css"" />');
  }
  // Navigator 4
  else if (is_nav4) {
    window.location="net.html"; 
  }
  // IE 5 and up
  else if (is_ie5up) {
    document.write('<'+'link rel="stylesheet" type="text/css" href="style.css" />');
  }
  // IE 4
  else if (is_ie4) {
    document.write('<'+'link rel="stylesheet" type="text/css" href="style.css" />');
  }
  // Opera5 and up
  else if (is_opera5up) {
    document.write('<'+'link rel="stylesheet" type="text/css" href="style.css" />');
  }
		 
  // -->
  