// JavaScript Document

$(document).ready(function() {
	$("p[style='padding-left: 30px;']").wrap("<blockquote></blockquote>").attr("style", "");
});
