$(function(){
	try{
		$("#body .content h4").each(function(){
			$(this).wrapInner('<div><div><div></div></div></div>');
		});
	}catch(e){}
	try{
		$(".body .content h4").each(function(){
			$(this).wrapInner('<div><div><div></div></div></div>');
		});
	}catch(e){}
});
