document.getElementById('txtSearchTerm').value="Search";
function searchNow(){
	var searchFor=document.getElementById('txtSearchTerm').value;
	document.location.href="http://www.concordialanguagevillages.org/newsite/search/?q="+searchFor+"&amp;site=LanguageVillages&amp;client=languagevillages&amp;output=xml_no_dtd&amp;proxystylesheet=languagevillages";
}

