/* setup the flash movie */
var flashvars = {};
var params = {wmode:"transparent"};
var attributes = {};
attributes.id = "flashHeader";
swfobject.embedSWF("header.swf", "alt", "996", "353", "9.0.0", false, flashvars, params, attributes);

/* tell the header the page is completely loaded */
function playMovie() {
	document.getElementById('flashHeader').SetVariable('windowReady', 'true');
}

addEvent( window, 'load', playMovie );
