$(function(){	
	$("#bodyContent hr").livequery(function(){
		$(this).replaceWith('<div class="hr">&nbsp;</div>');
	});
});