
Cufon.replace('h1,#rightColumn h3,.widgettitle,h3#comments,#respond h3,#footer h3',{
	hover: true
});	
$(document).ready(function(){ 
	$(document).pngFix();
	$("h2:first").addClass("first");
	$("p.comments:last").addClass("last");			
});
