
function trackIVW()
{
    if (document.getElementById('trackingcallimage'))
    {
        var IVW = "http://n24.ivwbox.de/cgi-bin/ivw/CP/"+Exo_Ivw.getAgof()+";/"+Exo_Ivw.getRessort()+"/"+replaceitems(document.title);
    	var zeit="&zeit="+new Date().getTime();
        var IVWSTRING = ""+IVW+"?r="+escape(document.referrer)+zeit;
        document.getElementById('trackingcallimage').src=IVWSTRING;
    }
    return true;
}

function trackIVW_UGC()
{
    var IVW = "http://n24.ivwbox.de/cgi-bin/ivw/CP/7805artikomm;/"+Exo_Ivw.getRessort()+"/"+replaceitems(document.title);
	var zeit="&zeit="+new Date().getTime();
    var IVWSTRING = ""+IVW+"?r="+escape(document.referrer)+zeit;
    $('trackingcallimage').setProperty("src", IVWSTRING);
    return true;
}

function trackIVWparams(param1,param2,param3)
{
    var mylocation = location.host;
    var myivwurl = "http://n24.ivwbox.de/cgi-bin/ivw/CP/";
    if(mylocation.toLowerCase() == "www.n24.at")
    {
         var myivwurl = "http://n24.ivwbox.de/cgi-bin/ivw/CP/"; 
    }
    if(mylocation.toLowerCase() == "www.n24.ch")
    {
        var myivwurl = "http://n24.wemfbox.ch/cgi-bin/ivw/CP/"; 
    }

    var mystring = "";

  	if(param1 == "" || param1 == "null" || param1 == null)
  	{
  		param1 = Exo_Ivw.getAgof();
  	}

  	if(param3 != "" && param3.substring(0,5) == "Image")
  	{
  	    param1 = param1.substring(0,8)+"GALE";
  	}
  	
  	if(param3 != "" && param3.substring(0,5) == "Video")
  	{
  	    param1 = param1.substring(0,8)+"VIDE";
  	}
  	
  	if(param2 == "" || param2 == "null" || param2 == null)
  	{
	  	param2 = Exo_Ivw.getRessort();
	}
    
    mystring = param1+";/"+param2+"/"+replaceitems(document.title)+"/"+param3;
    
    var IVW = myivwurl+""+mystring;
	var zeit="&zeit="+new Date().getTime();
    var IVWSTRING = ""+IVW+"?r="+escape(document.referrer)+zeit;
    document.trackingcallimage.src=IVWSTRING;
    return true;
}

function trackOmniture() {
	// omniture stub
  	}
		
function trackOmnitureTeaser() {
	// omniture stub
        }

var productstring;
function teasercount() {
	// omniture stub
}

function callteasercount() {
	// omniture stub
}

// omniture stub
var s = {
	t: function () {},
	tl: function () {}
};

function teaserclick() {
	// is this still required? no template references
    // omniture stub
}