// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture3").media({ width: 120, height: 120, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '2', 'Number of Images': '3', 'Image 1': './2004Gallery1T.jpg', 'Image 2': './2004Gallery2T.jpg', 'Image 3': './2004Gallery3T.jpg', 'Image Width': '120', 'Image Height': '120', 'X Position': '10', 'Y Position': '88', 'BackgroundImage': './background.gif' }
	});
});
$(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': '10', 'Y Position': '246', 'BackgroundImage': './background.gif' }
	});
});
$(document).ready(
function() {
	$("#RotatingPicture1").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': '385', 'BackgroundImage': './background.gif' }
	});
});
// End jMedia Components

