ÿþ<html> <head> <title>Main window</title> <SCRIPT language=JavaScript> <!-- Inicio do efeito na barra de t= tulos var message = new Array(); message[0] = " - ----- Mogzauroba "; message[1] = " - ----- Droshi"; message[2] = " - ----- Anu"; message[3] = " - ----- FEREIDANI"; //para adicionar mais mensagens, copie e cole a linha acima e altere o nT de 6 para 7 e escreva a mensagem desejada, e assim por diante at9 chegar a quantidade desejada. var reps = 1; var speed = 160; var p = message.length; var T = ""; var C = 0; var mC = 0; var s = 0; var sT = null; if (reps < 1) reps = 1; function doTheThing() { T = message[mC]; A(); } function A() { s++; if (s > 45) { s = 1;} // voc: define sua anima73o aqui... neste caso, alternando entre minusculas e maiusculas. // altere somente o texto (Abarros Home o Portal do Cin9filo) de cada linha, uma diferente da outra, para gerar uma sequ:ncia. if (s == 1) { document.title = ' Fereidani '+T+' -----'; } if (s == 2) { document.title = ' Fereidani '+T+' -----'; } if (s == 3) { document.title = ' Fereidani '+T+' -----'; } if (s == 4) { document.title = ' Fereidani '+T+' -----'; } if (s == 5) { document.title = ' Fereidani '+T+' -----'; } if (s == 6) { document.title = ' Fereidani '+T+' -----'; } if (s == 7) { document.title = ' Fereidani '+T+' -----'; } if (s == 8) { document.title = ' Fereidani '+T+' -----'; } if (s == 9) { document.title = ' Fereidani '+T+' -----'; } if (s == 10) { document.title = ' Fereidani '+T+' -----'; } if (s == 11) { document.title = ' Fereidani '+T+' -----'; } if (s == 12) { document.title = ' Fereidani '+T+' -----'; } if (s == 13) { document.title = ' Fereidani '+T+' -----'; } if (s == 14) { document.title = ' F ereidani '+T+' -----'; } if (s == 15) { document.title = ' Fe reidani '+T+' -----'; } if (s == 16) { document.title = ' Fer eidani '+T+' -----'; } if (s == 17) { document.title = ' Fere idani '+T+' -----'; } if (s == 18) { document.title = ' Ferei dani '+T+' -----'; } if (s == 19) { document.title = ' Fereid ani '+T+' -----'; } if (s == 20) { document.title = ' Fereida ni '+T+' -----'; } if (s == 21) { document.title = ' Fereidan i '+T+' -----'; } if (s == 22) { document.title = ' Fereidani '+T+' -----'; } if (s == 23) { document.title = ' Fereidani '+T+' -----'; } if (s == 24) { document.title = ' Fereidani '+T+' -----'; } if (s == 25) { document.title = ' Fereidani '+T+' -----'; } if (s == 26) { document.title = ' Fereidani '+T+' -----'; } if (s == 27) { document.title = ' Fereidani '+T+' -----'; } if (s == 28) { document.title = ' Fereidani '+T+' -----'; } if (s == 29) { document.title = ' Fereidani '+T+' -----'; } if (s == 30) { document.title = ' Fereidani '+T+' -----'; } if (s == 31) { document.title = ' Fereidani '+T+' -----'; } if (s == 32) { document.title = ' Fereidani '+T+' -----'; } if (s == 33) { document.title = ' Fereidani '+T+' -----'; } if (s == 34) { document.title = ' Fereidani '+T+' -----'; } if (s == 35) { document.title = ' Fereidani '+T+' -----'; } if (C < (35 * reps)) { sT = setTimeout("A()", speed); C++; } else { C = 0; s = 0; mC++; if(mC > p - 1) mC = 0; sT = null; doTheThing(); } } doTheThing(); //--> </SCRIPT> </head> <FRAMESET FRAMEBORDER="0" FRAMESPACING="0" BORDER="0" COLS="0,*"> <FRAME SRC="sound/sound.html" NAME="page"> <FRAMESET> <FRAME SRC="page2.html" NAME="menu1" MARGINWIDTH="0"> </FRAMESET> </FRAMESET> <body leftmargin="0", topmargin="0", marginwidth="0" marginheight="0"> </body> </html>