﻿//function googles(){
//	qs = document.getElementById("searchTerm").value;
//	location.href = "http://www.google.com/search?q="+qs.replace(/ /g,"+")+"+site%3Atotealube.com";
//}

function googles(){
	qs = document.getElementById("searchTerm").value;
	location.href = "http://localhost/Totealube/redesign/search.asp?terms="+qs;
}