// -- Deutsche Telekom AG- Version 1.2
// -- Copyright (c) 1996-2007 WebTrends Inc. All rights reserved.
// -- Copyright (c) 2007-2011 e-dynamics GmbH All rights reserved.

function WTinit(that){
	// begin: user modifiable
	//that.dcsid="@@ DCSID @@";
	that.dcsid="dcsc4ff4jqb0sza4m34qxyp1s_9t8l";
	//that.domain="@@Fully qualified hostname pixel server@@";
	that.domain="www.wtpx-telekom.com";
	that.timezone=1;
	that.fpcdom =".telekom.com";
	that.fpcdom=(that.fpcdom=="")?window.location.hostname:that.fpcdom;
	that.onsitedoms=_ed.ed_doms;
	that.downloadtypes=_ed.ed_types;
	that.navigationtag="div,table";
	that.trackevents=true;
	that.trimoffsiteparams=true;
	that.enabled=true;  // gConvert
	that.i18n=false;
	that.fpc="WT_FPC";
	that.paidsearchparams="gclid";
	that.splitvalue="";
	that.preserve=true;
	// end: user modifiable
}
function ed_init(ed_space){
// e-dynamics variables:
	ed_space.ed_doms=window.location.hostname;
	ed_space.ed_doms += ",telekom.de,telekom.com";
	ed_space.ed_types ="xls,doc,ppt,pdf,txt,csv,zip";
	ed_space.ed_manualDownload = true;
	ed_space.ed_iv = "1.2_" + window.location.hostname; // WTi script version
}

// Checks if a dcsMultiTrack Call is manually attached to a Link
function ed_manualTrack(e){
    var eventList = ['onclick','onmousedown','onmouseup'];
    var att;
    for(i in eventList){
        att = e.getAttribute(eventList[i]);
        if( att && att!='' && (
            att.indexOf('dcsMultiTrack')!= -1 ||
            att.indexOf('edMultiTrack')!= -1 ||
            att.indexOf('_ed.MultiTrack')!= -1
            ) ){return true;}
    }
    return false;		
}
function ed_global(){
	// _ed.helpers.add('wti_param1', 'Wert');
    // _ed.globals.cookie.set('name','wert','optional:lebensdauer');
}
