document.writeln("<table width=\"1003\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">");
document.writeln("<tr bgcolor=\"#FFFFFF\" align=\"center\"><td>");
//document.writeln("<a href=\"http://www.8gp8.cn/news/Article/List_1.html\" target=\"_blank\"><img src=\"/image/55555.gif\" width=\"780\" height=\"40\" border=\"0\"><\/a>");
document.writeln("<a href=\"http://www.mayicd.net/plugin.php?id=vgallery:vgallery\" target=\"_blank\"><img src=\"/image/donghua.gif\" width=\"780\" height=\"40\" border=\"0\"><\/a>");
document.writeln("<a href=\"http://www.228827.co.cc\" target=\"_blank\"><img src=\"/image/54545.gif\" width=\"780\" height=\"40\" border=\"0\"><\/a>");
//document.writeln("<a href=\"http://bigsun.cairenhui.com/zhangu/zge.html\" target=\"_blank\"><img src=\"/image/760-40.gif\" width=\"780\" height=\"40\" border=\"0\"><\/a>");
//document.writeln("<a href=\"http://www.gs888.co.cc\" target=\"_blank\"><img src=\"/image/11111111.jpg\" width=\"780\" height=\"40\" border=\"0\"><\/a>");
//document.writeln("<a href=\"http://www.201208.co.cc/\" target=\"_blank\"><img src=\"/image/2011101713435921756.gif\" width=\"780\" height=\"40\" border=\"0\"><\/a>");
//document.writeln("<a href=\"http://www.xy7888.co.cc/\" target=\"_blank\"><img src=\"/image/xy2888.gif\" width=\"780\" height=\"40\" border=\"0\"><\/a>");
//document.writeln("<a href=\"http://www.gupiaov.com/?adid=148651\" target=\"_blank\"><img src=\"/image/2011.gif\" width=\"780\" height=\"40\" border=\"0\"><\/a>");
//document.writeln("<a href=\"http://www.rongxinedu.com/article-44-1.html\" target=\"_blank\"><img src=\"/image/960x90.gif\" width=\"960\" height=\"90\" border=\"0\"><\/a>");
document.writeln("<\/td><\/tr><\/table>");
//百度
//document.writeln("<iframe src=\"http://www.8gp8.cn/ad.htm\" width=\"1003\" height=\"94\" align=center marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" frameborder=\"0\"><\/iframe>");

//var jiathis_config = {"data_track_clickback":true};
//document.write("<script type='text/javascript' src='http://v1.jiathis.com/code/jiathis_r.js?move=0&amp;uid=1504243' charset='utf-8'><\/script>");



//关闭按钮  
function close_qqaddiv(){  
    ShowAD.style.visibility='hidden';  
}  
function close_qqaddiv2(){  
   ShowAD2.style.visibility='hidden';  
}


//右底部飘忽
var img_group = new Array();
img_group[0] = "/image/djt.gif";
img_group[1] = "/image/djt.gif";
rd_ad_img = Math.floor(Math.random() * img_group.length); //生成随机数
document.write("<div align='right'>");
document.write("<div id='ShowAD' style='position:absolute; z-index: 100;'>");
document.write("<a href=\"javascript:close_qqaddiv();\" title=\"关闭上面的广告\" target=_self><b><font color=#ff0000>×关闭</font></b><\/a><br>");  
document.write("<a href='http://www.7722.com/djt' target='_blank' ><img src='"+img_group[rd_ad_img]+"' width='153' height='156' border='0'></a></div></div></div>");
ShowAD.style.top=document.body.clientHeight-181;
ShowAD.style.left=document.body.clientWidth-153;

//左底部飘忽
//var img_group = new Array();
//img_group[0] = "/image/200145.gif";
//img_group[1] = "/image/200145.gif";
//rd_ad_img = Math.floor(Math.random() * img_group.length); //生成随机数
//document.write("<div align='center'>");
//document.write("<div id='ShowAD2' style='position:absolute; z-index: 100;'>");
//document.write("<div id='ImgLayer' style='position:absolute; z-index:1; left: 0px;'>");
//document.write("<a href='http://www.sbo8.com/product/index.html' target='_blank' ><img src='"+img_group[rd_ad_img]+"' width='200' height='145' //border='0'></a></div></div></div>");
//ShowAD2.style.top=document.body.clientHeight-145;
//ShowAD2.style.left=0;


moveR();
function moveR() {
ShowAD.style.top=document.body.scrollTop+document.body.clientHeight-181;
ShowAD.style.left=document.body.scrollLeft+document.body.clientWidth-153;
//ShowAD2.style.top=document.body.scrollTop+document.body.clientHeight-145;
//ShowAD2.style.left=0;
setTimeout("moveR();",80)
}

//对联
var delta=0.065;
var collection;
var closeB=false;
function floaters() {
  this.items = [];
  this.addItem = function(id,x,y,content)
      {
     document.write('<DIV id='+id+' style="Z-INDEX: 10; POSITION: absolute;  width:80px; height:60px;left:'+(typeof(x)=='string'?eval(x):x)+';top:'+(typeof(y)=='string'?eval(y):y)+'">'+content+'</DIV>');
    
     var newItem    = {};
     newItem.object   = document.getElementById(id);
     newItem.x    = x;
     newItem.y    = y;

     this.items[this.items.length]  = newItem;
      }
  this.play = function()
      {
     collection    = this.items
     setInterval('play()',12);
      }
  }
  function play()
  {
   if(screen.width<=800 || closeB)
   {
    for(var i=0;i<collection.length;i++)
    {
     collection[i].object.style.display = 'none';
    }
    return;
   }
   for(var i=0;i<collection.length;i++)
   {
    var followObj  = collection[i].object;
    var followObj_x  = (typeof(collection[i].x)=='string'?eval(collection[i].x):collection[i].x);
    var followObj_y  = (typeof(collection[i].y)=='string'?eval(collection[i].y):collection[i].y);

    if(followObj.offsetLeft!=(document.body.scrollLeft+followObj_x)) {
     var dx=(document.body.scrollLeft+followObj_x-followObj.offsetLeft)*delta;
     dx=(dx>0?1:-1)*Math.ceil(Math.abs(dx));
     followObj.style.left=followObj.offsetLeft+dx;
     }

    if(followObj.offsetTop!=(document.body.scrollTop+followObj_y)) {
     var dy=(document.body.scrollTop+followObj_y-followObj.offsetTop)*delta;
     dy=(dy>0?1:-1)*Math.ceil(Math.abs(dy));
     followObj.style.top=followObj.offsetTop+dy;
     }
    followObj.style.display = '';
   }
  }
  function closeBanner()
  {
   closeB=true;
   return;
  }

var theFloaters  = new floaters();
//
//theFloaters.addItem('followDiv1','document.body.clientWidth-90',20,'</a><br><a href=http://cnrdn.com/rd.htm?id=1035506&r=http%3A%2F%2Fwww.886633.com%2Fdownload%2Fdsm2.rar target=_blank><img src=/image/10000266818583.gif width=90 height=240 border=0></a>');
//theFloaters.addItem('followDiv2',0,20,'<br><a href=http://%77%77%77%2E%68%72%7A%71%2E%63%6F%6D%35%2E%74%77%2E/  target=_blank><img src=/image/piaofu1.gif width=90 height=240 border=0></a>');
    theFloaters.play();   


