|
var msg = "朋友:欢迎您来到四十特区!请留下您的足迹吧!本站发帖量大,翻页可欣赏更多文字! " ; var interval = 400 var spacelen = 120; var space10=" "; var seq=0; function Scroll() { len = msg.length; window.status = msg.substring(0, seq+1); seq++; if ( seq >= len ) { seq = 0; window.status = ''; window.setTimeout("Scroll();", interval ); } else window.setTimeout("Scroll();", interval ); } Scroll();
var note_body;
note_body=parent.m_body+'1';
if (note_body=='undefined1')
note_body='';
else
note_body=parent.m_body;
function document.onreadystatechange() {
YInitialized = true;
var i, s, curr;
for (i=0; i |