<!--
if (IsIE() == 1)
	{
	document.write('<hr class="IE" />')
	}
else
	{
	document.write('<hr class="NotIE" />')
	}
//-->