// 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="dcs5oiud1d88hgl99lzdrmqvy_7n8f";

// 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=".tempo-team.nl";

//The hostnames connected to the website. Links to unlisted hostnames will be listed in WebTrends as "Offsite"
var doms="tempo-team.nl,www.tempo-team.nl,extranet.tempo-team.nl,tempoteam.nl,www.tempoteam.nl,www.tempo-team-professionals.nl,www.smartmatch.nl,smartmatch.nl";

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


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>");
}
