if (document.layers) 
  document.write('<!-- No style sheets supported -->')
else 
  document.write('<link rel="stylesheet" href="../style/wwwStyle.css">');
