

var insp=new Array()





insp[0]='<img border=0 src=http://www.nordiczon.com/images/insp_1.jpg width=800 height=293>'



insp[1]='<img border=0 src=http://www.nordiczon.com/images/insp_3.jpg width=800 height=293>'



insp[2]='<img border=0 src=http://www.nordiczon.com/images/insp_4.jpg width=800 height=293>'



insp[3]='<img border=0 src=http://www.nordiczon.com/images/insp_5.jpg width=800 height=293>'



insp[4]='<img border=0 src=http://www.nordiczon.com/images/insp_2.jpg width=800 height=293>'





var whichquote=Math.floor(Math.random()*(insp.length))

document.write(insp[whichquote])

