// JavaScript Document
$(document).ready( function() { 	
	$("blockquote").each(function() {	$(this).html('<div class=\"blockquote-after\">' + $(this).html() + '</div>');	});	
});