function callTagAlias(CallThisAlias)
	{
		CallThisAliasTMP = new String(CallThisAlias);
		CallThisAliasREP = CallThisAliasTMP.replace(" ","_");		
		var url = $(location).attr('href');		
		//tracking code
		
		var previousUrl = document.referrer;
		if (previousUrl.indexOf("fiatprofessional.de/de/Angebote-Ducato") > 0 && (CallThisAliasTMP.indexOf("Ducato") > 0)) {
			var iframe = createIframeWithTrackingCode("8a8386852b2fea7b012b33bedba600d1");
			$("#customTracking").html(iframe);
          }
		
		//tracking code for Prospekt Download
		var iframeDownload = createIframeWithTrackingCode("8a838685270043d601270545fb2a0191");
			$("#customTrackingModel").html(iframeDownload,CallThisAliasTMP );
		
		
		// SOPHUS3 ALIAS
			tc_log(CallThisAliasREP);
		// GOOGLE ALIAS
			pageTracker._trackPageview('/' + CallThisAliasREP);
		if (url=="http://www.fiatprofessional.de/de/Prospekte")
		{		
			$('body').append('<iframe src="https://tracking.quisma.com/l.cfs?qupid=33504&CID=301&OrderID=&Price=&CurrencySymbol=EUR&Note=" width="1" height="1"'+
        ' frameborder="0"></iframe>');
		}
	}
	
	 // handle data received on ProspektDownload if comming from http://www.fiatprofessional.de/de/Angebote-Ducato
	function createIframeWithTrackingCode(code) {
    var src = '<IFRAME SRC="http://gmads.net/pct?gmtevt=' + code + '&gmtr='+ Math.floor(Math.random() * 9999999999) +
        'style="overflow:hidden" frameborder="0" width="0" height="0"</iframe>';
    return src
	}
	
	function createIframeWithTrackingCodeModel(code, model) {
    var src = '<IFRAME SRC="http://gmads.net/pct?gmtevt=' + code + '&model=' + model + '&gmtr=' + Math.floor(Math.random() * 9999999999) +
        'style="overflow:hidden" frameborder="0" width="0" height="0"</iframe>';
    return src
	}
	
//New Version 5_3_2010
