// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 175, height: 175, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '3', 'Number of Images': '4', 'Image 1': './HandT.JPG', 'Image 2': './LittleMo2t.JPG', 'Image 3': './LittleMoT.JPG', 'Image 4': './YCityT.JPG', 'Image Width': '175', 'Image Height': '175', 'X Position': '22', 'Y Position': '221', 'BackgroundColor': '0' }
	});
});
// End jMedia Components

