function cb(e) {
	return true
}
function gHref(el) {
	var l
	if ((l = gg(el,'a')) && l.length == 1)
	return l.item(0).href
	return 0
}
function hl(el) {
return
		if (gHref(el)) addClassName(el, 'mover');
}
function unhl(el) {
return
	rmClassName(el, 'mover')
}
function go(el) {
return
	var h = gHref(el)
	if (h) document.location = h
}
//document.write('<style type="text/css">.blockLink {display:none;}</style>')
