// -- Brita GmbH - Version 1.0
// -- Copyright (c) 1996-2007 WebTrends Inc. All rights reserved.
// -- Copyright (c) 2007-2009 e-dynamics GmbH All rights reserved.

function WTinit(that){
	// begin: user modifiable
	that.dcsid="dcsi3s4im10000oi6sslyfdrn_7u3d";
	that.domain="statse.webtrendslive.com";
	that.timezone=1;
	that.fpcdom ="";
	that.fpcdom=".brita.net";
	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";
	// end: user modifiable
}
function ed_init(ed_space){
// e-dynamics variables:
	ed_space.ed_doms=window.location.hostname;
	ed_space.ed_doms += ",brita.net";
	ed_space.ed_types ="xls,doc,ppt,pdf,txt,csv,zip";
	ed_space.ed_manualDownload = true;
	ed_space.ed_iv = "1.0_" + 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'];
  for(i in eventList){
    if( e.getAttribute(eventList[i]) && e.getAttribute(eventList[i]).indexOf('dcsMultiTrack')!= -1 )return true;
  }
  return false;		
}
function ed_global(){
	// _ed.plist['wti_param1'] = 'Wert';
    // _ed.cookie.set('name','wert','optional:lebensdauer');
}
