document.write('你是第 人访问过本站');document.write(',其中当前在线  人'); function Alert_Msg() { alert("谢谢使用本计数系统"); openNewWindows('/counter/manage/setup_counter.asp','Counter','yes',530,450); } function openNewWindows(TempFile,TempWinName,ScrollBars,TempWidth,TempHeight) { var newwin=window.open(TempFile,TempWinName,"status=yes,scrollbars="+ScrollBars+",width="+TempWidth+",height="+TempHeight); newwin.focus(); }