function ucfirst(a){return a.substr(0,1).toUpperCase()+a.substr(1)}jQuery.fn.log=function(a){console.log("%s: %o",a,this);return this};$(document).ajaxError(function(){alert("Sorry, I experianced a server error");return false});function growl(a){$.achtung({message:a,timeout:5})}
$(document).ready(function(){$(".hideme").expandCollapse({startHidden:true,triggerTag:"<p/>",expandText:"More",collapseText:"Less"});$(window).bind("load",function(){$("img").each(function(){if(typeof this.naturalWidth!="undefined"&&this.naturalWidth==0||this.readyState=="uninitialized")$(this).parent(".image_container").hide()})});$(".toggler-c").toggleElements();$(".av-cfg").avcfg();$(".av-protected").click(function(){var a=this,c=$(a).attr("href").match(/code=(.*)/)[1];$.get("/lib/get_email.json?code="+
c,function(b){$(a).attr("href","mailto:"+b).text(b).attr("title","")});$(a).unbind("click");return false})});

