// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 400, height: 473, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '3', 'Number of Images': '4', 'Image 1': './seafood.jpg', 'Image 2': './crawfish3.JPG', 'Image 3': './crawfish2.JPG', 'Image 4': './crawfish5.jpg', 'Image Width': '400', 'Image Height': '473', 'X Position': '193', 'Y Position': '258', 'BackgroundImage': './CottonDreamBackground.jpg' }
	});
});
// End jMedia Components


