// JavaScript Document
var flvurl;
   flvurl="http://hongjian.cn/fanchuan/upload/video/weihai.flv";
	document.writeln("                <object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=7,0,19,0\" width=\"270\" height=\"124\">");
document.writeln("                        <param name=\"movie\" value=\"Flvplayer.swf\" \/>");
document.writeln("                        <param name=\"quality\" value=\"high\" \/>");
document.writeln("                        <param name=\"allowFullScreen\" value=\"true\" \/>");
document.writeln("                        <param name=\"FlashVars\" value=\"vcastr_file="+flvurl+"&LogoText=&BufferTime=3\" \/>");
document.writeln("                        <embed src=\"Flvplayer.swf\" allowfullscreen=\"true\" flashvars=\"vcastr_file="+flvurl+"&LogoText=\" quality=\"high\" pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" type=\"application\/x-shockwave-flash\" width=\"270\" height=\"124\"><\/embed>");
document.writeln("                      <\/object>");
