// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 450, height: 29, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: '../', 'Pause Time': '2', 'Number of Images': '2', 'Image 1': '../Shop_Our_Products/shipping.jpg', 'Image 2': '../Shop_Our_Products/payment_methods.gif', 'Image Width': '450', 'Image Height': '30', 'X Position': '81', 'Y Position': '40', 'BackgroundColor': '16777215' }
	});
});
// End jMedia Components


