// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 324, height: 139, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../', 'Pause Time': '3', 'Number of Images': '2', 'Image 1': '../Services/Cessna2sketch.JPG', 'Image 2': '../Services/Cessna2finished.JPG', 'Image Width': '324', 'Image Height': '139', 'X Position': '438', 'Y Position': '430', 'BackgroundColor': '10793805' }
	});
});
// End jMedia Components

