browserVer=navigator.appName;

{ document.write("<b>");
  document.write("You are using "+browserVer+"<br><br></b>");
  document.write("It's good to know what browser your vistors are using especially when writing javascripts. Different browsers like to do things differently sometimes!");
}