// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 336, height: 235, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../', 'Pause Time': '4', 'Number of Images': '3', 'Image 1': '../Canoes/Canoetrip.JPG', 'Image 2': '../Canoes/Canoeactivities.JPG', 'Image 3': '../Canoes/Canoefinish.JPG', 'Image Width': '336', 'Image Height': '239', 'X Position': '15', 'Y Position': '475', 'BackgroundColor': '5603242' }
	});
});
// End jMedia Components


