function remIE(obj)
{
	P=obj.parentNode;
	H=P.innerHTML;
	P.removeChild(obj);
	P.innerHTML=H;
}
