// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture2").media({ width: 282, height: 220, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../../', 'Pause Time': '4', 'Number of Images': '2', 'Image 1': '../../Horseback/2007ride2c.jpg', 'Image 2': '../../Horseback/2007ride2a.jpg', 'Image Width': '282', 'Image Height': '220', 'X Position': '164', 'Y Position': '370', 'BackgroundColor': '5603242' }
	});
});
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 282, height: 220, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../../', 'Pause Time': '3', 'Number of Images': '3', 'Image 1': '../../Horseback/Rides/2007ride1a.jpg', 'Image 2': '../../Horseback/Rides/2007ride1b.jpg', 'Image 3': '../../Horseback/Rides/2007ride1c.jpg', 'Image Width': '282', 'Image Height': '220', 'X Position': '452', 'Y Position': '370', 'BackgroundColor': '5603242' }
	});
});
// End jMedia Components

