function hideAbonSelection () {
	url = location.href;
	a = document.getElementById('mi1-13');
	if (a) {
		if (url.indexOf("zurnali/?santa.subscribe_id=") > 0 
				|| url.indexOf("abonesana.html") > 0)  {
			tmp = a.split('-on');
			a.src = tmp[0]+tmp[1];
		}
	}
}