/*
	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 centerImgArray	= new Array;
centerImgArray[0]		= new Array;
centerImgArray[0][0]	= "http://physics.unl.edu/images/MainPic.jpg";
centerImgArray[0][1]	= "Behlen Laboratory";
centerImgArray[0][2]	= "http://physics.unl.edu/index.shtml";
centerImgArray[0][3]	= "";
centerImgArray[1]		= new Array;
centerImgArray[1][0]	= "http://physics.unl.edu/images/MainPic1.jpg";
centerImgArray[1][1]	= "Project Fulcrum";
centerImgArray[1][2]	= "http://www.physics.unl.edu/~fulcrum/";
centerImgArray[1][3]	= "";
centerImgArray[2]		= new Array;
centerImgArray[2][0]	= "http://physics.unl.edu/images/MainPic2.jpg";
centerImgArray[2][1]	= "MFM image of a magnetic anisotropy lattice formed by direct laser-interference patterning in Co/Pt multilayer, (Reference paper: Ali Aktag, S. Michalski, Lanping Yue, Roger Kirby,  J. Appl. Phys. 99, 093901 (2006))";
centerImgArray[2][2]	= "http://physics.unl.edu/research/condensed/condensed.shtml";
centerImgArray[2][3]	= "";
centerImgArray[3]		= new Array;
centerImgArray[3][0]	= "http://physics.unl.edu/images/MainPic3.jpg";
centerImgArray[3][1]	= "Physics & Astronomy Autumn Picnic";
centerImgArray[3][2]	= "";
centerImgArray[3][3]	= "";
centerImgArray[4]		= new Array;
centerImgArray[4][0]	= "http://physics.unl.edu/images/Laser.JPG";
centerImgArray[4][1]	= "Part of the femtosecond laser system in Prof. Uiterwaal's group; right: colors appear when the laser beam is focused in air due to nonlinear optical phenomena.";
centerImgArray[4][2]	= "http://www.unl.edu/cuiterwaal/";
centerImgArray[4][3]	= "";
centerImgArray[5]		= new Array;
centerImgArray[5][0]	= "http://physics.unl.edu/images/MainPic5.jpg";
centerImgArray[5][1]	= "Educational Outreach - Christian Binek";
centerImgArray[5][2]	= "http://physics.unl.edu/~cbinek/index.htm";
centerImgArray[5][3]	= "";
centerImgArray[6]		= new Array;
centerImgArray[6][0]	= "http://physics.unl.edu/images/moon3.jpg";
centerImgArray[6][1]	= "Image of the lunar surface taken by a VersArray CCD camera at Behlen Observatory, which is operated by the Department of Physics and Astronomy";
centerImgArray[6][2]	= "http://physics.unl.edu/research/astro/astro.shtml";
centerImgArray[6][3]	= "";
centerImgArray[7]		= new Array;
centerImgArray[7][0]	= "http://physics.unl.edu/images/LaserInUse.JPG";
centerImgArray[7][1]	= "Safety First!";
centerImgArray[7][2]	= "";
centerImgArray[7][3]	= "";
centerImgArray[8]		= new Array;
centerImgArray[8][0]	= "http://physics.unl.edu/images/SelfSimilarModes.JPG";
centerImgArray[8][1]	= "Beautiful patterns appear when laser beams are spatially modulated using holographic techniques. (Uiterwaal Group)";
centerImgArray[8][2]	= "http://www.unl.edu/cuiterwaal/";
centerImgArray[8][3]	= "";

rotateImg("centerImgArray","MainPagePictureImage",5);
