// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 282, height: 220, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../../Cabins/', 'Pause Time': '4', 'Number of Images': '2', 'Image 1': '../../Cabins/Cabin11/Lovenestbedroom.jpg', 'Image 2': '../../Cabins/Cabin11/Lovenesthottub.jpg', 'Image Width': '282', 'Image Height': '220', 'X Position': '524', 'Y Position': '487', 'BackgroundColor': '5603242' }
	});
});
$(document).ready(
function() {
	$("#RotatingPicture3").media({ width: 282, height: 220, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../../Cabins/', 'Pause Time': '5', 'Number of Images': '2', 'Image 1': '../../Cabins/Cabin11/Lovenestkitchen.jpg', 'Image 2': '../../Cabins/Cabin11/Lovenestkitchen2.jpg', 'Image Width': '282', 'Image Height': '220', 'X Position': '127', 'Y Position': '713', 'BackgroundColor': '5603242' }
	});
});
// End jMedia Components


