var flop=-1;var pic01=new Image(); pic01.src="comun/radio.gif";var drawAnuncio=null; var pullAnuncio=null;var anii=-200;
document.write('<div id="anuncios" style="position:absolute;left:'+anii+'px;width:200px;top:2px;z-index:5;"></div>');
var AnExplId=document.getElementById?document.getElementById("anuncios"):document.all.anuncios;
var slideAnuncio=AnExplId.style;anregenerate();

function anpull() {if(drawAnuncio!=null)clearInterval(drawAnuncio);pullAnuncio=setInterval("anpullEngine()",50);}

function andraw() {clearInterval(pullAnuncio);drawAnuncio=setInterval("andrawEngine()",50);}

function anpullEngine() {if(anii<0){anii+=20;slideAnuncio.left=anii+'px';}
			else if (pullAnuncio!=null)clearInterval(pullAnuncio);}

function andrawEngine() {if (anii>-220){anii-=20;slideAnuncio.left=anii+'px';}
			else if (drawAnuncio!=null)clearInterval(drawAnuncio);}

function anregenerate() {
var link=[['Luis Deseda','www.luisdeseda.com'],['La Agenda','www.lagenda.org/musica.htm'], ['GeneralTickets','www.generaltickets.com/'],['Juventud Canaria','www.juventudcanaria.com/es/agenda/musica.php'],['Eventos Marchaymas.com','www.marchaymas.com']];
flop+=1;
if (flop>(link.length-1)){flop=0;};
var cadena="<table width=200 cellspacing=0 cellpadding=0 border=0><tr><td bgcolor='#FFFF00' align='center'><font size=2 color='#0000FF'><b>Visita:&nbsp;";
cadena+="<a href='http://"+link[flop][1]+"' target='_blank'>"+link[flop][0]+"</a></b></font></td><td width=4><img border=0 src='"+pic01.src+"' height=20></td></tr></table>'";AnExplId.innerHTML=cadena;
setTimeout("anpull()",5000);setTimeout("andraw()",15000);setTimeout("anregenerate()",30000);
}
