function DoSearch(b){var a=document.getElementById(b).value;a=escape(a);var c=location.protocol+"//"+location.hostname+location.pathname.substring(0,location.pathname.lastIndexOf("/"));window.location.href=c+"/SearchResults.aspx?Keywords="+a+"&OrderType=1&PeriodType=0";return false}function KeyCheck(b,c){var a;if(window.event){a=window.event.keyCode}else{a=b.which}if(a==13){return DoSearch(c)}};
