function onContent(f){//(C)webreflection.blogspot.com
var a=onContent,b=navigator.userAgent,d=document,w=window,c="onContent",e="addEventListener",o="opera",r="readyState",
s="<scr".concat("ipt defer src='//:' on",r,"change='if(this.",r,"==\"complete\"){this.parentNode.removeChild(this);",c,".",c,"()}'></scr","ipt>");
a[c]=(function(o){return function(){a[c]=function(){};for(a=arguments.callee;!a.done;a.done=1)f(o?o():o)}})(a[c]);
if(d[e])d[e]("DOMContentLoaded",a[c],false);
if(/WebKit|Khtml/i.test(b)||(w[o]&&parseInt(w[o].version())<9))(function(){/loaded|complete/.test(d[r])?a[c]():setTimeout(arguments.callee,1)})();
else if(/MSIE/i.test(b))d.write(s);
};

function creaBanner300x250() {
eliminaElemento('content_orizz');
spostaInBasso('content_focus','276px');
spostaInBasso('content_right','276px');
// preparazione elemento content
var contenuto = document.getElementById('content');
var contenutoStyle = 'position:relative;'
contenuto.setAttribute('style',contenutoStyle);
contenuto.style.cssText = contenutoStyle;
// aggiunta nuovo banner con if relativo alla tipologia di pagina in cui ci si trova
var banner300x250 = document.createElement("div");
banner300x250.innerHTML = '<!--/* OpenX iFrame Tag v2.8.1 */-->\
<iframe id=\'a1b5054d\' name=\'a1b5054d\' src=\'http://adserver.sunnycompublishing.it/www/delivery/afr.php?zoneid=24&amp;cb=46546877950313\' framespacing=\'0\' frameborder=\'no\' scrolling=\'no\' width=\'300\' height=\'250\'><a href=\'http://adserver.sunnycompublishing.it/www/delivery/ck.php?n=a9527dea&amp;cb=46546877950313\' target=\'_blank\'><img src=\'http://adserver.sunnycompublishing.it/www/delivery/avw.php?zoneid=24&amp;cb=46546877950313&amp;n=a9527dea\' border=\'0\' alt=\'\' /></a></iframe>\
';
if (window.location.toString().indexOf('/index.do') != -1 || window.location.toString() == 'http://www.comunicandoweb.com/' || window.location.toString() == 'http://comunicandoweb.com/') {
var banner300x250Style = 'margin:0; padding:6px 0 0 0; position:absolute; width:353px; height:256px; right:0; text-align:center; top:4px; background-color:#EEEEEE;';
document.getElementById('content').appendChild(banner300x250);
} else if (window.location.toString().indexOf('/article.do') != -1 || window.location.toString().indexOf('/news.do') != -1 || window.location.toString().indexOf('/area.do') != -1 || window.location.toString().indexOf('/issue.do') != -1) {
eliminaElemento('eventi');
var banner300x250Style = 'margin:0; padding:6px 0 0 0; position:absolute; width:353px; height:256px; top:12px; right:0; text-align:center; background-color:#EEEEEE;';
document.getElementById('ie6_right').appendChild(banner300x250);
}
banner300x250.setAttribute('style',banner300x250Style);
banner300x250.style.cssText = banner300x250Style;
}

function eliminaElemento(elemento) {
var elementodaeliminare = document.getElementById(elemento);
elementodaeliminare.parentNode.removeChild(elementodaeliminare);
}

function spostaInBasso(oggetto, distanza) {
var focusBox = document.getElementById(oggetto);
var focusBoxStyle = 'margin:' + distanza + ' 0 0 0; top:0; padding:0;';
focusBox.setAttribute('style', focusBoxStyle);
focusBox.style.cssText = focusBoxStyle;
}

onContent (function() {
if(!/msie|MSIE 6/.test(navigator.userAgent)) {
setTimeout('creaBanner300x250();',800);
}
});