Script Description:
First step: Add the following code to the
<script language= "JavaScript" >
!--
var thissize=20
var textfont= "Official script"
var textcolor= new Array ()
textcolor[0]= "000000"
textcolor[1]= "000000"
textcolor[2]= "000000"
textcolor[3]= "111111"
textcolor[4]= "222222"
textcolor[5]= "333333"
textcolor[6]= "444444"
textcolor[7]= "555555"
textcolor[8]= "666666"
textcolor[9]= "777777"
textcolor[10]= "888888"
textcolor[11]= "999999"
textcolor[12]= "AAAAAA"
textcolor[13]= "BBBBBB"
textcolor[14]= "CCCCCC"
textcolor[15]= "DDDDDD"
textcolor[16]= "Eeeeee"
textcolor[17]= "FFFFFF"
textcolor[18]= "FFFFFF"
var message = new Array ()
message[0]= "Welcome to the triple material"
message[1]= "Please stay a little while"
message[2]= "You'll have more to gain"
message[3]= "Please visit again"
i_message=0
var i_strength=0
var i_message=0
var timer
function Glowtext () {
if (document.all) {
if (i_strength <=17) {
Glowdiv.innertext=message[i_message]
document.all.glowdiv.style.filter= "Glow (color=" +textcolor[i_strength]+
", strength=4)"
i_strength++
timer=settimeout ("Glowtext ()", 100)
}
else {
cleartimeout (timer)
settimeout ("Deglowtext ()", 1500)
}
}
}
function Deglowtext () {
if (document.all) {
if (I_strength >=0) {
Glowdiv.innertext=message[i_message]
document.all.glowdiv.style.filter= "Glow (color=" +textcolor[i_strength]+
", strength=4)"
i_strength--
timer=settimeout ("Deglowtext ()", 100)
}
else {
cleartimeout (timer)
i_message++
if (i_message>=message.length) {i_message=0}
i_strength=0
Intermezzo ()
}
}
}
function Intermezzo () {
glowdiv.innertext= ""
settimeout ("Glowtext ()", 1000)
}
//-->
</SCRIPT>
Step Two: Add the following code to the <body> area
<div id= "Glowdiv style=" position:absolute;visibility:visible;width:60
0px;text-align:center; Top:185px;left:70px;font-family: Official script; Font-size:
30pt;color:000000 "> </div>
Step Three: Change the contents of the <body> area to
<body bgcolor= "#fef4d9" onload= "Glowtext ()" "