﻿<!-- Hide from old browsers

var imagenumber = 6 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "indexart/comment/01.png"
images[2] = "indexart/comment/02.png"
images[3] = "indexart/comment/03.png"
images[4] = "indexart/comment/04.png"
images[5] = "indexart/comment/05.png"
images[6] = "indexart/comment/06.png"
var image = images[rand1]
// -- End Hiding Here -->
