﻿document.write("<div id=\"piao_left\" style=\"background-color:#ffffff; margin-top: 180px;padding:0px;  position:absolute;filter: alpha(opacity=80); \">");
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='135' height='267'><param name='movie' value='http://com.zgjhjy.com/flash/fuxi.swf'><param name='quality' value='high'><embed src='http://com.zgjhjy.com/flash/fuxi.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='135' height='267'></embed></object>");
document.write("<div style=\"background-color:#f6f6f6; width:135px;height:20px; line-height:22px; text-align:right;font-size:12px\"><a href=\"javascript:closepiao()\">关闭</a></div>");
document.write("</div>");
document.write("<div id=\"piao_right\" style=\"background-color:#ffffff; margin-top: 180px;padding:0px;  position:absolute;filter: alpha(opacity=80); \">");
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='135' height='267'><param name='movie' value='http://com.zgjhjy.com/flash/fudao.swf'><param name='quality' value='high'><embed src='http://com.zgjhjy.com/flash/fudao.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='135' height='267'></embed></object>");
document.write("<div style=\"background-color:#f6f6f6; width:135px;height:20px; line-height:22px; text-align:right;font-size:12px\"><a href=\"javascript:closepiao()\">关闭</a></div>");
document.write("</div>");

function closepiao(){
		document.getElementById("piao_left").style.display="none";
       	document.getElementById("piao_right").style.display="none";
}
document.getElementById("piao_left").style.top=(document.documentElement.scrollTop)+"px";
document.getElementById("piao_left").style.left="0px";
document.getElementById("piao_right").style.top=(document.documentElement.scrollTop)+"px";
document.getElementById("piao_right").style.right="0px";
document.documentElement.onscroll=function(){
   el=document.getElementById("piao_left");
   el.style.top=(document.documentElement.scrollTop)+"px";
   //el.style.left=((document.documentElement.clientWidth-100)-el.offsetWidth/2)+"px";
   el.style.left="0px";
   
   er=document.getElementById("piao_right");
   er.style.top=(document.documentElement.scrollTop)+"px";
   //el.style.left=((document.documentElement.clientWidth-100)-el.offsetWidth/2)+"px";
   er.style.right="0px";
}
