// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 350, height: 516, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../', 'Pause Time': '2', 'Number of Images': '5', 'Image 1': '../assets/images/bananas.jpg', 'Image 2': '../assets/images/bottles.jpg', 'Image 3': '../assets/images/plantpots.jpg', 'Image 4': '../assets/images/rosebud.jpg', 'Image 5': '../assets/images/tree.jpg', 'Image Width': '350', 'Image Height': '516', 'X Position': '265', 'Y Position': '159', 'BackgroundColor': '15570276' }
	});
});
// End jMedia Components

