		
		document.write('<div onClick="clicca(this.id);" id="banner-seot" style="display:block;position:fixed; bottom: 0px; background: #258ec8 url(http://2012.seotraining.it/wp-content/uploads/2012/02/bannerone2.gif);background-position:center; text-align:center; background-repeat:no-repeat; width: 100%; height: 80px; z-index:2000;color: white; font-size:11px;"><a id="link-seot" onClick="clicca(this.id);" style="cursor:pointer; color: white; margin-left:900px;">[X]</a></div>');
		var chiuso = 0;
		function clicca(id_obj) {
		switch(id_obj) {
		case 'banner-seot':
		if(chiuso == 0)
		window.open('http://2012.seotraining.it/','seoTraining','');
		break;
		case 'link-seot':
		chiuso = 1;
		document.getElementById('banner-seot').style.display = "none";
		break;
		}
		}
