<!--<script>
if(document.cookie.indexOf("yexj00")==-1){
document.cookie="yexj00";
window.open('fwbook/about.htm','','width=630,height=456,top=100,left=170');
}
</script>-->
<table width="99%"? border="0" align="center" cellpadding="0" cellspacing="0">
? <tr>
??? <td width="3%" noWrap class=cn> <img src="images/bbsnewsicon.gif" width="16" height="16" align="absmiddle" alt="論壇最新公告"></td>
??? <td width="56%" noWrap class=cn>
<script>
var marqueeContent=new Array(); //滾動(dòng)新聞
marqueeContent[0]='<B>歡迎我們的新會(huì)員:<a href="viewuser.asp?username=哚啦" target="_blank">哚啦</a></b><br>';
marqueeContent[1]='<font color=#ff6600><b>嚴(yán)禁惡意使用粗言穢語,違者經(jīng)勸告無效,立即封ID!</b></font><br>';
marqueeContent[2]='<a href=bbsnews.asp><font color=#000080>織夢新書《DW MX 2004 從基礎(chǔ)到實(shí)踐》(<span class=date>2005-9-20 22:50:13</span>)</font></a><br>';
marqueeContent[3]='<a href=bbsnews.asp><font color=#000080>【公告】織夢論壇全面招募版主!(<span class=date>2005-8-1 23:52:06</span>)</font></a><br>';
marqueeContent[4]='<a href=bbsnews.asp><font color=#000080>關(guān)于各版塊版主清理置頂貼的通知...(<span class=date>2005-6-15 17:07:36</span>)</font></a><br>';
marqueeContent[5]='<a href=bbsnews.asp><font color=#000080>織夢幻影備案成功?。。?lt;span class=date>2005-4-20 20:26:01</span>)</font></a><br>';
marqueeContent[6]='<a href=bbsnews.asp><font color=#000080>【請大家清理自己的站內(nèi)短消息】(<span class=date>2005-3-21 20:11:09</span>)</font></a><br>';
marqueeContent[7]='<a href=bbsnews.asp><font color=#000080>織夢試推行新域名:5dm.cn(<span class=date>2005-2-5 23:53:17</span>)</font></a><br>';
marqueeContent[8]='<a href=bbsnews.asp><font color=#000080>感恩:感謝織夢,感謝朋友們(<span class=date>2004-11-25 10:21:38</span>)</font></a><br>';
marqueeContent[9]='<a href=bbsnews.asp><font color=#000080>織夢站點(diǎn)變更域名暫時(shí)條例(<span class=date>2004-11-11 17:17:07</span>)</font></a><br>';
marqueeContent[10]='<a href=bbsnews.asp><font color=#000080>近期將清理一些早期用戶上傳的附件(<span class=date>2004-9-2 0:09:23</span>)</font></a><br>';
marqueeContent[11]='<a href=bbsnews.asp><font color=#000080>調(diào)整了論壇娛樂區(qū)的幾個(gè)版塊(<span class=date>2004-6-28 12:40:26</span>)</font></a><br>';
marqueeContent[12]='<a href=bbsnews.asp><font color=#000080>發(fā)布貼中含有轉(zhuǎn)向網(wǎng)址的SWF文件的會(huì)員處理公告(<span class=date>2004-5-18 10:28:46</span>)</font></a><br>';
marqueeContent[13]='<a href=bbsnews.asp><font color=#000080>暫時(shí)關(guān)閉娛樂版塊上傳文件功能的說明(<span class=date>2004-5-18 10:27:51</span>)</font></a><br>';
marqueeContent[14]='<a href=bbsnews.asp><font color=#000080>版主管理相關(guān)貼子處理的說明(<span class=date>2004-5-5 10:43:50</span>)</font></a><br>';
marqueeContent[15]='<a href=bbsnews.asp><font color=#000080>建議用戶及時(shí)修改提示答案與問題!!!!(<span class=date>2004-5-5 10:38:52</span>)</font></a><br>';
marqueeContent[16]='<a href=bbsnews.asp><font color=#000080>“織夢論壇”版塊管理員招募納新(<span class=date>2004-2-17 11:21:45</span>)</font></a><br>';
var marqueeInterval=new Array(); //定義一些常用而且要經(jīng)常用到的變量
var marqueeId=0;
var marqueeDelay=2500;
var marqueeHeight=19;
//接下來的是定義一些要使用到的函數(shù)
function initMarquee() {
??? var str=marqueeContent[0];
??? document.write('<div id=marqueeBox style="overflow:hidden;height:'+marqueeHeight+'px" onmouseover="clearInterval(marqueeInterval[0])" onmouseout="marqueeInterval[0]=setInterval(\'startMarquee()\',marqueeDelay)"><div>'+str+'</div></div>');
??? marqueeId++;
??? marqueeInterval[0]=setInterval("startMarquee()",marqueeDelay);
??? }
function startMarquee() {
??? var str=marqueeContent[marqueeId];
??????? marqueeId++;
??? if(marqueeId>=marqueeContent.length) marqueeId=0;
??? if(marqueeBox.childNodes.length==1) {
??????? var nextLine=document.createElement('DIV');
??????? nextLine.innerHTML=str;
??????? marqueeBox.appendChild(nextLine);
??????? }
??? else {
??????? marqueeBox.childNodes[0].innerHTML=str;
??????? marqueeBox.appendChild(marqueeBox.childNodes[0]);
??????? marqueeBox.scrollTop=0;
??????? }
??? clearInterval(marqueeInterval[1]);
??? marqueeInterval[1]=setInterval("scrollMarquee()",20);
??? }
function scrollMarquee() {
??? marqueeBox.scrollTop++;
??? if(marqueeBox.scrollTop%marqueeHeight==(marqueeHeight-1)){
??????? clearInterval(marqueeInterval[1]);
??????? }
??? }
initMarquee();
</script>