if (acactionid && account) {
 var aciframe = '<iframe src="http://www.akcniceny.cz/akcni-nabidka/generate/' + acactionid +'/" width="120" height="' + (100 + (account * 100)) + '" scrolling="no" noresize="noresize" frameborder="no"></iframe>';
 
 aclinknode = document.getElementById('aclink');
 
 if(aclinknode && aclinknode.nodeName == 'A' && aclinknode.href.indexOf('akcniceny.cz') != -1 && aclinknode.childNodes[0].nodeName == 'IMG') {  
    document.getElementById('aclink').style.display = "none";  
    try {
       document.write(aciframe);
    } catch(e) {}
 } else {
    alert('Chybně vložený kód pro zobrazení akčních nabídek, naštivte www.akcniceny.cz a přesně zkopírujte kód do Vašich stránek.'); 
 }  
}