// ilsemedia/sanoma advertising by adhese.com
var adheseZip = "";
var adheseRand = 0;
var adheseWl = "";
if(typeof(wlrcmd) != 'undefined') {
	adheseWl = (wlrcmd.substring(0, wlrcmd.indexOf(";"))).replace(/,/g,";");
}

//the main function being called (possibly several times per page) from the actual like this:  adhese("web-log.nl","link-stack"); 
function adhese(adheseUrl,adheseTemplate) {
	if (adheseWl == "" && typeof(wlrcmd) != 'undefined') {
		adheseWl = (wlrcmd.substring(0, wlrcmd.indexOf(";"))).replace(/,/g,";");
	}	
	document.write("<script src='http://ads.sanoma.adhese.com/ad/_"+adheseUrl.replace(/\//g,"_")+"_/"+adheseTemplate+"/"+adheseWl+"/"+adheseZip+"?t="+adheseRand+"'></script>");
}
