var browserName=navigator.appName;
var myWizzyObject;
function pesky(x) {
  if (browserName.indexOf("scap") != -1) {
    var MajorID;
    var myob = document.wizzythingy;
    //alert(browserName);
    //myob.visibility = 'hide';
    if (document.getElementById) {
      myWizzyObject = document.getElementById("wizzythingy").style;
      //alert("wizzin'...");
      setTimeout('onoffthing(2)', 1000);
    }
  } else if (browserName.indexOf("Microsoft") != -1) {
    return true;
  } else {
    alert("Unusual browser");
    alert(browserName);
  }
  if (x == 'xmas') {
    setUpSnowFlakes();
  }
}

function onoffthing(abc,localob){
  if (abc == 1) {
    //clearTimeout(MajorID);
    myWizzyObject.visibility = 'hidden';
    //alert("hide'...");
    MajorID = setTimeout("onoffthing(2)", 1000);
  } else {
    myWizzyObject.visibility = 'visible';
    //alert("show'...");
    MajorID = setTimeout("onoffthing(1)", 1000);
  }
}

Ver=parseInt(navigator.appVersion);
if (Ver >3) {
  isOK = 1;
}else {
  isOK = 0;
}

function Reference(source) {
  var ref_window = window.open(source, "GuildRules", "width=500,height=350,resizable=yes,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no"); 
}

function setUpSnowFlakes() {
  var divElement = "";
}
