// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 145, height: 145, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '3', 'Number of Images': '5', 'Image 1': './Atv.jpg', 'Image 2': './Bike.JPG', 'Image 3': './Hike.JPG', 'Image 4': './CanoeT.JPG', 'Image 5': './HorseT.JPG', 'Image Width': '145', 'Image Height': '145', 'X Position': '339', 'Y Position': '446', 'BackgroundColor': '5603242' }
	});
});
// End jMedia Components

