// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 100, height: 100, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../', 'Pause Time': '3', 'Number of Images': '7', 'Image 1': '../ATV.jpg', 'Image 2': '../Climber.jpg', 'Image 3': '../Fish.jpg', 'Image 4': '../Links/Hiker.jpg', 'Image 5': '../Horse.jpg', 'Image 6': '../Kayak.jpg', 'Image 7': '../MTB.jpg', 'Image Width': '100', 'Image Height': '100', 'X Position': '688', 'Y Position': '114', 'BackgroundImage': '../Background1.JPG' }
	});
});
// End jMedia Components

