

var ad = document.getElementById('1949933662');

if (document.location.hash == '#highlight=1949933662' || 
	document.location.hash == '#highlight=all' || 0 || 0) {
	ad.style.width = '468px';
	ad.style.height = '60px';
	ad.style.overflow = 'hidden';
		
	if(document.location.hash.match(/highlight/)) {
		if (document.location.hash == '#highlight=1949933662' || document.location.hash == '#highlight=all') {
			ad.style.background = "#50B432 url('https://s.adexpert.cz/images/b468x60.png') no-repeat center center";
		} else {
			ad.style.border = "1px solid silver";
		}
	} else {
	
	
	}
}


var tr = document.createElement('img');
tr.src='https://t.adexpert.cz/track?5570&r='+Math.random();
ad.appendChild(tr);