 
  //Hoja de estilo formulario buscar para netscape 6
  var agt = navigator.userAgent.toLowerCase();
   var is_nav6 = (agt.indexOf("netscape6") != -1);

if (is_nav6)
	hoja = "contactoNs6"
	  
  document.write('<link rel="stylesheet" href="css/' + hoja + '.css">');
  //alert('<link rel="stylesheet" href="css/' + hoja + '.css">');
  
  