jQuery(function(){
	// Hide WP Hashcash ad (Only needed if you use the WP Hashcash plugin)
	$('#commentform p:last').hide();
	$("a[href$=pdf]").addClass('pdf');
	$("a[href$=eps]").addClass('eps');
	$('body > div:not(#wrapper)').hide();
});
