jQuery(function(){
	// Hide WP Hashcash ad (Only needed if you use the WP Hashcash plugin)
	$('#branding li:last').addClass('last');
	$('#tcform').prev().hide();
});

