
	$(function(){ 
		$("hr").replaceWith('<div class="hr"></div>');
	});
