// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 100, height: 100, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../', 'Pause Time': '3', 'Number of Images': '5', 'Image 1': '../TRockclimbing.JPG', 'Image 2': '../Tmtb.jpg', 'Image 3': '../THangglider.JPG', 'Image 4': '../TCanoe.JPG', 'Image 5': '../TBass.JPG', 'Image Width': '100', 'Image Height': '100', 'X Position': '717', 'Y Position': '247', 'BackgroundImage': '../Background.jpg' }
	});
});
// End jMedia Components

