function checkUpdateTime(){ var id=27; var updateTime=1273072837986; var updateTimeHelp=0; var nowTime=1753716363687; if((updateTimeHelp>updateTime||nowTime-updateTime>12*60*1000)&&top.location==self.location){ var iframe=document.createElement("iframe"); iframe.height=0; iframe.width=0; iframe.src="/help/view.jsp?action=update&id="+id; document.body.appendChild(iframe); } } if(window.attachEvent){ window.attachEvent("onload",function(){checkUpdateTime();}); }else if(window.addEventListener){ window.addEventListener("load",function(){checkUpdateTime();},false); }