';
message[1]='NOVO ESPAÇO
Stand de viaturas semi-novas
Estrada nacional 10 nº 88
2625 Povoa sta.iria';
message[2]='INFORMAÇÃO
PRECISA DE SABER O VALOR DA SUA VIATURA USADA? TROCAR,VENDER,CONTACTO-NOS. NÓS PODEMOS AJUDAR.
TEL.219594749/219594750 ';
message[3]='Campanha
Oferta de 7 dias em Marbella (Espanha) na compra da sua viatura nova.
Contacte-nos!';
var textcolor= new Array()
textcolor[0]="EEEEEE"
textcolor[1]="DDDDDD"
textcolor[2]="CCCCCC"
textcolor[3]="AAAAAA"
textcolor[4]="888888"
textcolor[5]="666666"
textcolor[6]="555555"
textcolor[7]="444444"
textcolor[8]="333333"
textcolor[9]="222222"
textcolor[10]="111111"
textcolor[11]="000000"
var i_blurstrength=10
var i_message=0
var i_textcolor=0
function blurtext() {
if(document.all) {
if (i_blurstrength >=-2) {
if (i_textcolor >=textcolor.length-1) {i_textcolor=textcolor.length-1}
blurthis.innerHTML=""+message[i_message]+"";
document.close()
i_blurstrength=i_blurstrength-2
i_textcolor++
var timer=setTimeout("blurtext()",60)
}
else {
if (i_textcolor >=textcolor.length-1) {i_textcolor=textcolor.length-1}
blurthis.innerHTML=""+message[i_message]+"";
i_message++
if (i_message>=message.length){i_message=0}
i_blurstrength=20
i_textcolor=0
clearTimeout(timer)
var timer=setTimeout("blurtext()",5000)
}
}
}
// - End of JavaScript - -->