


// IMPORTANT!
// IMAGE WIDTH MUST BE: 350 pixels
// IMAGE HEIGHT MUST BE: 215 pixels


var slides=[]; 

/*	Configure the images and descriptions below. 

	Use this format: 
	slides[slidenumber] = ["image path", "caption", "url"];
	(url is optional)
	
	SAMPLE:
	slides[0] = ["images/news/sample1.jpg", "<h2>News Title</h2><p>This is the caption. <a href='index.html'>Read More...</a></p>", "http://unh.edu"];

*/
slides[2] = ["images/news/Student-discipline-news.jpg", "<h2>NH Schools Expel Less, Suspend More Than National Average</h2><p>A new analysis of NH schools shows that out-of-school suspension rates are higher and statewide expulsion rates are lower than the national average. <a href='http://www.carseyinstitute.unh.edu/publications/PB-Wauchope-studentdiscipline.pdf'>Read more.</a></p>", "http://www.carseyinstitute.unh.edu/publications/PB-Wauchope-studentdiscipline.pdf"];

slides[3] = ["images/news/news-sign.png", "<h2>Carsey News Updates</h2><p>Sign up to receive the latest news and research from the Carsey Institute. <a href='newsletter.html'>Start here.</a></p>", "newsletter.html"];

slides[1] = ["images/news/veterans_day_salute_2news.jpg", "<h2>Highest Percent of Disabled Veterans in South, Rural America</h2><p>A new Carsey report shows that the South and rural America have the highest percent of veterans with service-related disabilities. <a href='http://www.carseyinstitute.unh.edu/publications/FS-Mattingly-Military-Disabilities-2009.pdf'>Read more.</p></p><a href='http://www.carseyinstitute.unh.edu/publications/FS-Mattingly-Military-Disabilities-2009.pdf'>"];

slides[0] = ["images/news/CivicEngagement_news.jpg", "<h2>New Hampshire's Civic Health</h2><p>New Hampshire's civic health ranks high at sixth in the nation, new Carsey research finds. <a href='http://www.carseyinstitute.unh.edu/docs/NH2009_web-FINAL.pdf'>Read more here.</a></p>", "http://www.carseyinstitute.unh.edu/docs/NH2009_web-FINAL.pdf"];

slides[4] = ["images/news/surprisedchild-news.png", "<h2>Welcome to the new Carsey Institute</h2><p>Thought you knew the Carsey Institute? Take a few minutes to browse our new site, including our policy areas and research resources.</p>"];







// NO NEED TO MAKE CHANGES BELOW THIS LINE !!


//If using image buttons as controls, Set image buttons' image preload here true
//(use false for no preloading and for when using no image buttons as controls):
var preload_ctrl_images=true;

//And configure the image buttons' images here:
var previmg='images/structure/button_previous.gif';
var stopimg='images/structure/button_pause.gif';
var playimg='images/structure/button_play.gif';
var nextimg='images/structure/button_next.gif';

slides.counter=1; //use to show image count
slides.pause=1; //use for pause onmouseover
slides.image_controls=1; //use images for controls
slides.no_added_linebreaks=1; //use for no added line breaks in formatting of texts and controls
slides.delay=5000;  	//Set miliseconds delay between slides for a given show, may also be set in the call as the last parameter
//slides.nofade=1;  	//Use for no fade-in, fade-out effect for this show
//slides.no_auto=1; //use to make show completely user operated (no play button, starts in stopped mode)



