var processSearch = function()
	{ 
		tUrl = "Search" + application.section + ".cfm?"; 
		tUrl = tUrl + "cx=000900175491469059534:vnqkwv5fefk&"; 
		tUrl = tUrl + "cof=FORID:11&"; 
		tUrl = tUrl + "ie=UTF-8&"; 
		tUrl = tUrl + "q=" + document.getElementById("googleSearch").value; 
    window.location = tUrl; 
  }