// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture2").media({ width: 274, height: 187, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../', 'Pause Time': '3', 'Number of Images': '2', 'Image 1': '../RetreatATV1.jpg', 'Image 2': '../RetreatHorses1.jpg', 'Image Width': '274', 'Image Height': '187', 'X Position': '511', 'Y Position': '208', 'BackgroundImage': '../background.jpg' }
	});
});
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 274, height: 186, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../', 'Pause Time': '3', 'Number of Images': '4', 'Image 1': '../Lodging/Cabin1a.jpg', 'Image 2': '../Lodging/Cabin1b.jpg', 'Image 3': '../Lodging/Cabin1c.jpg', 'Image 4': '../Lodging/Cabin1d.jpg', 'Image Width': '274', 'Image Height': '187', 'X Position': '511', 'Y Position': '521', 'BackgroundImage': '../background.jpg' }
	});
});
// End jMedia Components

