/*
	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 rotateImgArray		= new Array;
rotateImgArray[0]		= new Array;
rotateImgArray[0][0]	= "/images/parentsrec09_imgrotate/MG0010_450_210.jpg";
rotateImgArray[0][1]	= "Parents Recognition Award Ceremony 2009";
rotateImgArray[0][2]	= "";
rotateImgArray[0][3]	= "";
rotateImgArray[1]		= new Array;
rotateImgArray[1][0]	= "/images/parentsrec09_imgrotate/MG0091_450_210.jpg";
rotateImgArray[1][1]	= "Parents Recognition Award Ceremony 2009";
rotateImgArray[1][2]	= "";
rotateImgArray[1][3]	= "";
rotateImgArray[2]		= new Array;
rotateImgArray[2][0]	= "/images/parentsrec09_imgrotate/MG0110_450_210.jpg";
rotateImgArray[2][1]	= "Parents Recognition Award Ceremony 2009";
rotateImgArray[2][2]	= "";
rotateImgArray[2][3]	= "";
rotateImgArray[3]		= new Array;
rotateImgArray[3][0]	= "/images/parentsrec09_imgrotate/MG9948_450_210.jpg";
rotateImgArray[3][1]	= "Parents Recognition Award Ceremony 2009 - Dr. Juan Franco";
rotateImgArray[3][2]	= "";
rotateImgArray[3][3]	= "";
rotateImgArray[4]		= new Array;
rotateImgArray[4][0]	= "/images/parentsrec09_imgrotate/MG9963_450_210.jpg";
rotateImgArray[4][1]	= "Parents Recognition Award Ceremony 2009- Dr. Dennis Brink (right) receives award from Joy Citta (left) and Rosemary Eastwood (center).";
rotateImgArray[4][2]	= "";
rotateImgArray[4][3]	= "";
rotateImgArray[5]		= new Array;
rotateImgArray[5][0]	= "/images/parentsrec09_imgrotate/MG9973_450_210.jpg";
rotateImgArray[5][1]	= "Parents Recognition Award Ceremony 2009 - Dr. Tiffany Heng-Moss (right) receives award from Joy Citta (left) and Rosemary Eastwood (center).";
rotateImgArray[5][2]	= "";
rotateImgArray[5][3]	= "";

rotateImg("rotateImgArray","rotateImg",0);
