
// 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/CT_Few_B&WHorz4_575x372.jpg width=575 height=372 border=0>",
			"<img src=slideshow/CT_FewFarBetween_Cover_421x380.jpg width=421 height=380 border=0>",
			"<img src=slideshow/CT_Few_B&WHorz1_575x372.jpg width=575 height=372 border=0>",
			"<img src=slideshow/CT_Few_B&WHorz3_575x372.jpg width=575 height=372 border=0>",
			"<img src=slideshow/CT_twitter_bkg_532x380.jpg width=523 height=380 border=0>",	
			"<img src=slideshow/CT_Few_B&WHorz2_575x372.jpg width=575 height=372 border=0>"]
			
			
// This calculates the random number.
var randomNumber = Math.ceil(Math.random() * 6);


