Ver Mensaje Individual
  #67 (permalink)  
Antiguo 26/04/2002, 21:09
cheche
 
Fecha de Ingreso: abril-2002
Mensajes: 9
Antigüedad: 22 años, 11 meses
Puntos: 0
Re: Como aquí no hay ningun Chileno?

<a href='ir.asp?http://www.fqjcreaciones.s5.com' target='_blank'>http://www.fqjcreaciones.s5.com...</a>
&lt;script
language=&quot;JavaScript1.2&quot;&gt;
/*
Neon Lights Text
By Website Abstraction (http://wsabstract.com)
Over 400+ free scripts here!
*/

var message=&quot;¡Viva Chile!&quot;
var neonbasecolor=&quot;red&quot;
var neontextcolor=&quot;white&quot;
var flashspeed=100 //in milliseconds

///No need to edit below this line/////

var n=0
if (document.all){
document.write('&lt;font color=&quot;'+neonbasecolor+'&quot;&gt;')
for (m=0;m&lt;message.length;m++)
document.write('&lt;span id=&quot;neonlight&quot;&gt;'+message.charAt(m)+'& lt;/span&gt;')
document.write('&lt;/font&gt;')

//cache reference to neonlight array
var tempref=document.all.neonlight
}
else
document.write(message)

function neon(){

//Change all letters to base color
if (n==0){
for (m=0;m&lt;message.length;m++)
tempref[m].style.color=neonbasecolor
}

//cycle through and change individual letters to neon color
tempref[n].style.color=neontextcolor

if (n&lt;tempref.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout(&quot;beginneon()&quot;,1500)
return
}
}

function beginneon(){
if (document.all)
flashing=setInterval(&quot;neon()&quot;,flashspeed )
}
beginneon()


&lt;/script&gt;