function DoRadiusSearch(b){var d=b.up(".divRadiusSearch").down(".txtQuery");var a=b.up(".divRadiusSearch").down(".cmbRadius");newURL="/radiussearch.aspx?q="+encodeURIComponent(d.value)+"&r="+a.value;if($$(".chkMonth").length){var c=$$(".chkMonth");newURL+="&m="+GenerateMonthsCSV(c)}window.setTimeout(function(){window.location=newURL},50);return false}Event.observe(window,"load",function(){$$(".btnSearch").each(function(b){b.onclick=function(){return DoRadiusSearch(b)};RedirectEnterKeyToButton(b.up(".divRadiusSearch").down(".txtQuery"),b)});var a=$$(".btnMonthSearch")[0];if(a){a.onclick=function(){return DoRadiusSearch($$(".btnSearch")[0])}}});