

/*   Copyright 2010, Michael J. Hill.  All rights reserved. Used with permission.  www.javascript-demos.com */
/*   Free use of the code, so long as the above notice is kept intact */

	
	var pause = 0;                 //  3 seconds for each image;
	var nonStop = false;	       //  continuous if true;
	var hideWhenDone = true;       

	var imgPath = "/wp-content/themes/singlepane/image_scroller/images/";

	var imgSet = [];  // image file names and captions; 
	imgSet[0] = "home-1.gif |"
	imgSet[1] = "home-2.gif |"
	imgSet[2] = "home-4.gif |"
	imgSet[3] = "home-5.gif |"
	imgSet[4] = "home-6.gif |"
	imgSet[5] = "home-7.gif |"
	imgSet[6] = "home-8.gif |"
	imgSet[7] = "home-14.gif |"

