image0="images/awards.jpg"
href0="awards.html"
alt0="Check out our awards!"
border0="0"

image1="images/bottleban.jpg"
href1="products.html"
alt1="Well, DO you got sauce?"
border1="0"

image2="images/rate.jpg"
href2="survey.html"
alt2="Rate our Restaurant!"
border2="0"

image3="images/catering.jpg"
href3="catering.html"
alt3="Now Catering"
border3="0"

len=4

now=new Date()
now=now.getSeconds()
rnd=now%len

image=eval("image"+rnd)
href=eval("href"+rnd)
alt=eval("alt"+rnd)
border=eval("border"+rnd)

document.write("<a href='" + href + "'>")
document.write("<img src='" + image + "' alt='" + alt + "' border='" + border + "'></a>")