(function ($) {
	$(function () {
		var $primaryNav = $('#header ul.navigation');
		$('>li.top-level > a', $primaryNav).bind('click', function (e) {
			e.preventDefault();
		});
		if ($.browser.msie && $.browser.version == '6.0') {
			// fix pngs
			if (typeof DD_belatedPNG !== 'undefined') {
				var fixMeString = 'img';
				DD_belatedPNG.fix(fixMeString);
			}
		}
		
		$('ul.blackout').blackout({
			 showCaption: false
			,showNavigation: false
			,skinPath: "/elements/scripts/js/jquery-add-on/jquery.blackout-2.0/SteelOverAll.swf"
			,swfPath: "/elements/scripts/js/jquery-add-on/jquery.blackout-2.0/container.swf"
		});
	});
})(jQuery);
