
function embedded_object_0 () {
document.write('<object');
document.write('        classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('        codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"');
document.write('        id="index"');
document.write('        width="980" height="589"');
document.write('      >');
document.write('        <param name="movie" value="index.swf">');
document.write('        <param name="bgcolor" value="#A1988A">');
document.write('        <param name="quality" value="high">');
document.write('        <param name="allowscriptaccess" value="samedomain">');
document.write('        <embed');
document.write('          type="application/x-shockwave-flash"');
document.write('          pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"');
document.write('          name="index"');
document.write('          width="980" height="589"');
document.write('          src="index.swf"');
document.write('          bgcolor="#A1988A"');
document.write('          quality="high"');
document.write('          allowscriptaccess="samedomain"');
document.write('        >');
document.write('          <noembed>');
document.write('          </noembed>');
document.write('        </embed>');
document.write('      </object>');
document.write('    ');

}


