function NbClickHabillage(p_annonceur,p_ip,p_domaine)
{
	jQuery.post(
		'http://'+p_domaine+'/wp-content/themes/miss-cadeau/scripts/functions.php',
		{annonceur: p_annonceur, ip: p_ip},
		function(data)
		{
		}
	);
}
