function changeCat(){var a=$("cat_list").options[$("cat_list").selectedIndex].value;var b=$("cat_list").options[$("cat_list").selectedIndex].getAttribute("stype");WAYN.Console.log("stype = "+b+"   lcat="+a);Refresh(b,a,1)}function Refresh(c,a,d){var b="/club?wce=getbox&content_type=overview&type="+c+"&cat="+a+"&page="+d;new Ajax.Request(b,{method:"GET",onSuccess:function(g){responseXml=g.responseXML;for(var f=responseXml.firstChild;f!=null;f=f.nextSibling){for(var e=f.firstChild;e!=null;e=e.nextSibling){if(e.nodeValue!=null&&e.nodeValue!=""){$("club_list").innerHTML=e.nodeValue}}}},onFailure:function(e){return},onException:function(e){return}})}function getUpdates(b){var a="/club?wce=getbox&content_type=updates&page="+b;new Ajax.Request(a,{method:"GET",onSuccess:function(e){responseXml=e.responseXML;for(var d=responseXml.firstChild;d!=null;d=d.nextSibling){for(var c=d.firstChild;c!=null;c=c.nextSibling){if(c.nodeValue!=null&&c.nodeValue!=""){$("club_list").innerHTML=c.nodeValue}}}},onFailure:function(c){return},onException:function(c){return}})}function FeaturedMouseOn(a){a.style.background="#f7fcea"}function FeaturedMouseOff(a){a.style.background=""};
