<!-- Begin
//slider's width
var swidth=150

//slider's height
var sheight=360

//slider's speed
var sspeed=10

//messages: change to your own; use as many as you'd like; set up Hyperlinks to URLs as you normally do: <a target=... href="... URL ...">..message..</a>
var singletext=new Array()
singletext[0]='<div align="center"><font face=Verdana size=3 color="FF9900"><b>SUDACA POWER</b><BR><i><font color="red"><b></b></i><br><font face=Arial size=1 color=white>Funk-Rock-Blues-Hip Hop</font><BR><p><img src="http://www.cheloco.de/galer/13.gif" width="100" height="176" border="0"><br><b>de Berlin</b><BR><font face=Arial size=2 color=FF6600>www.sudacapower.com</font><BR><font face=Verdana size=3 color="FFFF00"></font></div>'
singletext[1]='<div align="center"><font face=Arial size=3 color="red"><b>LA VELA PUERCA</b><BR><font color="#FFFF00"><b><i>Tour</i></b></font><br><img src="http://www.cheloco.de/galer/11.jpg" width="120" height="90" border="0"><br><font size=2>www.velapuerca.com</font></div>'
singletext[2]='<div align="center"><font face=Arial size=3 color="orange"><b>MAMÁ VUDÚ<br><img src="http://www.cheloco.de/graficbands/mamavudu/vudu2_2.jpg" width="120" height="90" border="0"><br></b><font color="red"><b>ROCK<br> ALTERNATIVO</b></font><BR><BR><font color="#FFFF00"><i>www.mamavudu.com</i></font></div>'
singletext[3]='<div align="center"><font face=Arial size=3 color="orange"><b>KARAMELO SANTO</b><br><img src="http://www.cheloco.de/graficbands/videograf/sapo.gif" width="120" height="100" border="0"><br><font size=2>www.karamelosanto.com</font></div>'
singletext[4]='<div align="center"><font face=Verdana size=3 color="white"><b>LA SARITA</b><br><img src="http://www.cheloco.de/galer/14.jpg" width="120" height="90" border="0"><br><font face=Arial size=2 color="orange"><b>ya llega, ya llega!!</b></font><br><br><font face=Verdana color="red"><b>Nuevo Álbum<br>"Danza la Raza"</b></font></font></div>'
if (singletext.length>1)
i=1
else
i=0
function start(){
if (document.all){
ieslider1.style.top=sheight
iemarquee(ieslider1)
}
else if (document.layers){
document.ns4slider.document.ns4slider1.top=sheight
document.ns4slider.document.ns4slider1.visibility='show'
ns4marquee(document.ns4slider.document.ns4slider1)
}
else if (document.getElementById&&!document.all){
document.getElementById('ns6slider1').style.top=sheight
ns6marquee(document.getElementById('ns6slider1'))
}
}
function iemarquee(whichdiv){
iediv=eval(whichdiv)
if (iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){
iediv.style.pixelTop=0
setTimeout("iemarquee(iediv)",100)
}
if (iediv.style.pixelTop>=sheight*-1){
iediv.style.pixelTop-=sspeed
setTimeout("iemarquee(iediv)",100)
}
else{
iediv.style.pixelTop=sheight
iediv.innerHTML=singletext[i]
if (i==singletext.length-1)
i=0
else
i++
}
}
function ns4marquee(whichlayer){
ns4layer=eval(whichlayer)
if (ns4layer.top>0&&ns4layer.top<=sspeed){
ns4layer.top=0
setTimeout("ns4marquee(ns4layer)",100)
}
if (ns4layer.top>=sheight*-1){
ns4layer.top-=sspeed
setTimeout("ns4marquee(ns4layer)",100)
}
else{
ns4layer.top=sheight
ns4layer.document.write(singletext[i])
ns4layer.document.close()
if (i==singletext.length-1)
i=0
else
i++
}
}
function ns6marquee(whichdiv){
ns6div=eval(whichdiv)
if (parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){
ns6div.style.top=0
setTimeout("ns6marquee(ns6div)",100)
}
if (parseInt(ns6div.style.top)>=sheight*-1){
ns6div.style.top=parseInt(ns6div.style.top)-sspeed
setTimeout("ns6marquee(ns6div)",100)
}
else{
ns6div.style.top=sheight
ns6div.innerHTML=singletext[i]
if (i==singletext.length-1)
i=0
else
i++
}
}
//  End -->