var index = 5
newshref = new Array(5);
newstitle = new Array(5);

//此处换上您的链接,下面的换上数据库里面的ID号^_^

newshref[0]="notice/201010.htm"; 
newshref[1]="notice/201011.htm"; 
newshref[2]="notice/201012.htm"; 
newshref[3]="notice/201009.htm"; 
 

//此处换上您的链接文字,下面的换上数据库里面的标题^_^＋时间^_^

newstitle[0]="1：关于组织赴台湾考察物流业的通知（赣交物协字[2010]10号）   [2010-08-19 11:35:12]"; 
newstitle[1]="2：关于邀请加入江西省物流公共信息平台进行宣传的函（赣交物协字[2010]11号）   [2010-08-19 11:37:12]"; 
newstitle[2]="3： 关于召开江西省交通运输与物流协会2010年会暨中国物流与供应链城市巡回宣讲活动的预备通知（赣交物协字[2010]12号）[2010-08-19 11:39:12]"; 
newstitle[3]="4：关于开展全省制造企业物流调查的通知   [2010-08-19 11:41:34]"; 



document.write ("<marquee onmouseover=stop() onmouseout=start() scrollamount='2' scrolldelay='100' direction= 'left' width='645' height='20'>");

for (i=0;i<index;i++)
{
//此处换上您的图片
    document.write (" <img src='images/message.gif' width='19' height='19' border='0' >&nbsp;<a href="+newshref[i]+" target='_blank'>");
    document.write (newstitle[i] + "</A>");

}
document.write ("</marquee>")

