var rateurl = window.location.href; document.write("<script type='text/javascript' src='http://www.rateit.org.uk/overlib.js'><!-- overLIB (c) Erik Bosrup --></script><div><iframe id='rateitframe' src='http://www.rateit.org.uk/script.php?obj="+rateurl+"&type=page' height='63px' width='47px' frameborder='0' scrolling='no' allowtransparency='true'></iframe><div id='helpball' style='background:url(http://www.rateit.org.uk/i/help.gif) no-repeat; width:15px; height:15px; position:relative; top:-60px; left:48px;'></div></div>");
var open = false;
function help(){
	open = true;
	return overlib('To rate simply move the<br>blue dot around the circle.');
}
function close(){
	if(open){
    	nd();
    }
	open = false;
}
window.onload = function(){
document.getElementById('helpball').onmouseover = help;
document.getElementById('helpball').onmouseout = close;
}