if (document.images)
{
	preloadObject = new Image();
  
  	imageURL = new Array();
  	imageURL[0] = "/images/front-algebra.jpg";
  	imageURL[1] = "/images/front-bald.jpg";
  	imageURL[2] = "/images/front-weight.jpg";
  	imageURL[3] = "/images/front-windows.jpg";
	imageURL[4] = "/images/front-marriage.jpg";
	imageURL[4] = "/images/front-mondays.jpg";
  	
   	var i = 0;
   	for(i=0; i<=5; i++) 
		preloadObject.src = imageURL[i];
		
}


/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [569, 431], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/images/front-algebra.jpg"],
		["/images/front-bald.jpg"],
		["/images/front-weight.jpg"],
		["/images/front-windows.jpg"],
		["/images/front-marriage.jpg"],
		["/images/front-mondays.jpg"]
	],
	slogan: [
		["States with free market economies report higher graduation rates."],
		["States with free market economies have higher employment rates and lower stress."],
		["States with free market economies have improved health care."],
		["States with free market economies have safer neighborhoods."],
		["States with free market economies have lower divorce rates."],
		["States with free market economies report higher job satisfaction."]
	],
	displaymode: {type:'auto', pause:6000, cycles:0, wraparound:true},
	persist: true, 
	fadeduration: 500, 
	descreveal: "ondemand",
	togglerid: ""
})
