// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 324, height: 211, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '4', 'Number of Images': '5', 'Image 1': './Mak_Lnd_1.jpg', 'Image 2': './Mak_Lnd_2.jpg', 'Image 3': './Mak_Lnd_3.jpg', 'Image 4': './Mak_Lnd_4.jpg', 'Image 5': './Mak_Lnd_5.jpg', 'Image Width': '324', 'Image Height': '211', 'X Position': '93', 'Y Position': '828' }
	});
});
// End jMedia Components

