// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture2").media({ width: 150, height: 113, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../', 'Pause Time': '1', 'Number of Images': '4', 'Image 1': '../Flying/Launch1.JPG', 'Image 2': '../Flying/Launch2.JPG', 'Image 3': '../Flying/Launch3.JPG', 'Image 4': '../Flying/Launch1.JPG', 'Image Width': '150', 'Image Height': '113', 'X Position': '169', 'Y Position': '510', 'BackgroundImage': '../Background.jpg' }
	});
});
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 250, height: 188, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../', 'Pause Time': '3', 'Number of Images': '3', 'Image 1': '../Flying/Trailingedge1.JPG', 'Image 2': '../Flying/Trailingedge2.JPG', 'Image 3': '../Flying/Trailingedge3.JPG', 'Image Width': '250', 'Image Height': '188', 'X Position': '550', 'Y Position': '1457', 'BackgroundImage': '../Background.jpg' }
	});
});
// End jMedia Components

