var processSearch = function()
	{ 
		tUrl = "/Search/?"; 
		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; 
  }
 var q = document.getElementById("googleSearch");
 q.style.background = '#FFFFFF url(http:\x2F\x2Fwww.google.com\x2Fcse\x2Fintl\x2Fen\x2Fimages\x2Fgoogle_custom_search_watermark.gif) left no-repeat';
 var b = function() {
 if (q.value == '') {
 q.style.background = '#FFFFFF url(http:\x2F\x2Fwww.google.com\x2Fcse\x2Fintl\x2Fen\x2Fimages\x2Fgoogle_custom_search_watermark.gif) left no-repeat';
}
};
 var f = function() {
 q.style.background = '#ffffff';
 };

