// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture2").media({ width: 864, height: 191, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../', 'Pause Time': '5', 'Number of Images': '4', 'Image 1': '../assets/images/Pan-Le-Marronnier--web_banner.jpg', 'Image 2': '../assets/images/Rear-from-Garden-Pan-web_banner.jpg', 'Image 3': '../assets/images/Rear-Panoramic-web_banner.jpg', 'Image 4': '../assets/images/Pan-garden-house-web-banner.jpg', 'URL for Image 1': '../Pan-Le-Marronnier--web_banner.jpg', 'URL for Image 2': '../Rear-from-Garden-Pan-web_banner.jpg', 'URL for Image 3': '../Rear-from-Garden-Pan-web_banner.jpg', 'URL for Image 4': '../Pan-garden-house-web-banner.jpg', 'Image Width': '864', 'Image Height': '191', 'X Position': '72', 'Y Position': '18', 'BackgroundColor': '13421772' }
	});
});
// End jMedia Components

