$(document).ready(function(){
	$(".content:not(:has(p,ol,ul,dl,blockquote))")
        .wrapInner("<p></p>");
});