	window.onload = function () { searchDefault(); }

	function searchDefault() {
		var s =  document.getElementById('search-input');
		s.onfocus = function() { s.value = (s.value=='search here') ? '' : s.value; }
	//	s.onblur = function() { s.value=(s.value == '') ? 'search here' : s.value; }
	}

	function confirmSubmit(item) {
		var agree=confirm("Are you sure you want to delete:\n"+item);
		if (agree) return true ;
		else return false ;
	}

	function bannerLink(id, ext) {
		document.write("<div id=\"cmsBanner\"><a href=\"/banRedirect.php?bid="+id+"\" rel=\"nofollow\"><img src=\"/images/zdh73kfh46/"+id+"."+ext+"\" alt=\"Banner\" /></a></div>");
	}