// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture2").media({ width: 332, height: 198, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../', 'Pause Time': '3', 'Number of Images': '4', 'Image 1': '../Gallery/Plane12a.JPG', 'Image 2': '../Gallery/Plane12b.JPG', 'Image 3': '../Gallery/Plane12c.JPG', 'Image 4': '../Gallery/Plane12d.JPG', 'Image Width': '332', 'Image Height': '198', 'X Position': '167', 'Y Position': '8347', 'BackgroundColor': '10793805' }
	});
});
$(document).ready(
function() {
	$("#RotatingPicture5").media({ width: 324, height: 142, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../', 'Pause Time': '3', 'Number of Images': '2', 'Image 1': '../Piper3a.JPG', 'Image 2': '../Piper3b.JPG', 'Image Width': '324', 'Image Height': '174', 'X Position': '167', 'Y Position': '9613', 'BackgroundColor': '10793805' }
	});
});
// End jMedia Components

