/*
	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 metrImgArray	= new Array;
metrImgArray[0]		= new Array;
metrImgArray[0][0]	= "/images/small/Lawson_actually_working.jpg";
metrImgArray[0][1]	= "";
metrImgArray[0][2]	= "/research/air.php";
metrImgArray[0][3]	= "";
metrImgArray[1]		= new Array;
metrImgArray[1][0]	= "/images/small/On_the_tarmac.jpg";
metrImgArray[1][1]	= "";
metrImgArray[1][2]	= "/research/air.php";
metrImgArray[1][3]	= "";
metrImgArray[2]		= new Array;
metrImgArray[2][0]	= "/images/small/Sidney_27Jun2005.jpg";
metrImgArray[2][1]	= "";
metrImgArray[2][2]	= "/research/air.php";
metrImgArray[2][3]	= "";
metrImgArray[3]		= new Array;
metrImgArray[3][0]	= "/images/small/dye2_bagging.jpg";
metrImgArray[3][1]	= "";
metrImgArray[3][2]	= "/research/air.php";
metrImgArray[3][3]	= "";

rotateImg("metrImgArray","metrRandomImage",11);
