// WebTrends SmartSource Data Collector TAG part 1
// based on WebTrends code, optimized by iMETRIX www.iMETRIX.nl
// iMETRIX version 1.0

//The WebTrends SDC server hostname
var gDomain="sdc.ibridge.nl";

//The WebTrends SDC ID
var gDcsId="dcs09ou202ale9pfhhf8vc14o_6q2i";

// gFpc is the First-Party cookie. Do not change this.
var gFpc="WT_FPC";

// Do not change this.
var gConvert=true;

//Name of the First Party Cookie.
var gFpcDom=".mailprofs.nl";

//The hostnames connected to the website. Links to unlisted hostnames will be listed in WebTrends as "Offsite"
var doms="mailprofs.nl,www.mailprofs.nl,mux.nl,www.mux.nl";

//All extensions that will be listed in WebTrends as download
var types="xls,doc,pdf,txt,csv,zip,mp3,mov,avi,mpg";


if ((typeof(gConvert)!="undefined")&&gConvert&&(document.cookie.indexOf(gFpc+"=")==-1)&&(document.cookie.indexOf("WTLOPTOUT=")==-1)){
	document.write("<SCR"+"IPT TYPE='text/javascript' SRC='"+"http"+(window.location.protocol.indexOf('https:')==0?'s':'')+"://"+gDomain+"/"+gDcsId+"/wtid.js"+"'><\/SCR"+"IPT>");
}