// -- Robert Bosch GmbH - Version 1.1.0
// -- Copyright (c) 1996-2007 WebTrends Inc. All rights reserved.
// -- Copyright (c) 2007-2009 e-dynamics GmbH All rights reserved.


// DO NOT ALTER ANYTHING ABOVE THIS LINE!!!
// Tracking Plugins below this line

// 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');
}
