// Defineyourself - Webtrends Tag - Version 1.0
// Next part overrides any paramters where necessary


// The following execute the tag functions that was defined in the topnav
// This next condition was introduced to allow for specfic pages not to be tagged
// The URL must include a query parameter notag=1
if (!DCS.dcsqry || (DCS.dcsqry && DCS.dcsqry.toUpperCase().indexOf("NOTAG=1")== -1)){
  dcsMeta(); 
  dcsFunc("dcsAdv"); 
  dcsTag(); 
}

