// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash1").media({ width: 627, height: 155,
		src: './top-banner.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autohigh', scale: 'showall', salign: 'r', wmode: 'transparent', bgColor: '#BB987E' }
	});
});
// End jMedia Components


