jQuery.extend({getUrlVars:function(){var d=[],c;var a=window.location.href.slice(window.location.href.indexOf("?")+1).split("&");for(var b=0;b<a.length;b++){c=a[b].split("=");d.push(c[0]);d[c[0]]=c[1]}return d},getUrlVar:function(a){return $.getUrlVars()[a]}});jQuery(document).ready(function(){$("#gsearchinput").autocomplete({source:"/XHR/groupac.xml.pl",minLength:2,select:function(c,d){location.href="/newssrch.htm?q="+d.item.value}});$("#gsearchinput").keypress(function(c){if(c.which==13){location.href="/newssrch.htm?q="+$("#gsearchinput").attr("value")}});function b(){function c(l,e,j){var h=$('<table border="1"/>').appendTo("#indexResults");for(var g=0;g<l.index.length;g++){var f=l.index[g];var k=$("<tr/>").appendTo(h);var m=$('<td class="index-date"/>').appendTo(k);$('<a href="/newspage.html?date='+f.date+'"/>').append(f.date).appendTo(m);$('<td class="index-count"/>').text(f.count).appendTo(k)}}function d(g,e,f){$("#indexResults").text("Not available at this time")}$.ajax({url:"/XHR/indexresults.xml.pl",cache:false,data:{json:1,count:10},dataType:"json",success:c,error:d})}function a(){function c(l,e,j){window.setTimeout(a,60000);$("#latestSearches").text("");var h=$('<table border="1px"/>').appendTo("#latestSearches");for(var g=0;g<l.searches.length;g++){var f=l.searches[g];var k=$("<tr/>").appendTo(h);$("<td/>").append($("<a/>").attr("href","/newssrch.htm?group="+f.search).text(f.search)).appendTo(k)}}function d(g,e,f){$("#latestSearches").text("Not available at this time")}$.ajax({url:"/XHR/latestsearches.xml.pl",cache:false,data:{json:1,count:10},dataType:"json",success:c,error:d})}b();a();$("#gsearchinput").focus()});
