function efeito() {c++;if(!texto[c]) c=0;apagar<<=3;if(apagar>6000) apagar=750;h="\u266B \u266A LATEST:\u00A0 "+texto[c];if (document.getElementById) {cl=document.getElementById('telegrafo');cl.firstChild.nodeValue=h;setTimeout("efeito()",apagar);}}

function novedad() {
texto=new Array(
"\u00A0",
"Claudia Aurora's UK dates: London - 8th March & Leeds - 22nd March",
"\u00A0",
"Katia Guerreiro plays Munich - 22 Feb, Nancy - 22 Mar & Nantes - 31 Mar"
);
c=-1;
apagar=6000;
efeito();
}

