// Script for the search bar 
function findIt(elem){
	window.location = 'http://www.google.com/search?sitesearch=foresightsystems-mands.com&q='+elem.value;
	return true;
}
