// Begin jMedia Components
$(document).ready(
function() {
	$("#DynaButtons1").media({ width: 0, height: 0, src: 'DynaButtons.class', title: '',
		params: { codebase: './', 'Orientation': 'Horizontal', 'TextJustification': '0', 'TextAlignment': '0', 'FontSize': '0', 'FontColor': '0', 'HighliteFontColor': '0', 'ButtonText0': ' ', 'ButtonText1': ' ', 'ButtonText2': ' ' }
	});
});
$(document).ready(
function() {
	$("#Flash3").media({ width: 150, height: 516,
		src: '../assets/applets/7.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
// End jMedia Components

