var usenew = 1;
  if ( navigator.appName != "Microsoft Internet Explorer" ) {
    if (navigator.appVersion.indexOf("4.") > -1) {
      usenew = 0;
    }
  }
// The above routine checks the particular browser version to handle some b-specific things.
