(function($) {

$(function(){
	if ($.fn.flash.hasFlash()) {
		$('#Logo').hide();
		$('#HeaderImage').empty().flash({
			src : '/fileadmin/templates/swf/home_flash.swf',
			width: 980,
			height: 357,
			wmode: 'opaque'
		});
	}
});

})(jQuery);
