$().ready(function() {

	//$('#navigation li:first-child ').addClass('first');
		$('#navigation li:last-child ').addClass('last');

	
	Cufon.replace('#navigation ul li , #navigation ul li a, #navigation a#home, body#home div#content div#rightCol dl#events dt, ul#submenu li strong',{hover:true, textShadow: '1px 1px white'});
	Cufon.replace('#header h1,#special h1',{textShadow: '3px 3px 20px rgba(51,51,51, 0.2)'});

	Cufon.replace('#special a, body#home div#content div#rightCol h1#happenings, body#bar div#content div#rightCol h1');
	Cufon.now();
	
	//wufoo stuff
	
	$('#wufooFormw7w9z5 #req_102').css('border', '1px solid red');
	
	// strip empty <p> tags on home page events
	
	$('body#home div#content div#rightCol p').each(function() {
    var $this = $(this);
    if($this.html().replace(/\s|&nbsp;/g, '').length == 0)
        $this.remove();
});


});
