// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 300, height: 202, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '4', 'Number of Images': '4', 'Image 1': './assets/images/Photo-001.JPG', 'Image 2': './assets/images/Photo-002.JPG', 'Image 3': './assets/images/Photo-003.JPG', 'Image 4': './assets/images/Photo-004.JPG', 'Image Width': '300', 'Image Height': '207', 'X Position': '245', 'Y Position': '198', 'BackgroundColor': '16777088' }
	});
});
// End jMedia Components


