// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 197, height: 138, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '5', 'Number of Images': '2', 'Image 1': './tsd1.jpg', 'Image 2': './tsd2.jpg', 'Image Width': '198', 'Image Height': '138', 'X Position': '430', 'Y Position': '594', 'BackgroundImage': './Background.jpg' }
	});
});
// End jMedia Components


