	function go(id,rank)
	{
	(new Image()).src="http://www.top-thumbs.net/out.php?id="+id+"&rank="+rank;
	return true;
	}
function video(id){
url = 'http://www.lapine.fr/telechargement-'+id+'.htm';
winwidth = screen.availWidth - 10;
winheight = screen.availHeight - 30;
window.open(url, '_blank', 'scrollbars=yes, width=' + winwidth + ', height=' + winheight + ', top=0, left=0, resizable');
}