// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 275, height: 192, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../', 'Pause Time': '4', 'Number of Images': '3', 'Image 1': '../Biking/hawkins.JPG', 'Image 2': '../Biking/nick_dan.JPG', 'Image 3': '../Biking/mtbgroup.JPG', 'Image Width': '275', 'Image Height': '241', 'X Position': '614', 'Y Position': '262', 'BackgroundColor': '5603242' }
	});
});
// End jMedia Components


