// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 195, height: 130, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '4', 'Number of Images': '9', 'Image 1': './000_0006.JPG', 'Image 2': './3B.jpg', 'Image 3': './0103.jpg', 'Image 4': './030305B.jpg', 'Image 5': './DCP_1247.JPG', 'Image 6': './factory_3of4.jpg', 'Image 7': './Photo_002.jpg', 'Image 8': './July_2004_003.jpg', 'Image 9': './Photo_019.jpg', 'Image Width': '225', 'Image Height': '150', 'X Position': '469', 'Y Position': '65', 'BackgroundColor': '16777215' }
	});
});
// End jMedia Components

