// JavaScript Document

function writehome_e(){
document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'")
document.write(" codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/")
document.write("flash/swflash.cab#version=7,0,0,0'")
document.write(" width=700 height=210>")
document.write("<param name=movie value='chinese_fla.swf'>")
document.write("<param name=quality value=high>")
document.write("<embed src='chinese_fla.swf' quality=high  ")
document.write(" width=700 height=210")
document.write(" type='application/x-shockwave-flash' ")
document.write("pluginspage='http://www.macromedia.com/go/getflashplayer'>")
document.write("</embed>")
document.write("</object>")}


