function setHomef(ab)
{
	if (isie())
	{
		ab.style.behavior='url(#default#homepage)';ab.setHomePage('http://www.mimichat.be');
	}
	else
	{


	}
}

function isie()
{

var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;
return isIE ;
}

