function header() {
    if (AC_FL_RunContent == 0) {
    	alert("This page requires AC_RunActiveContent.js.");
    } else {
    	AC_FL_RunContent(
    		'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
    		'width', '960',
    		'height', '40',
    		'src', flash_header_url,
    		'quality', 'high',
    		'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
    		'align', 'middle',
    		'play', 'true',
    		'loop', 'true',
    		'scale', 'showall',
    		'wmode', 'transparent',
    		'devicefont', 'false',
    		'id', 'header',
    		'bgcolor', 'transparent',
    		'name', 'header',
    		'menu', 'true',
    		'allowFullScreen', 'false',
    		'allowScriptAccess','sameDomain',
    		'movie', flash_header_url,
    		'salign', ''
    		); //end AC code
    }
}
