//Variables from the CM
countrycode = "nl";
sitename = "ingcard";
customername = "ing-groep";

//Replace the spaces in the title of the page
counter = title.replace(/ /g, "_");

//NEDStat function                
function sitestat(ns_l){
	  ns_l+='&amp;ns__t='+(new Date()).getTime();ns_pixelUrl=ns_l;
	  ns_0=document.referrer;
	  ns_0=(ns_0.lastIndexOf('/')==ns_0.length-1)?ns_0.substring(ns_0.lastIndexOf('/'),0):ns_0;
	  if(ns_0.length>0)ns_l+='&amp;ns_referrer='+escape(ns_0);
		if(document.images){ns_1=new Image();ns_1.src=ns_l;}else
			  document.write('<img alt="" height="1" src="'+ns_l+'" width="1"/>');
		}
//Sitestat function
sitestat("https://nl.sitestat.com/ing-groep/ingcard/s?"+counter);
//Text component
document.write("<img alt='' height='1' src='https://"+countrycode+".sitestat.com/"+customername+"/"+sitename+"/s?"+counter+"' width='1'/>");
<!-- Begin Sitestat4 Loadingtime2 code -->
ns_loadingtime2=(new Date()).getTime();
<!-- End Sitestat4 Loadingtime2 code -->