/*
	Feel free to change these and add your own images.
	Each image has up to 4 attributes associated with it:
	[0] = URL of the image source (.jpg .gif) *
	[1] = ALT text description of the image *
	[2] = URL to take the client to when the image is clicked (optional)
	[3] = javascript onclick events (optional)
	
	The images will rotate after the number of seconds given to the rotateImg
	function (0 for no rotate).
 */
var rightImgArray	= new Array;
rightImgArray[0]		= new Array;
rightImgArray[0][0]	= "images/rotate/image_1.jpg";
rightImgArray[0][1]	= "Shelley Stall";
rightImgArray[1]		= new Array;
rightImgArray[1][0]	= "images/rotate/image_2.jpg";
rightImgArray[1][1]	= "Tom Keefe";
rightImgArray[2]		= new Array;
rightImgArray[2][0]	= "images/rotate/image_3.jpg";
rightImgArray[2][1]	= "Sharon Wojtasek";

rotateImg("rightImgArray","rotating_image",3);
