//Designed by Ray Rarey (rayr@accessus.net)//
 //Visit http://users.accessus.net/~rayr/javascript/ for more scripts//
 //Copyright (c) NuGen Web Productions//
 
 image = new Array(4);

 image[0] = 'imgs/cathyfrontpg.jpg'
 image[1] = 'imgs/cathyfrontpg1.jpg'
 image[2] = 'imgs/cathyfrontpg2.jpg'
 image[3] = 'imgs/cathyfrontpg3.jpg'
 
 index = Math.floor(Math.random() * image.length);
 document.write("<img src="+image[index]+" border=\"0\" width=\"320\" height=\"219\" alt=\"Cathy Richardson Band\">");