// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 274, height: 194, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../', 'Pause Time': '3', 'Number of Images': '2', 'Image 1': '../Working1.jpg', 'Image 2': '../Working2.jpg', 'Image Width': '274', 'Image Height': '194', 'X Position': '517', 'Y Position': '794', 'BackgroundColor': '13421772' }
	});
});
// End jMedia Components

