// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 208, height: 145, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../Fitness/', 'Pause Time': '3', 'Number of Images': '2', 'Image 1': '../Fitness/weights.JPG', 'Image 2': '../Fitness/workout.JPG', 'Image Width': '208', 'Image Height': '145', 'X Position': '84', 'Y Position': '405', 'BackgroundImage': '../Background.GIF' }
	});
});
// End jMedia Components

