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


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




