// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture2").media({ width: 300, height: 200, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../', 'Pause Time': '2', 'Number of Images': '4', 'Image 1': '../assets/images/Photo-Unit_1-T.jpg', 'Image 2': '../assets/images/Photo-Bedroom-1.jpg', 'Image 3': '../assets/images/Photo-Kitchen-1-T.jpg', 'Image 4': '../assets/images/Photo-Living-1.jpg', 'Image Width': '300', 'Image Height': '200', 'X Position': '84', 'Y Position': '346', 'BackgroundImage': '../assets/images/A_WLTHR.gif' }
	});
});
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 300, height: 200, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../', 'Pause Time': '2', 'Number of Images': '4', 'Image 1': '../assets/images/Photo-Unit_2-T.jpg', 'Image 2': '../assets/images/Photo-Kitchen-2.jpg', 'Image 3': '../assets/images/Photo-Living-2.jpg', 'Image 4': '../assets/images/Photo-Bedroom-2.jpg', 'Image Width': '300', 'Image Height': '200', 'X Position': '406', 'Y Position': '346', 'BackgroundImage': '../assets/images/A_WLTHR.gif' }
	});
});
// End jMedia Components

