var index = 100
var start = 96 //start index for the loop, this should be the lastest date text array
link = new Array(100); 
text = new Array(100); 

text[100] ='<img src=\"flash_board_go.gif\"/>10/28/2008 -- New Updates!' 
text[99] ='Check out our updated 2008 UW GIGSS website!'
text[98] =''
text[97] =''
text[96] ='<img src=\"flash_board_go.gif\"/>10/29/2008 -- Seminar'
text[95] ='by Mr. Dominic Parmantier, 4:30 @ Mueller Hall 153, UW'



document.write ("<marquee scrollamount='1' scrolldelay='60' direction= 'up' width='170' hight='200' id=xiaoqing onmouseover=xiaoqing.stop() onmouseout=xiaoqing.start()>"); 
document.write("<br/>");
for (i=start;i<=index;i+=2){ 
		document.write ("<br/>" + text[i] + "<br/>");
		document.write (text[i-1] + "<br/><br/>"); 
} 
documnet.write("<br/>");
document.write ("</marquee>");
