function tophits() 
{
	path  = document.URL;
	document.write('<img src=\"' + 
			'http://www.canoe.com/cgi-bin/tophits/tophits.cgi' + 
			'?path=' + path + '&bid=canoe_divertissement' +
			'\" width=\"1\" height=\"1\" alt=\"\" title=\"\">');
}

