// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 282, height: 219, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../Activities/', 'Pause Time': '3', 'Number of Images': '2', 'Image 1': '../DrivingRange2.jpg', 'Image 2': '../SouthView.jpg', 'Image Width': '282', 'Image Height': '219', 'X Position': '574', 'Y Position': '293', 'BackgroundImage': '../Background.jpg' }
	});
});
// End jMedia Components


