<!--

function Clear(theText) {
	if (theText.value == theText.defaultValue) {
	theText.value = ""
	}
}	

function isBlank() {
	value=document.searchform.elements['SearchString'].value;
	if ( value == "" ){
        	alert("Please enter search word");
        	return false;
    	}
	else if ( value == "" ){
        	alert("Please enter search word");
        	return false;
    	}
    	else {
    		return true;
    	}
}	

function openWindow(URL,name,features) {
	window.open(URL,name,features);
}

function closeWindow() {
  window.close();
}

function imgSwap(primary, imgName)
{
 eval("document." + primary + ".src = '" + imgName + "'");	
}

var date = new Date();
var year = date.getFullYear();

function credit() {
	document.write('<a href="http://www.gocreative.com" class="credit">Powered by Gocreative ContentContributor</a>&nbsp;');
}

//-->