<!--
    ua=navigator.userAgent;
    v=navigator.appVersion.substring(0,1);
    if ((ua.lastIndexOf("MSIE")!=-1) && (v='4')) {
        document.onclick = hfalse;
    }
	function hfalse() {
		Go = event.srcElement ;
		if (Go.tagName == 'A') {
			window.location.href = Go ;
			return false;
		}
	
	}


//-->
