// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash1").media({ width: 500, height: 175,
		src: './Spring_Special_2010.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autohigh', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
// End jMedia Components

