// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture4").media({ width: 121, height: 120, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '4', 'Number of Images': '3', 'Image 1': './2004Gallery5T.jpg', 'Image 2': './2004Gallery6T.jpg', 'Image 3': './2004Gallery7T.jpg', 'Image Width': '121', 'Image Height': '120', 'X Position': '9', 'Y Position': '238', 'BackgroundColor': '10793805' }
	});
});
$(document).ready(
function() {
	$("#RotatingPicture5").media({ width: 120, height: 120, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '5', 'Number of Images': '2', 'Image 1': './2004Gallery8T.jpg', 'Image 2': './2004Gallery9T.jpg', 'Image Width': '120', 'Image Height': '120', 'X Position': '10', 'Y Position': '380', 'BackgroundColor': '10793805' }
	});
});
// End jMedia Components

