/*
	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 leftImgArray	= new Array;
leftImgArray[0]		= new Array;
leftImgArray[0][0]	= "http://entomology.unl.edu/randompromo/mayfly.jpg";
leftImgArray[0][1]	= "Mayfly";
leftImgArray[0][2]	= "http://entomology.unl.edu/index.shtml";
leftImgArray[0][3]	= "";
leftImgArray[1]		= new Array;
leftImgArray[1][0]	= "http://entomology.unl.edu/randompromo/grubs.jpg";
leftImgArray[1][1]	= "Grubs";
leftImgArray[1][2]	= "http://entomology.unl.edu/index.shtml";
leftImgArray[1][3]	= "";
leftImgArray[2]		= new Array;
leftImgArray[2][0]	= "http://entomology.unl.edu/randompromo/cuckoowasp.jpg";
leftImgArray[2][1]	= "Cuckoo Wasp";
leftImgArray[2][2]	= "http://entomology.unl.edu/index.shtml";
leftImgArray[2][3]	= "";
leftImgArray[3]		= new Array;
leftImgArray[3][0]	= "http://entomology.unl.edu/randompromo/darklingbeetle.jpg";
leftImgArray[3][1]	= "Darkling Beetle";
leftImgArray[3][2]	= "http://entomology.unl.edu/index.shtml";
leftImgArray[3][3]	= "";
leftImgArray[4]		= new Array;
leftImgArray[4][0]	= "http://entomology.unl.edu/randompromo/birdgrasshopper.jpg";
leftImgArray[4][1]	= "Bird Grasshopper";
leftImgArray[4][2]	= "http://entomology.unl.edu/index.shtml";
leftImgArray[4][3]	= "";
leftImgArray[5]		= new Array;
leftImgArray[5][0]	= "http://entomology.unl.edu/randompromo/caterpillar2.jpg";
leftImgArray[5][1]	= "Caterpillar";
leftImgArray[5][2]	= "http://entomology.unl.edu/index.shtml";
leftImgArray[5][3]	= "";
leftImgArray[6]		= new Array;
leftImgArray[6][0]	= "http://entomology.unl.edu/randompromo/bee.jpg";
leftImgArray[6][1]	= "Bee";
leftImgArray[6][2]	= "http://entomology.unl.edu/index.shtml";
leftImgArray[6][3]	= "";
leftImgArray[7]		= new Array;
leftImgArray[7][0]	= "http://entomology.unl.edu/randompromo/beetle.jpg";
leftImgArray[7][1]	= "Beetle";
leftImgArray[7][2]	= "http://entomology.unl.edu/index.shtml";
leftImgArray[7][3]	= "";
leftImgArray[8]		= new Array;
leftImgArray[8][0]	= "http://entomology.unl.edu/randompromo/camelcricket.jpg";
leftImgArray[8][1]	= "Camel Cricket";
leftImgArray[8][2]	= "http://entomology.unl.edu/index.shtml";
leftImgArray[8][3]	= "";
leftImgArray[9]		= new Array;
leftImgArray[9][0]	= "http://entomology.unl.edu/randompromo/eggwasps.jpg";
leftImgArray[9][1]	= "Parasitic Wasps";
leftImgArray[9][2]	= "http://entomology.unl.edu/index.shtml";
leftImgArray[9][3]	= "";
leftImgArray[10]		= new Array;
leftImgArray[10][0]	= "http://entomology.unl.edu/randompromo/madagascar.jpg";
leftImgArray[10][1]	= "Hissing Cockroach";
leftImgArray[10][2]	= "http://entomology.unl.edu/index.shtml";
leftImgArray[10][3]	= "";
leftImgArray[11]		= new Array;
leftImgArray[11][0]	= "http://entomology.unl.edu/randompromo/mantid.jpg";
leftImgArray[11][1]	= "Preying Mantis";
leftImgArray[11][2]	= "http://entomology.unl.edu/index.shtml";
leftImgArray[11][3]	= "";
leftImgArray[12]		= new Array;
leftImgArray[12][0]	= "http://entomology.unl.edu/randompromo/photinus.jpg";
leftImgArray[12][1]	= "Firefly";
leftImgArray[12][2]	= "http://entomology.unl.edu/index.shtml";
leftImgArray[12][3]	= "";
leftImgArray[13]		= new Array;
leftImgArray[13][0]	= "http://entomology.unl.edu/randompromo/rosecurculio.jpg";
leftImgArray[13][1]	= "Weevil";
leftImgArray[13][2]	= "http://entomology.unl.edu/index.shtml";
leftImgArray[13][3]	= "";
leftImgArray[14]		= new Array;
leftImgArray[14][0]	= "http://entomology.unl.edu/randompromo/llarva.jpg";
leftImgArray[14][1]	= "Lacewing Larva";
leftImgArray[14][2]	= "http://entomology.unl.edu/index.shtml";
leftImgArray[14][3]	= "";


rotateImg("leftImgArray","leftRandomPromoImage",120);
