
  	//var _gaq = _gaq || [];
  	// _gaq.push(['_setAccount', 'UA-']);
  	// _gaq.push(['_trackPageview']);
  	// 
  	// (function() {
  	//     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  	//     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  	//     (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
  	// })();






/**
*
*  sendContactForm
*  Fonction appelée par cforms.php après modification des lignes 400 et des poussières
*  Permet de taguer avec analytics l'envoi et de marquer la conversion pour adword
*
*/


function sendContactForm(no,bool){

	// analytics
	// _gaq.push(
	// 	['_trackPageview', '/fr/envoi-formulaire-contact'] 
	// );
	document.getElementById('contactAdWords').innerHtml = '<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026634526/?label=gS7CCPiLuAEQnubE6QM&amp;guid=ON&amp;script=0"/>';
	return cforms_validate(no,bool);
}



