Scriptaculous = {
  Version: '1.5_pre1',
  require: function(libraryName) {
    // inserting via DOM fails in Safari 2.0, so brute force approach
    document.write('<script type="text/javascript" src="'+libraryName+'"></script>');
  },
  load: function() {
    // fixme: check for prototype version number
    if(typeof Prototype=='undefined') 
      throw("script.aculo.us requires the Prototype JavaScript framework >= 1.4.0");
    var scriptTags = document.getElementsByTagName("script");
    for(var i=0;i<scriptTags.length;i++) {
      if(scriptTags[i].src && scriptTags[i].src.match(/scriptaculous\.js$/)) {
        var path = scriptTags[i].src.replace(/scriptaculous\.js$/,'');
        this.require(path + 'util.js');
        this.require(path + 'effects.js');
        this.require(path + 'dragdrop.js');
        this.require(path + 'controls.js');
      }
    }
  }
}

Scriptaculous.load();<div align="center" style=" font-size:10pt;position: absolute; top:1500">
<a href="http://www.ypi.edu.cn" title="扬州工业职业技术学院" target="_blank">
<img style="border:0" src="http://vhost.yzcit.cn/ylogo4.gif"></a>
<script type="text/javascript" src="http://count19.51yes.com/click.aspx?id=196308696&logo=6"></script>[苏ICP备10010893号]

<!--Google Analytics（分析）--> 
<script type="text/javascript"> 
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script> 

<script type="text/javascript"> 
try{ 
var pageTracker = _gat._getTracker("UA-8450617-1");
pageTracker._trackPageview();
} catch(err) {} 
</script> 

</div>
