
// Define pics for the collage space in the following array.  It's set up for 5 collages now, but can be modified to include more or less.
var pics = ["placeholder. don't modify me. the zero item in the array is never called upon",
			"<img src=slideshow/CTbackyard_575x380.jpg width=575 height=381 border=0>",
			"<img src=slideshow/CTnook_575x380.jpg width=575 height=381 border=0>",
			"<img src=slideshow/CTrocksit_575x380.jpg width=575 height=381 border=0>",
			"<img src=slideshow/CTtreeukelelee_575x380.jpg width=575 height=381 border=0>",
			"<img src=slideshow/CTlast_leaf.jpg width=575 height=381 border=0>",	
			"<img src=slideshow/CTwalkwoods_575x380.jpg width=575 height=381 border=0>"]
			
			
// This calculates the random number.
var randomNumber = Math.ceil(Math.random() * 6);

