function insertHeader(theMusicState){	
	var_string="header_art=/common/images/header_default.jpg?a=1";
			
	document.write('<OBJECT ID="flash_nav" CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="864" HEIGHT="208">');
	document.write('	<PARAM NAME="movie" 	VALUE="/common/flash/bp_header.swf?a=1">');
	document.write('	<PARAM NAME="FlashVars" VALUE="'+var_string+'">');	
	document.write('	<PARAM NAME="FlashVars" VALUE="secondPage='+theMusicState+'">');	
	document.write('	<PARAM NAME="quality" 	VALUE="high">');
	document.write('	<PARAM NAME="bgcolor" 	VALUE="#FFFFFF">');
	document.write('<EMBED SRC="/common/flash/bp_header.swf" name="flash_nav" FlashVars="'+var_string+'" QUALITY="high" TYPE="application/x-shockwave-flash" WIDTH="864" HEIGHT="208" BGCOLOR="#FFFFFF"></EMBED>');
	document.write('</OBJECT>');	
}
