function tagHome() {
	
	//alert("TAG HOME");
	
	//SMARTSERVER
	sas_tmstp=Math.round(Math.random()*10000000000);
	document.getElementById('tagForAS3').innerHTML = '<img src="http://www.smartadserver.com/track/pix.asp?12684;6279;'+sas_tmstp+'" width="1" height="1" border="0" />';
	
	//Specific Media (Standard)
	document.getElementById('tagForAS3').innerHTML = '<img src="http://smp.adviva.net/track/v=4;m=1;t=4258;ts='+sas_tmstp+'" width="1" height="1" border="0" />';
	
	//PLATFORM A 
	document.getElementById('tagForAS3').innerHTML = '<img src="http://leadback.advertising.com/adcedge/lb?site=703223&srvc=17&betr=A4272=HP&betq=8000=399827" width="1" height="1" border="0" />';
	
}
function tagTry() {
	
	//alert("TAG TRY");
	
	//SMARTSERVER
	sas_tmstp=Math.round(Math.random()*10000000000);
	document.getElementById('tagForAS3').innerHTML = '<img src="http://www.smartadserver.com/track/pix.asp?12684;6281;'+sas_tmstp+'" width="1" height="1" border="0" />';
}

function tagTrySent(email) {
	
	//alert("TAG TRY SENT :: "+email);
	
	//SMARTSERVER
	sas_tmstp=Math.round(Math.random()*10000000000);
	//AVEC EMAIL: document.getElementById('tagForAS3').innerHTML = '<img src="http://www.smartadserver.com/track/pix.asp?12684;6282;'+sas_tmstp+';0;'+email+'" width="1" height="1" border="0" />';
	document.getElementById('tagForAS3').innerHTML = '<img src="http://www.smartadserver.com/track/pix.asp?12684;6282;'+sas_tmstp+'" width="1" height="1" border="0" />';
	
	//Specific Media (Standard)
	document.getElementById('tagForAS3').innerHTML = '<img src="http://smp.adviva.net/track/v=4;m=1;t=4259;ts='+sas_tmstp+'" width="1" height="1" border="0" />';
	
	//PLATFORM A 
	document.getElementById('tagForAS3').innerHTML = '<img src="http://ace-tag.advertising.com/action/type=831783471/bins=1/rich=0/mnum=1516/logs=0" width="1" height="1" border="0" />';
	
	//ETOILE MEDIA
	document.getElementById('tagForAS3').innerHTML = '<img src="http://www.leadium.com/lead.php?pid=483&order_id='+email+'" width="1" height="1" border="0" />';
	

}

