function addTrackingPixel() {
   var url = $(location).attr('href');	
   if (url=="http://www.fiatpunto.de/de/Puntoevo_home")
		{
			$('body').append('<iframe src="http://gmads.net/pct?gmtevt=8a83868834cd97730134d28fe7c2021c&gmtcl=1&gmtr=' + Math.floor(Math.random() * 9999999999) + '" style="overflow:hidden" frameborder="0" width="0" height="0"></iframe>');
		}
}
