// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash8").media({ width: 200, height: 250,
		src: './Home_Left.swf', flashVersion: '9,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autohigh', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
$(document).ready(
function() {
	$("#Flash9").media({ width: 200, height: 250,
		src: './Home_Center2.swf', flashVersion: '9,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autohigh', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
$(document).ready(
function() {
	$("#Flash7").media({ width: 400, height: 250,
		src: './Home_Right.swf', flashVersion: '9,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autohigh', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
// End jMedia Components


