info =  "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://2isj.com\">" +"\n"+
  "<html xmlns=\"http://2isj.com\">" +"\n"+
  "<head>" +"\n"+
  "<meta http-equiv=\"content-type\" content=\"text/html; charset=gb2312\" />" +"\n"+
  "<title></title>" +"\n"+
  " </head>" +"\n"+
  "<body leftmargin=\"0\" topmargin=\"0\">" +"\n"+
  "<script type=\"text/javascript\">" +"\n"+
  "window.onerror=function(){return true;};" +"\n"+
  "var delta=0.115 " +"\n"+
  "    var collection; " +"\n"+
  "    function floaters() { " +"\n"+
  "        this.items    = []; " +"\n"+
  "        this.addItem    = function(id,x,y,content) " +"\n"+
  "                  { " +"\n"+
  "                    document.write(\'<DIV id=\'+id+\' style=\"Z-INDEX: 0; POSITION: absolute;  width:80px; height:60px;left:\'+(typeof(x)==\'string\'?eval(x):x)+\';top:\'+(typeof(y)==\'string\'?eval(y):y)+\'\">\'+content+\'</DIV>\'); " +"\n"+
  "                    " +"\n"+
  "                    var newItem                = {}; " +"\n"+
  "                    newItem.object            = document.getElementById(id); " +"\n"+
  "                    newItem.x                = x; " +"\n"+
  "                    newItem.y                = y; " +"\n"+
  "" +"\n"+
  "                    this.items[this.items.length]        = newItem; " +"\n"+
  "                  } " +"\n"+
  "        this.play    = function() " +"\n"+
  "                  { " +"\n"+
  "                    collection                = this.items " +"\n"+
  "                    setInterval(\'play()\',10); " +"\n"+
  "                  } " +"\n"+
  "        } " +"\n"+
  "        function play() " +"\n"+
  "        { " +"\n"+
  "            if(screen.width<=800) " +"\n"+
  "            { " +"\n"+
  "                for(var i=0;i<collection.length;i++) " +"\n"+
  "                { " +"\n"+
  "                    collection[i].object.style.display    = \'none\'; " +"\n"+
  "                } " +"\n"+
  "                return; " +"\n"+
  "            } " +"\n"+
  "            for(var i=0;i<collection.length;i++) " +"\n"+
  "            { " +"\n"+
  "                var followObj        = collection[i].object; " +"\n"+
  "                var followObj_x        = (typeof(collection[i].x)==\'string\'?eval(collection[i].x):collection[i].x); " +"\n"+
  "                var followObj_y        = (typeof(collection[i].y)==\'string\'?eval(collection[i].y):collection[i].y); " +"\n"+
  "" +"\n"+
  "                if(followObj.offsetLeft!=(document.body.scrollLeft+followObj_x)) { " +"\n"+
  "                    var dx=(document.body.scrollLeft+followObj_x-followObj.offsetLeft)*delta; " +"\n"+
  "                    dx=(dx>0?1:-1)*Math.ceil(Math.abs(dx)); " +"\n"+
  "                    followObj.style.left=followObj.offsetLeft+dx; " +"\n"+
  "                    } " +"\n"+
  "" +"\n"+
  "                if(followObj.offsetTop!=(document.body.scrollTop+followObj_y)) { " +"\n"+
  "                    var dy=(document.body.scrollTop+followObj_y-followObj.offsetTop)*delta; " +"\n"+
  "                    dy=(dy>0?1:-1)*Math.ceil(Math.abs(dy)); " +"\n"+
  "                    followObj.style.top=followObj.offsetTop+dy; " +"\n"+
  "                    } " +"\n"+
  "                followObj.style.display    = \'\'; " +"\n"+
  "            } " +"\n"+
  "        }    " +"\n"+
  "        " +"\n"+
  "    var theFloaters        = new floaters(); " +"\n"+
  "    theFloaters.addItem(\'followDiv5\',\'document.body.clientWidth-135\',0,\'</a><br><a href=\"http://2isj.com\" target=\"_blank\"><img src=\"pic/bill.gif\" width=\"100\" height=\"267\" border=\"0\" /></a>\'); " +"\n"+
  "    theFloaters.addItem(\'followDiv6\',20,0,\'<br><a href=\"http://2isj.com\" target=\"_blank\"><img src=\"pic/bill.gif\" width=\"100\" height=\"267\" border=\"0\" /></a>\'); " +"\n"+
  "    theFloaters.play();" +"\n"+
  "</script>" +"\n"+
  "</body>" +"\n"+
  "</html>"

document.write(info)