// 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': '509', 'Y Position': '172', 'BackgroundImage': './background.jpg' }
	});
});
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 274, height: 199, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '3', 'Number of Images': '2', 'Image 1': './RetreatView.jpg', 'Image 2': './Pavilion1.jpg', 'Image Width': '274', 'Image Height': '199', 'X Position': '511', 'Y Position': '767', 'BackgroundImage': './background.jpg' }
	});
});
// End jMedia Components

