document.write('<span id="newpastille"></span>');
// arg 1: numero de pastille
// arg 2: langue d'affichage de la pastille
function drawPastille(bId,lg,mkey)
{
	var href="http://www.carbonpub.com/eval/pastille.php?id="+bId+"&site="+encodeURIComponent(document.location)+"&lang="+lg+"&mkey='"+mkey+"'";

	document.write("<script type='text/javascript' async src=\""+href+"\"></scr"+"ipt>");
}

