// clear search box
function clearBox(){
	document.searchform.location.value = '';
	highlightBox();
}

function highlightBox() {
	document.searchform.location.focus();
	document.searchform.location.select();
}
// Stat counter variables
var sc_project=961063; 
var sc_invisible=1; 
var sc_partition=7; 
var sc_security="9b2e08e3"; 

