function RunMastHead()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="813" height="271">\n');
   document.write('<param name="movie" value="images/home-intro.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="wmode" value="transparent"/>\n');   
   document.write('<embed src="images/home-intro.swf" wmode="transparent" width="813" height="271" quality="high"></embed>\n');
   document.write('</object>\n');
}

function RunHomeImgs()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="233" height="288">\n');
   document.write('<param name="movie" value="images/home-images.swf" />\n');
   document.write('<param name="quality" value="high" />\n');  
   document.write('<embed src="images/home-images.swf" width="233" height="288" quality="high"></embed>\n');
   document.write('</object>\n');
}

function RunDevelopments()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="350" height="462">\n');
   document.write('<param name="movie" value="images/developments.swf" />\n');
   document.write('<param name="quality" value="high" />\n');  
   document.write('<embed src="images/developments.swf" width="350" height="462" quality="high"></embed>\n');
   document.write('</object>\n');
}

function RunWhatsNewMR()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="350" height="462">\n');
   document.write('<param name="movie" value="images/whatsnew-mr.swf" />\n');
   document.write('<param name="quality" value="high" />\n');  
   document.write('<embed src="images/whatsnew-mr.swf" width="350" height="462" quality="high"></embed>\n');
   document.write('</object>\n');
}

function RunWhatsNewCove()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="350" height="462">\n');
   document.write('<param name="movie" value="images/whatsnew-cove.swf" />\n');
   document.write('<param name="quality" value="high" />\n');  
   document.write('<embed src="images/whatsnew-cove.swf" width="350" height="462" quality="high"></embed>\n');
   document.write('</object>\n');
}

function RunWhatsNewAvalon()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="292" height="237">\n');
   document.write('<param name="movie" value="images/whatsnew-avalon.swf" />\n');
   document.write('<param name="quality" value="high" />\n');  
   document.write('<embed src="images/whatsnew-avalon.swf" width="292" height="237" quality="high"></embed>\n');
   document.write('</object>\n');
}