// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 250, height: 188, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../../Trails/Forangap/', 'Pause Time': '4', 'Number of Images': '2', 'Image 1': '../../Trails/Forangap/ForanGap1.jpg', 'Image 2': '../../Trails/Forangap/ForanGap2.jpg', 'Image Width': '250', 'Image Height': '188', 'X Position': '586', 'Y Position': '591', 'BackgroundImage': '../../Background.jpg' }
	});
});
// End jMedia Components

