// JavaScript Document

function emptytextbox(X){ if (X.value=="search site"){ X.value=""}}


function hideArchiveWarning(){
  document.getElementById("redir").style.visibility='hidden';
  //return true;
}

