// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 229, height: 164, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../', 'Pause Time': '4', 'Number of Images': '3', 'Image 1': '../assets/images/070819-Gencon_2007_01-002-small.JPG', 'Image 2': '../assets/images/070819-Gencon_2007_03-008-small.JPG', 'Image 3': '../assets/images/070819-Gencon_2007_04-011-small.JPG', 'Image Width': '229', 'Image Height': '164', 'X Position': '622', 'Y Position': '506', 'BackgroundColor': '16777215' }
	});
});
$(document).ready(
function() {
	$("#RotatingPicture2").media({ width: 228, height: 163, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../', 'Pause Time': '4', 'Number of Images': '5', 'Image 1': '../assets/images/070819-Gencon_2007_08-018-small.JPG', 'Image 2': '../assets/images/070819-Gencon_2007_11-024-small.JPG', 'Image 3': '../assets/images/070819-Gencon_2007_13-030-small.JPG', 'Image 4': '../assets/images/070819-Gencon_2007_15-033-small.JPG', 'Image 5': '../assets/images/070819-Gencon_2007_24-048-small.JPG', 'Image Width': '230', 'Image Height': '164', 'X Position': '176', 'Y Position': '1547', 'BackgroundColor': '16777215' }
	});
});
// End jMedia Components


