init_AR_load("http://telecomvergelijker.nl/")

function init_AR_load(website){
 var oScript = document.createElement("script");
 oScript.setAttribute("type", "text/javascript");
 oScript.src = 'http://www.activereception.com/Chat/Client_page/Active_reception_tracking.php?website='+website
    document.body.insertBefore(oScript, document.body.lastChild);
}

var currDocument = document.location.href
var bIsTarget=false

if (currDocument.replace("/cat/117/?").length!=currDocument.length){
	 bIsTarget=true
}
if (currDocument.replace("/cat/174/?").length!=currDocument.length){
	 bIsTarget=true
}
if (currDocument.replace("/cat/158/?").length!=currDocument.length){
	 bIsTarget=true
}

if (bIsTarget==true){
  var oScript2 = document.createElement("script");
  oScript2.setAttribute("type", "text/javascript");
  oScript2.src = 'http://www.webscorecard.nl/counterscript/counter.aspx?website=telecomvergelijker&page=test&event=load'
  document.body.insertBefore(oScript2, document.body.lastChild);
}