<!--
{
var total = 24
day = new Date()
time = day.getTime()
symbol = parseInt(((time - (parseInt(time/1000,10) * 1000))/10)/100*total + 1,10)

if (symbol == (1))
altext=("The Crest of Wyvern")
if (symbol == (2))
altext=("The Phoenix Gate")
if (symbol == (3))
altext=("Xanatos Enterprises")
if (symbol == (4))
altext=("Scarab Corporation")
if (symbol == (5))
altext=("The Eye of Odin")
if (symbol == (6))
altext=("The Grimorum Arcanorum")
if (symbol == (7))
altext=("The Hunter's Mask")
if (symbol == (8))
altext=("The Pack")
if (symbol == (9))
altext=("The Sygil of Moray")
if (symbol == (10))
altext=("Gen-U-Tech")
if (symbol == (11))
altext=("Super-Goyle!")
if (symbol == (12))
altext=("The Gargoyles Logo")
if (symbol == (13))
altext=("Nightstone Unlimited")
if (symbol == (14))
altext=("The Quarrymen")
if (symbol == (15))
altext=("Nightwatch")
if (symbol == (16))
altext=("The Tazmanian Tiger")
if (symbol == (17))
altext=("Pendragon")
if (symbol == (18))
altext=("The Guardian")
if (symbol == (19))
altext=("Dominic Dracon")
if (symbol == (20))
altext=("Cyberbiotics")
if (symbol == (21))
altext=("The Mark of the Panther")
if (symbol == (22))
altext=("Xanatos Enterprises Security Force")
if (symbol == (23))
altext=("Taro's Symbol")
if (symbol == (24))
altext=("The Magus' Crest")

document.write('<img src="/System/Images/Symbols/Symbol' + symbol + '.jpg" alt="' + altext + '">')
}
-->