// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture2").media({ width: 200, height: 200, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../../', 'Pause Time': '3', 'Number of Images': '2', 'Image 1': '../../Pets/Bobby/BobbyAwake.JPG', 'Image 2': '../../Pets/Bobby/BobbySleeps.JPG', 'Image Width': '200', 'Image Height': '200', 'X Position': '396', 'Y Position': '405', 'BackgroundImage': '../../Background.gif' }
	});
});
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 250, height: 188, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../../', 'Pause Time': '4', 'Number of Images': '3', 'Image 1': '../../Pets/Bobby/DaisyBobby1.JPG', 'Image 2': '../../Pets/Bobby/DaisyBobby2.JPG', 'Image 3': '../../Pets/Bobby/DaisyBobby3.JPG', 'Image Width': '250', 'Image Height': '188', 'X Position': '396', 'Y Position': '819', 'BackgroundImage': '../../Background.gif' }
	});
});
// End jMedia Components


