// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 576, height: 309, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '2', 'Number of Images': '3', 'Image 1': './assets/images/IMG_1739P7.jpg', 'Image 2': './assets/images/IMG_1826P8.jpg', 'Image 3': './assets/images/IMG_1928P8.jpg', 'Image Width': '576', 'Image Height': '322', 'X Position': '540', 'Y Position': '564', 'BackgroundColor': '16777215' }
	});
});
// End jMedia Components

