// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash4").media({ width: 70, height: 30,
		src: '../assets/applets/mp3ss5e.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'transparent', bgColor: '#000000' }
	});
});
$(document).ready(
function() {
	$("#Flash1").media({ width: 338, height: 400,
		src: '../assets/applets/wpgblkts.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'transparent', bgColor: '#000000' }
	});
});
// End jMedia Components

