function fixMSIE() {
	if (document.body) {
		document.body.className = '';
	}
}

if (document.all && !window.opera) window.onresize = fixMSIE;

