$(fixIE);

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