// JavaScript Document


//alert('<?php echo($masthead); ?>');
//var masthead = '<?php echo "1";?>';
//var masthead = '1';


document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="757" height="148">');
document.write ('<param name="movie" value="/assets/masthead'+ masthead +'.swf" />');
document.write ('<param name="quality" value="high" />');
document.write ('<param name="LOOP" value="false"" />');
document.write ('<param name="wmode" value="transparent" />');
document.write ('<embed src="/assets/masthead'+ masthead +'.swf" width="757" height="148" quality="high" pluginspage="https://www.macromedia.com/go/getflashplayer" loop="false"  type="application/x-shockwave-flash" wmode="transparent" ></embed>');
document.write ('</object>');

