// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture2").media({ width: 90, height: 60, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '3', 'Number of Images': '3', 'Image 1': './assets/images/CheerCardFlower3_90x60.jpg', 'Image 2': './assets/images/CheerCardFlower6_90x60.jpg', 'Image 3': './assets/images/Crain5616_90x60.jpg', 'Image Width': '90', 'Image Height': '60', 'X Position': '10', 'Y Position': '79', 'BackgroundImage': './assets/images/background_color_with_115edge_-_740x2.jpg' }
	});
});
$(document).ready(
function() {
	$("#RotatingPicture4").media({ width: 150, height: 62, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '3', 'Number of Images': '3', 'Image 1': './assets/images/choices_banner.jpg', 'Image 2': './assets/images/lifestyle_banner.jpg', 'Image 3': './assets/images/wellness_banner.jpg', 'Image Width': '150', 'Image Height': '62', 'X Position': '590', 'Y Position': '7', 'BackgroundImage': './assets/images/background_color_with_115edge_-_740x2.jpg' }
	});
});
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 300, height: 200, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '4', 'Number of Images': '3', 'Image 1': './assets/images/Winter_Park_Towers_Piano_Singers_300x200.jpg', 'Image 2': './assets/images/Westminster_Shores_St_Petersburg_Car_People_300x200.jpg', 'Image 3': './assets/images/Westminster_Towers_and_Shores_Swim_Ladies_Interracial_300x200.jpg', 'Image Width': '300', 'Image Height': '200', 'X Position': '185', 'Y Position': '892', 'BackgroundImage': './assets/images/background_color_with_115edge_-_740x2.jpg' }
	});
});
// End jMedia Components


