// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 157, height: 157, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '4', 'Number of Images': '5', 'Image 1': './TBen.JPG', 'Image 2': './TDelores.JPG', 'Image 3': './TFred.JPG', 'Image 4': './TNolan.JPG', 'Image 5': './TTammy.JPG', 'Image Width': '157', 'Image Height': '157', 'X Position': '639', 'Y Position': '1018', 'BackgroundImage': './Backbround.jpg' }
	});
});
// End jMedia Components

