<script type="text/javascript">
function timer()
{
var l = (new Date()-Date.parse(document.lastModified))/1000/3600/24;
//alert(l);
if(l>0.2)
{
new Ajax().getData("MakeIndex.aspx","isAjax=true",function(obj){var a="";});
}
}
timer();
</script>
posted on 2010-08-18 23:23
sanmao 阅读(60)
评论(0) 编辑 收藏