// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash1").media({ width: 468, height: 60,
		src: '../assets/applets/NV_NBP_468x60_GTMK_G.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autohigh', scale: 'exactfit', salign: 'Left', wmode: 'window' }
	});
});
// End jMedia Components

