jQuery(function(){
	// Cufon
	 // Cufon.replace('#header li a', { hover: true, fontFamily: 'Twentieth Century' });
	
	// Advanced CSS
	$('p:has(cite)').addClass('citation');
	
	// Hide WP Hashcash ad (Only needed if you use the WP Hashcash plugin)
	// Add class of last to the last li tag (in the top navigation)
	$('#header li:last').addClass('last');
	// Add class of first to the first li tag (in the top navigation)
	$('#tcform').prev().hide();
});


