
// Copyright © 1999 Doug Popeney
// Created by Doug Popeney (easyjava@easyjavascipt.com)
// JavaScript Made Easy!! - http://www.easyjavascript.com

var imagenumber = 3 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "http://holytrinitys.org/images/home_15.jpg"
images[2] = "http://holytrinitys.org/images/homephoto2_15.jpg"
images[3] = "http://holytrinitys.org/images/homephoto3_15.jpg"

var image = images[rand1]
