
image0="../banners/01.gif"
href0="http://www.indecisionrecords.com"
alt0="Indecision Records"

image1="../banners/02.gif"
href1="http://www.revhq.com"
alt1="RevHQ.com"

image2="../banners/03.gif"
href2="http://www.revhq.com" 
alt2="Trust Kill"

image3="../banners/04.gif"
href3="http://www.nwhardcore.com" 
alt3="NW Hardcore"

image4="../banners/05.gif"
href4="http://www.prostheticrecords.com " 
alt4="Prosthetic Records"

image5="../banners/05.jpg"
href5="http://www.secondnaturerecordings.com" 
alt5="Second Nature Records"

image6="../banners/06.jpg"
href6="http://www.secondnaturerecordings.com" 
alt6="Second Nature Records"

image7="../banners/Lb_banner.gif"
href7="http://www.lonelybullet.com" 
alt7="Lonely Bullet"



len=8

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

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

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