// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash1").media({ width: 920, height: 195,
		src: './headingtitle03.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autohigh', scale: 'showall', salign: 'Top', wmode: 'window' }
	});
});
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 549, height: 150, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '5', 'Number of Images': '5', 'Image 1': './heading04a.jpg', 'Image 2': './Heading123A.gif', 'Image 3': './Heading123A1.gif', 'Image 4': './Heading123A2.gif', 'Image 5': './Heading123A3.gif', 'Image Width': '549', 'Image Height': '150', 'X Position': '352', 'Y Position': '1031', 'BackgroundColor': '16777215' }
	});
});
// End jMedia Components


