function pushStat(pageName)
{

//alert(pageName);
	/* You may give each page an identifying name, server, and channel on the next lines. */
	s.pageName=pageName
	s.server="http://apps.volvotrucks.com"
	s.channel=""
	s.pageType="html"
	s.prop1=""
	s.prop2=""
	s.prop3=""
	s.prop4=""
	s.prop5=""
	/* Conversion Variables */
	s.campaign=""
	s.state=""
	s.zip=""
	s.events=""
	s.products=""
	s.purchaseID=""
	s.eVar1=""
	s.eVar2=""
	s.eVar3=""
	s.eVar4=""
	s.eVar5=""
	/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
	var s_code=s.t();if(s_code)document.write(s_code)
}