// Begin XHTML adjustment
$(document).ready(function(){
	if (jQuery.browser.msie && jQuery.browser.version.substr(0, 2) == "6.") {
		$(".nof-clearfix").each(function (i) {
			$(this).append("<div style='clear:both'/>");
			$(this).removeClass("nof-clearfix");
		});
	}
});

// End XHTML adjustment

// Begin jMedia Components
$(document).ready(function() {
	$("#QuickTime1").media({width: 138, height: 109,
		src: '../assets/multimedia/Leadership-Short.mov',
		autoplay: true,
		params: { volume: '256', cache: 'false', controller: 'false', loop: 'true' }
	});
});
// End jMedia Components

