/*-----------------------------------------------------------------------
	Config file for image slideshow.
	 - the first line is the path to the THUMBNAIL.
	 - the next line is the text to display for that image.
	 - these rows MUST alternate.
	 - if you wish to exclude an image, either remove BOTH lines
	   or comment out BOTH lines.

	 e.g.:
	 "path/to/thumb/of/image1.jpg",
	 "Text for Image One.",
	 "path/to/thumb/of/image2.jpg",
	 "Text for Image Two."

	 NOTE:
	  - paths MUST not contain spaces or special characters.
	  - paths SHOULD be in lowercase.
	  - be careful of special characters in text.

	  e.g.:
		' = \\n
		" = &quot;


-----------------------------------------------------------------------*/

var slide = new Array(
"sandy/thumbs/photo1.jpg", 
"Shot making on skates",
"sandy/thumbs/photo2.jpg", 
"You shouldnt smoke!",
"sandy/thumbs/photo3.jpg", 
"Balance and Backwards",
"sandy/thumbs/photo4.jpg", 
"Brings you to your knees",
"sandy/thumbs/photo5.jpg", 
"Who said power comes from the legs?",
"sandy/thumbs/photo6.jpg", 
"How rude!",
"sandy/thumbs/photo7.jpg", 
"Size does matter!"
);

// NOTE - the last text entry DOES NOT have a comma after it.

