
	document.write('Search Nelson County Businesses Using Google<br>');
	document.write('<input type=text name="q" size=50 value="">');
	document.write('<input type=button ');
		document.write('value="Search" ');
		document.write('name="search" ');
		document.write('onClick="document.location=' + "'http://www.google.com/search?q=' + q.value + '+site%3Awww.NelsonCountyVA.org/BusDir&submit=Google+Site+Search'" + '"><br>');
