
  bName = navigator.appName;
  if (bName == "Netscape")
  window.location ="http://www.advancedlaser.net";
  else
  window.location ="http://www.advancedlaser.net"
