// adworks advertising by adhese.com
function initAdhese() {
	checkParams();
	tag(slotId, templateId);
}
function checkParams() {
	if(typeof(adheseRand) == 'undefined') {
		adheseRand = Math.round(Math.random()*100);
	}	
	if(typeof(slotId) == 'undefined') {
		slotId = 0;
	}
	if(typeof(templateId) == 'undefined') {
		templateId = 0;
	}
}
function tag(s, t) {
	document.write('<scr' + 'ipt type="text/javascript" src="http://ads.zanoni.adhese.com/ad/' + s + '/' + adheseRand + '?t=' + new Date().getTime() + '"><\/scr' + 'ipt>');
}

initAdhese();

