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

// 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="inperspectief.nl.rsg";

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

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


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