var quote = new Array(6)
quote[0]="<img src='artmain/lineup1.gif' border='0' width='110' alt='Tiger looking over Fence' />"
quote[1]="<img src='artmain/lineup2.gif' border='0' width='83' alt='Rabbit looking over Fence' />"
quote[2]="<img src='artmain/lineup3.gif' border='0' width='167' alt='Leopard and Doberman looking over Fence' />"
quote[3]="<img src='artmain/lineup4.gif' border='0' width='88' alt='Fox looking over Fence' />"
quote[4]="<img src='artmain/lineup5.gif' border='0' width='127' alt='Lion and cub looking over Fence' />"
quote[5]="<img src='artmain/lineup1.gif' border='0' width='110' alt='Tiger looking over Fence' />"
day = new Date()
which = day.getSeconds() % 6
document.write(quote[which])
