function LBAB(objet)
{
	// by benegil compte les clics
	imgcpt=new Image(1,1);
	imgcpt.src='http://www.laboiteabonheur.fr/clic.php?i='+objet.id+'&u='+objet.href;
	imgcpt.onload=function() {  return; }	
	return !window.open(objet.href,'blank');
}