function clearSearchField() {
	if (document.search.search2.value == 'Search this site...')
		document.search.search2.value = '';
}

function emailpage(emailURL) {
	var temploc 			= emailURL;
	temploc = temploc + '\/?myURL=';
	temploc = temploc + window.location.href;
	window.location.href = temploc;
}
