function pdp(login, tracker, id_site)
{
	(new Image()).src="js/pdp.php?login="+login+"&tracker="+tracker+"&id_site="+id_site;
	return true;
}

