  function chkSearchForm(strSource)
  {
    d = document.forms["searchArtist"]
	if (strSource == "submit")
    {
	  if (d["search"].value == "Search")
	  {
	    d["search"].value = "";
	  }
	  return true;
	}
	if ((d["search"].value == "Search")&&(strSource == "textbox")){
	  d["search"].value = "";
	}
  }
 dhHover = function() {var dhEls = document.getElementById("nav").getElementsByTagName("LI");for (var i=0; i<dhEls.length; i++){dhEls[i].onmouseover=function(){this.className+=" dhhover";}
dhEls[i].onmouseout=function(){this.className=this.className.replace(new RegExp(" dhhover\\b"), "");}}}
if (window.attachEvent) window.attachEvent("onload", dhHover);

function popup_venue() {window.open("","venue_box","top=5,left=5,toolbar=no,width=790,height=540,resizable=yes,scrollbars=yes,status=no");}
function popup_event() {window.open("","event_box","top=20,left=20,toolbar=no,width=710,height=460,resizable=yes,scrollbars=yes,status=no");}
function popup_email() {window.open("","event_box","top=20,left=20,toolbar=no,width=422,height=485,resizable=yes,scrollbars=yes,status=no");}
function popup2() {window.open("","mobile","toolbar=no,width=600,height=420,resizable=no,scrollbars=yes,status=no")}
function socbook() {window.open("","socbook","top=50,left=150,toolbar=no,width=700,height=420,resizable=yes,scrollbars=yes,status=no")}
function dShow(obj) {dShowMe(obj,'hidden')}
function dShowMe(obj,cssClass) {var object = document.getElementById(obj);var str = object.className;if(str.indexOf(cssClass)>-1)str = str.replace(cssClass,'');else str = str + " " + cssClass;object.className = str;}
function showCaptcha(doNext) {document.getElementById("overlay").style.visibility=(document.getElementById("overlay").style.visibility=="visible")?"hidden":"visible";doNext;}