// JavaScript Document
var index = 11 //數目要比訊息總數多一位數
        link = new Array(11); 
        text = new Array(11); 

        link[0] ='news.htm' 
        link[1] ='download/balance_sheet.pdf'
        link[2] ='download/loss_benefi.pdf' 
        link[3] ='download/cash.pdf' 
        link[4] ='download/profit_loss.pdf' 
        link[5] ='A_1.htm' 
        link[6] ='http://www.coa.gov.tw/view.php?catid=4886' 
        link[7] ='A_3.htm'
		link[8] ='C_1.htm' 
        link[9] ='C_4.htm' 
        link[10] ='C_5.htm' 

text[0] ='本會信用部截至九十九年十二月三十一日止.....' 
text[1] ='公告報表-->資產負責表' 
text[2] ='公告報表-->損益表 '
text[3] ='公告報表 -->現金流量表'
text[4] ='公告報表-->盈虧撥補表' 
text[5] ='本會大事記' 
text[6] ='農漁民子女就學獎助學金' 
text[7] ='營業據點'
text[8] ='金融業務→支票存款' 
text[9] ='金融業務→通匯' 
text[10] ='金融業務→票據託收' 


document.write ("<marquee scrollamount='1' scrolldelay='1' direction= 'up' width='140' id=xiaoqing height='300' onmouseover=xiaoqing.stop() onmouseout=xiaoqing.start()>"); 
for (i=0;i<index;i++){ 
document.write ("<img src='images/mark.gif' WIDTH='15' BORDER='0' HEIGHT='15'> <a href="+link[i]+" target='_self'><font color='#003366'><font size='-1'>"); 
document.write (text[i] + "</font></A><br><br>"); 
} 
document.write ("</marquee>") 
