// Le JS Google Analytics doit être chargé
function doGoogle()
{
	_uacct = "UA-757195-2";
	urchinTracker();
}

function doGoogleDevis()
{
	_uacct = "UA-757195-2";
	urchinTracker("/produits/auto-malus/Devis.jsp ");
}

// Le JS Trafic doit être chargé
/*
var bi_loct	= '';
var bi_ref	= '';
var bi_comment	= '';
var bi_price	= '0.00';
var bir_delay_write = true;

function doTrafic(loc, reference, commentaire, prix)
{
	bi_loct	= loc;
	bi_ref	= reference;
	bi_comment	= commentaire;
	bi_price	= prix;
	add_tag_roi();
}
*/