// include csshover.htc for IE 

if ((browser.isIE5x || browser.isIE6x) && browser.isWin) {
	document.write('<style type="text/css">body { behavior: url(csshover.htc); }</style>');
}
