$(document).ready(function(){$("#events h3 a").each(function(){$(this).html($(this).html().replace(/\u2013/g,"</span><br /><span>"))});var randomImage=Math.floor(Math.random()*$("#scroll .img_fade").length);$("#scroll .img_fade").hide();$("#scroll .img_fade").eq(randomImage).show();setInterval("fadeHeader()",6000);showDifferentFooter();setInputDefaults();$("#newsletter").click(function(e){e.preventDefault();$("#signup_teaser").fadeOut(function(){$("#signup_form").fadeIn()})});$("input:text, textarea").focus(function(){$(this).val("")});$("input:text, textarea").blur(function(){if($(this).val()==""){$(this).val($(this).attr("rel"))}});$("form").submit(function(){return processForm($(this).attr("id"))})});
