function _fixsmartnav()
{
	if(window.__smartNav!=null)
	{
		var a=window.__smartNav.update.toString();
		a=a.replace('hdm.appendChild(k);', 'try{hdm.appendChild(k);}catch(e){}');
		eval('window.__smartNav.update='+a);
		document.detachEvent('onmousemove', _fixsmartnav);
	}
}


//document.attachEvent('onmousemove', _fixsmartnav);
if (window.addEventListener)
   window.addEventListener('mousemove', _fixsmartnav, false);
else if (window.attachEvent)
   window.attachEvent('onmousemove', _fixsmartnav);


document.body.onload=_fixsmartnav;




