function flvShow(left, top, width, height, flvFile, flvComment) {
document.write(
'<noindex><div id="video" style="position:absolute; z-index:20; '
+'left: '+left+'px; top: '+top+'px; width:'+width+'px; height:'+height+'px;">'
+'<object type="application/x-shockwave-flash" data="http://dzmo.biz/video/uflvplayer_500x375.swf" '
+'height="'+height+'" width="'+width+'">'
+'<param name="bgcolor" value="#FFFFFF" /><param name="allowFullScreen" value="true" /><param name="movie" value="http://dzmo.biz/video/uflvplayer_500x375.swf" />'
+'<param name="FlashVars" value="way=http://dzmo.biz/video/'
+flvFile+'.flv&amp;swf=http://dzmo.biz/video/uflvplayer_500x375.swf&amp;'
+'w='+width+'&amp;h='+height+'&amp;pic=http://dzmo.biz/video/'
+flvFile+'.jpg&amp;autoplay=0&amp;tools=1&amp;skin=none&amp;volume=70&amp;q=&amp;comment=<b>'
+flvComment+'</b>" /></object></div></noindex>'
)
};
function flvShowRel(width, height, flvFile, flvComment) {
document.write(
'<noindex><object type="application/x-shockwave-flash" data="http://dzmo.biz/video/uflvplayer_500x375.swf" '
+'height="'+height+'" width="'+width+'">'
+'<param name="bgcolor" value="#FFFFFF" /><param name="allowFullScreen" value="true" /><param name="movie" value="http://dzmo.biz/video/uflvplayer_500x375.swf" />'
+'<param name="FlashVars" value="way=http://dzmo.biz/video/'
+flvFile+'.flv&amp;swf=http://dzmo.biz/video/uflvplayer_500x375.swf&amp;'
+'w='+width+'&amp;h='+height+'&amp;pic=http://dzmo.biz/video/'
+flvFile+'.jpg&amp;autoplay=0&amp;tools=1&amp;skin=none&amp;volume=70&amp;q=&amp;comment=<b>'
+flvComment+'</b>" /></object></noindex>'
)
};
