var swf_width = 720;
var swf_height = 96;
var files = "";  //图片地址
var links = "";  //连接地址
var texts = "";  //介绍性文字

files = files == "" ? "http://www.laozhongyi.net/images/lh001.jpg" : files + "|" + "http://www.laozhongyi.net/images/lh001.jpg"
links = links == "" ? "http://www.laozhongyi.net" : links + "|" + ""
texts = texts == "" ? "" : texts + "|" + "正德厚生   尽责至善"

files = files == "" ? "http://www.laozhongyi.net/images/lh002.jpg" : files + "|" + "http://www.laozhongyi.net/images/lh002.jpg"
links = links == "" ? "" : links + "|" + ""
texts = texts == "" ? "" : texts + "|" + "老中医网－传统医学的典范！"

files = files == "" ? "http://www.laozhongyi.net/images/lh006.jpg" : files + "|" + "http://www.laozhongyi.net/images/lh006.jpg"
links = links == "" ? "" : links + "|" + ""
texts = texts == "" ? "" : texts + "|" + "老中医在线－您身边的中医专家"

files = files == "" ? "http://www.laozhongyi.net/bbs/images/xuhy/lh004.jpg" : files + "|" + "http://www.laozhongyi.net/bbs/images/xuhy/lh004.jpg"
links = links == "" ? "" : links + "|" + ""
texts = texts == "" ? "" : texts + "|" + "老中医论坛－中医人的网上家园"

document.writeln('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ swf_width +'" height="'+ swf_height +'">');
document.writeln('<param name="movie" value="http://www.laozhongyi.net/flash/zjw.swf"><param name="quality" value="high">');
document.writeln('<param name="menu" value="false"><param name=wmode value="opaque">');
document.writeln('<param name="FlashVars" value="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'">');
document.writeln('<embed src="http://www.laozhongyi.net/flash/zjw.swf" wmode="opaque" FlashVars="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'& menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.writeln('</object>');
