document.writeln("<DIV STYLE=\"position: absolute; width: 50; height: 50; left: 0; top: 50;\" id=oip1>");
document.writeln("<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='110' height='118'>  <param name='movie' value='/script/081006.swf'>  <param name='quality' value='high'>  <embed src='/script/081006.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='110' height='118'></embed></object></DIV>");
document.writeln("<DIV STYLE=\"position: absolute; width: 50; height: 50; left: 0; top: 150;\" id=oip2>");
document.writeln("<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='110' height='290'>");
document.writeln(" <param name='movie' value='/script/081005.swf'>");
document.writeln(" <param name='quality' value='high'>");
document.writeln(" <embed src='/script/081005.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='110' height='290'></embed>");
document.writeln("</object></DIV>");
function popo()
{
  oip1.style.top=document.body.scrollTop+350;
 // oip1.style.left=document.body.scrollLeft;
 oip1.style.left=document.body.scrollLeft+document.body.clientWidth-oip1.offsetWidth;//by xongsr
  oip2.style.top=document.body.scrollTop;
  oip2.style.left=document.body.scrollLeft+document.body.clientWidth-oip2.offsetWidth;
}
document.body.onscroll = popo;
popo();


