var ShowPic=new Array()

ShowPic[0]='<A HREF="http://www.timeoutgelato.com/" TARGET="_blank"><img src="newspictures/livefromwalkingstreet01.jpg" width="150" height="395" border=0 ALT="Live from Walking Street - Please click to connect in a new Window" TITLE="Live from Walking Street - Please click to connect in a new Window"></A>'

ShowPic[1]='<A HREF="http://www.timeoutgelato.com/" TARGET="_blank"><img src="newspictures/livefromwalkingstreet02.jpg" width="150" height="395" border=0 ALT="Live from Walking Street - Please click to connect in a new Window" TITLE="Live from Walking Street - Please click to connect in a new Window"></A>'

ShowPic[2]='<A HREF="http://www.timeoutgelato.com/" TARGET="_blank"><img src="newspictures/livefromwalkingstreet03.jpg" width="150" height="273" border=0 ALT="Live from Walking Street - Please click to connect in a new Window" TITLE="Live from Walking Street - Please click to connect in a new Window"></A>'

var Pretty=new Array()
var the_one
var z=0
while (z<ShowPic.length){
the_one=Math.floor(Math.random()*ShowPic.length)
if (ShowPic[the_one]!="_selected!"){
Pretty[z]=ShowPic[the_one]
ShowPic[the_one]="_selected!"
z++
}
}
document.write(Pretty[1]);