image0="img/array01.jpg"
href0="#"
alt0="www.boostedbrad.com"
border0="0"

image1="img/array02.jpg"
href1="#"
alt1="www.boostedbrad.com"
border1="0"

image2="img/array03.jpg"
href2="#"
alt2="www.boostedbrad.com"
border2="0"

len=3

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("<img src='" + image + "' alt='" + alt + "' border='" + border + "'>")