Ambrosia
10-10-2003, 12:44 AM
This is the script that I'm using:
<CENTER>
<SCRIPT LANGUAGE="JavaScript">
var howMany = 5
var quote = new Array(howMany+1)
quote[0]="Force, and fraud, are in war the two cardinal virtues."
quote[1]="War is the great scavenger of thought."
quote[2]="War is the supreme drama of a completely mechanized society."
quote[3]="The quickest way of ending a war is to lose it."
quote[4]="Anyone who has ever looked into the glazed eyes of a soldier dying on the battlefield will think hard before starting a war."
quote[5]="There is nothing so subject to the inconstancy of fortune as war."function rndnumber(){
var randscript = -1
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany+1))
}
return randscript
}
quo = rndnumber()
quox = quote[quo]
document.write(quox)
</SCRIPT>
</CENTER>
+++++
This is the type of word art i want to place it with:
<span style="width: 100%; font-family: Papyrus; color: white; Filter: Glow (Add = 1, Direction = 225, Strength = 10); font-weight:700">
<font size="4"> "quote message should go here" </font></span>
Can this be done? Thanks in ADVanCE!
<CENTER>
<SCRIPT LANGUAGE="JavaScript">
var howMany = 5
var quote = new Array(howMany+1)
quote[0]="Force, and fraud, are in war the two cardinal virtues."
quote[1]="War is the great scavenger of thought."
quote[2]="War is the supreme drama of a completely mechanized society."
quote[3]="The quickest way of ending a war is to lose it."
quote[4]="Anyone who has ever looked into the glazed eyes of a soldier dying on the battlefield will think hard before starting a war."
quote[5]="There is nothing so subject to the inconstancy of fortune as war."function rndnumber(){
var randscript = -1
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany+1))
}
return randscript
}
quo = rndnumber()
quox = quote[quo]
document.write(quox)
</SCRIPT>
</CENTER>
+++++
This is the type of word art i want to place it with:
<span style="width: 100%; font-family: Papyrus; color: white; Filter: Glow (Add = 1, Direction = 225, Strength = 10); font-weight:700">
<font size="4"> "quote message should go here" </font></span>
Can this be done? Thanks in ADVanCE!