// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 515, height: 675, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../', 'Pause Time': '3', 'Number of Images': '1', 'Image 1': '../assets/images/Pet_wanted_poster7a.jpg', 'URL for Image 1': '../html/larry.html', 'Image Width': '515', 'Image Height': '675', 'X Position': '86', 'Y Position': '57', 'BackgroundColor': '16777215' }
	});
});
// End jMedia Components

