// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash14").media({ width: 230, height: 206,
		src: '../assets/applets/scottie_kneeling.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'high', scale: 'exactfit', salign: 'Left', wmode: 'window', bgColor: '#1C4424' }
	});
});
// End jMedia Components


