/*
var flashObject = document.createElement('object');
document.getElementById("headerPic").appendChild(flashObject);

flashObject.width = "596";
flashObject.height = "307";
flashObject.classid= "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000";
flashObject.URL = "themes/regal/flash/container.swf?path_end=1.swf";
flashObject.uiMode = "none" ;
flashObject.allowScriptAccess = "sameDomain";
flashObject.quality = "high";
flashObject.movie = "themes/regal/flash/container.swf?path_end=1.swf";
*/

document.write('<object  type="application/x-shockwave-flash" data="themes/regal/flash/container.swf?path_end=1.swf" width="596" height="307">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="themes/regal/flash/container.swf?path_end=1.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<img src="themes/regal/images/header.jpg" width="596" height="307" alt="" />');
document.write('</object>');