// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture2").media({ width: 274, height: 194, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../', 'Pause Time': '3', 'Number of Images': '2', 'Image 1': '../Working1.jpg', 'Image 2': '../Working2.jpg', 'Image Width': '274', 'Image Height': '194', 'X Position': '675', 'Y Position': '257', 'BackgroundColor': '13421772' }
	});
});
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 274, height: 174, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../', 'Pause Time': '3', 'Number of Images': '2', 'Image 1': '../BorderCollie/Worksheep1.jpg', 'Image 2': '../BorderCollie/Worksheep2.jpg', 'Image Width': '274', 'Image Height': '174', 'X Position': '675', 'Y Position': '694', 'BackgroundColor': '13421772' }
	});
});
// End jMedia Components


