// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 288, height: 216, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '2', 'Number of Images': '4', 'Image 1': './assets/images/photo-homepg.jpg', 'Image 2': './assets/images/photo-homepg2.jpg', 'Image 3': './assets/images/photo-homepg3.jpg', 'Image 4': './assets/images/photo-homepg4.jpg', 'Image Width': '288', 'Image Height': '216', 'X Position': '191', 'Y Position': '336', 'BackgroundImage': './assets/images/dishler_solidbkgrnd.gif' }
	});
});
// End jMedia Components

