这是共享点母版页中的代码。
<script language="JavaScript">
<!--
function top()
{
var begin = 1;
var end = 63;
var range = end-begin+1;
image_num = Math.floor(Math.random()*range)+begin;
//alert(image_num);
document.write("<img src=\"http://exttemplate.wsu.edu/extsharepoint/images/next/ext" + image_num + ".jpg\" width=\"775\" height=\"85\" border=\"0\">");
}
//-->
</script>
站点WSU 扩展