CWS=new function(){this.NS="CWS";var a=[];this.register=function(b){a=$(a).add(b)};$(document).ready(function(){$("body").addClass("js");$(a).each(function(){this.call()})})};CWS.Form=new function(){this.NS="CWS.Form";var a=this;var d=function(){$(this).parents("form").find("label").css("display","none")};var b=function(){if(""==this.value){$(this).parents("form").find("label").css("display","block")}};var c=function(f){if($(this).find("input[type=text]").get(0).value==""){return false}};var e=function(f){if(""!=f.value){a.hideLabel.call($(f))}$(f).focus(d);$(f).blur(b);$(f).parents("form").submit(c)};CWS.register(function(){$("input#site-search,input#register-form-email").each(function(){e(this)})})};CWS.Comments=new function(){this.NS="CWS.Email";var b=false;var c=function(f){var e=function(g){$("input#comments-form-name").attr("value",g.name);$("input#comments-form-email").attr("value",g.email);$("input#comments-form-http").attr("value",g.http);if(g.email!=""&&g.name!=""){$("input#comments-form-remember").get(0).checked=true}};var d="/comments/prefill";$.getJSON(d+"?ajax=true",e)};var a=function(e){var d=$(this);var g=function(h){if(!b){b=$(document.createElement("div"));d.before(b)}b.html(h.body);if(h.success){d.get(0).reset();c(d)}window.scrollTo(0,b.position().top)};var f=$(this).attr("action");$.post(f+"?ajax=true",d.serializeArray(),g,"json");return false};CWS.register(function(){$("form.comments-form").each(function(){c(this);$(this).submit(a)})})};CWS.GoogleAnalytics=new function(){this.NS="CWS.GoogleAnalytics";var b=200;var a=function(){if(window._gat!==undefined){try{var e=window._gat._getTracker("UA-6910480-1");e._trackPageview()}catch(f){}}else{window.setTimeout(a,b)}};var c=(("https:"==document.location.protocol)?"https://ssl.":"http://www.");var d=unescape("%3Cscript src='"+c+"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E");$("body").append(d);window.setTimeout(a,b)};