var mygallery=new simpleGallery({
	wrapperid: "simplegallery1", //ID of main gallery container,
	dimensions: [585, 256], //width/height of gallery in pixels. Should reflect dimensions of the images exactly
	/**
	 * imagearray index listing:
	 * index 0: image src file
	 * 1: image href link
	 * 2: window targets - _blank, _parent, etc.
	 * 3: description
	 * 4: alt text
	 * 5: banner html
	 */
	imagearray: [
		["/hslc/Homepage_2.0_files/images/banner_121610_We-ARRA-Working.jpg", 
		"/hslc/Head%20Start%20Program/we-arra-working", 
		"", 
		"", 
		"We ARRA Working"],
		["/hslc/Homepage_2.0_files/images/banner_101510_Sesame-Street-Flu.jpg", 
		"http://www.youtube.com/watch?v=pNisHZDl42U&feature=player_embedded", 
		"", 
		"", 
		"Secretary Sebelius & Sesame Street's Elmo-Stay Healthy America!"],
		["/hslc/Homepage_2.0_files/images/banner_092010_Road-Map-TTA.jpg", 
		"", 
		"", 
		"",
		"HHS Announces National Effort to Raise Quality in Head Start Programs",
		"<div id=\"promo_banner_wrapper\">"
			+ "<div id=\"roadmapTTA\">"
			+ "<ul>"
			+ "<li>4 National Training and Technical Assistance Centers</li>"
			+ "<li>10 Centers of Excellence</li>"
			+ "<li>Placing Mentor Coaches in Local Communities</li>"
			+ "<li><a href=\"/hslc/Head%20Start%20Program/roadmap/FR_9-22-10_Proposed_Rules_Head_Start.pdf\" title=\"New Proposed Regulations for Designation Renewal\">New Proposed Regulations for Designation Renewal</a></li>"
			+ "</ul>"
			+ "<p><a href=\"/hslc/Head%20Start%20Program/roadmap/\" title=\"Click for more information and a message from OHS Director Yvette Sanchez Fuentes\">Click for more information and a message from OHS Director Yvette Sanchez Fuentes</a></p>"
			+ "</div>"
			+ "</div>"
		],	        
			["/hslc/Homepage_2.0_files/images/4in1.jpg", 
		"",
		"", 
		"", 
		"",
		"<div id=\"promo_banner_wrapper\">"
			+ "<div id=\"leftcolumn\">"
			+ "<p>Have a question about Head Start? <a href=\"mailto:askus@headstartinfo.org?subject=Have a question about Head Start\" title=\"Email Office of Head Start\">Email us</a> or call toll-free 1-866-763-6481</p>"
			+ "</div>"
			+ "<div id=\"rightcolumn\">"
			+ "<p><a href=\"/ECLKC/customerservice/report_complaint\" title=\"Submit a Complaint about a Head Start Program\">Submit a Complaint</a> about a Head Start Program in <a href=\"/ECLKC/customerservice/report_complaint\" title=\"Submit a Complaint about a Head Start Program in English\">English</a> or <a href=\"/ECLKC/customerservice/report_complaint_es\" title=\"Submit a Complaint about a Head Start Program in Spanish\">Spanish</a>.</p>"
			+ "</div>"
			+ "<div id=\"middlecolumn\">"
			+ "<p>Send Your Ideas on How to Promote Sound Management and Improve Monitoring in Early Head Start and Head Start Programs to <span class=\"break-word\"><a href=\"mailto:StrengthenHeadStart@headstartinfo.org?subject=Ideas on How to Promote Sound Management and Improve Monitoring in Early Head Start and Head Start Programs\" title=\"Email Your Ideas on How to Strengthen Early Head Start and Head Start Programs\">Strengthen<br/>HeadStart@headstartinfo.org</a></span></p>"
			+ "</div>"
			+ "<div id=\"footercolumn\">"
			+ "<p>Report suspected or confirmed fraud or waste in a Head Start program to <a href=\"http://oig.hhs.gov/fraud/hotline\" title=\"HHS Office of Inspector General\">HHS Office of Inspector General</a></p>"
			+ "</div>"
			+ "</div>"
		],
		["/hslc/Homepage_2.0_files/images/banner_121009_yourstory2.jpg", 
		"http://eclkc.ohs.acf.hhs.gov/ECLKC/customerservice/Head_Start_Story_Submission", 
		"", 
		"", 
		"Tell Us Your Head Start Story: For over 40 years Head Start has served millions of children by promoting school readiness and preparing them for sucess. We want to know how Head Start has helped you and your family. Share your Head Start story..."],
		["/hslc/Homepage_2.0_files/images/banner_081810_ohsdirnews_.jpg", 
		"/hslc/Head%20Start%20Program/Director", 
		"", 
		"", 
		"News and Information from the OHS Director."],
		["/hslc/Homepage_2.0_files/images/banner_121409_wagecomp.jpg", 
		"/hslc/Program%20Design%20and%20Management/Fiscal/Wage%20Comparability%20Toolbox", 
		"", 
		"", 
		"This new Wage and Fringe Benefits Comparability Toolbox section offers Head Start and Early Head Start grantees and delegate agencies resources to conduct wage and fringe comparability surveys. Find sample job descriptions, survey tip sheets, employee benefits information, and online courses."],
		["/hslc/Homepage_2.0_files/images/promo_1.JPG", 
		"/hslc/Early%20Head%20Start", 
		"", 
		"", 
		"Implementing an Early Head Start Program: New grantees can find resources for operating an EHS Program in this section."],
		["/hslc/Homepage_2.0_files/images/promo_2-A.JPG", 
		"/hslc/Professional%20Development/Career%20Center", 
		"", 
		"", 
		"New Career Center on the ECLKC: Search for Head Start jobs anywhere in the United States using this new application."]
	],
	/**
	 * autoplay index listing:
	 * 0: auto_play_boolean - flag indicates if the slideshow should be playing or paused when loaded;
	 * if true, the slideshow plays, and the "PAUSE" image is displayed; otherwise the slideshow doesn't play
	 * and the "PLAY" image is displayed
	 * 1: delay_btw_slide_millisec - the length of time in milliseconds that each slide should be shown
	 * 2: cycles_before_stopping_int - the number of cycles the slideshow should play before stopping. a cycle is the display of all images.
	 * 3: manual_play_only: flag indicating the slideshow is set to manual play only.  if true,
	 * the "PLAY"/"PAUSE" buttons are hidden; if false or undefined, the "PLAY"/"PAUSE" buttons are shown.
	 */
	autoplay: [true, 5000, 100], //[auto_play_boolean, delay_btw_slide_millisec, cycles_before_stopping_int, manual_play_only]
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	oninit:function(){ //event that fires when gallery has initialized/ ready to run
		//Keyword "this": references current gallery instance (ie: try this.navigate("play/pause"))
	},
	onslide:function(curslide, i){ //event that fires after each slide is shown
		//Keyword "this": references current gallery instance
		//curslide: returns DOM reference to current slide's DIV (ie: try alert(curslide.innerHTML)
		//i: integer reflecting current image within collection being shown (0=1st image, 1=2nd etc)
	}
})
