// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 400, height: 269, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '2', 'Number of Images': '3', 'Image 1': './Photo-18.jpg', 'Image 2': './Photo-13.jpg', 'Image 3': './Photo-15.jpg', 'Image Width': '400', 'Image Height': '269', 'X Position': '312', 'Y Position': '669', 'BackgroundColor': '10112270' }
	});
});
// End jMedia Components

