var img=new Array()

img[0]="http://www.uniph.com/blog_r/01.jpg"
img[1]="http://www.uniph.com/blog_r/02.jpg"
img[2]="http://www.uniph.com/blog_r/03.jpg"
img[3]="http://www.uniph.com/blog_r/04.jpg"
img[4]="http://www.uniph.com/blog_r/05.jpg"
img[5]="http://www.uniph.com/blog_r/06.jpg"
img[6]="http://www.uniph.com/blog_r/07.jpg"
img[7]="http://www.uniph.com/blog_r/08.jpg"

var r=Math.floor(Math.random()*img.length)
document.write('<img src="'+img[r]+'" width=550 height=230>');