function googleevalkeypress(b){var a=window.event?b.keyCode:b.which;if(a==13){submitGoogleSearch()}}function submitGoogleSearch(){if(!document.forms[0]){$(location).attr("href","/search-results/?q="+$("#q").value+"&cx=002273504454764725984%3A_w7tnw6tyw0&cof=FORID%3A10&ie=UTF-8")}else{document.forms[0].action="/search-results/";document.forms[0].method="GET";document.forms[0].target="_self";$("input, select").each(function(){if(this.name!="q"&&this.name!="cx"&&this.name!="cof"&&this.name!="ie"&&this.name!="googlesearchbutton"){$(this).attr("disabled","disabled")}});document.forms[0].submit()}return true}function googleevalkeypress2(b){var a=window.event?b.keyCode:b.which;if(a==13){submitGoogleSearch2()}}function submitGoogleSearch2(){document.forms[0].action="/search-results/";document.forms[0].method="GET";$("input, select").each(function(){if(this.name!="q2"&&this.name!="cx"&&this.name!="cof"&&this.name!="ie"&&this.name!="googlesearchbutton"){$(this).attr("disabled","disabled")}});document.forms[0].submit();return true};
