// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 350, height: 274, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../../RV_Rentals/Four_Winds/', 'Pause Time': '2', 'Number of Images': '5', 'Image 1': '../../RV_Rentals/Four_Winds/Interior-350.gif', 'Image 2': '../../RV_Rentals/Four_Winds/InteriorFront-350.gif', 'Image 3': '../../RV_Rentals/Four_Winds/SofaDinette-350.gif', 'Image 4': '../../RV_Rentals/Four_Winds/Kitchen-350.gif', 'Image 5': '../../RV_Rentals/Four_Winds/Bedroom-350.gif', 'URL for Image 1': '../../RV_Rentals/Four_Winds/Interior.jpg', 'URL for Image 2': '../../RV_Rentals/Four_Winds/InteriorFront.jpg', 'URL for Image 3': '../../RV_Rentals/Four_Winds/SofaDinette.jpg', 'URL for Image 4': '../../RV_Rentals/Four_Winds/Kitchen.jpg', 'URL for Image 5': '../../RV_Rentals/Four_Winds/Bedroom.jpg', 'Image Width': '350', 'Image Height': '274', 'X Position': '459', 'Y Position': '532' }
	});
});
// End jMedia Components

