// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 800, height: 533, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '5', 'Number of Images': '7', 'Image 1': './hometr1.jpg', 'Image 2': './hometr2.jpg', 'Image 3': './hometr3.jpg', 'Image 4': './hometr4.jpg', 'Image 5': './hometr5.jpg', 'Image 6': './hometr6.jpg', 'Image 7': './hometr7.jpg', 'URL for Image 1': './packages.html', 'URL for Image 2': './packages.html', 'URL for Image 3': './packages.html', 'URL for Image 4': './packages.html', 'URL for Image 5': './packages.html', 'URL for Image 6': './packages.html', 'URL for Image 7': './packages.html', 'Image Width': '800', 'Image Height': '533', 'X Position': '0', 'Y Position': '109', 'BackgroundColor': '16777215' }
	});
});
// End jMedia Components


