var index = 0 
link = new Array(16); 
img = new Array(16); 
title = new Array(16);

//link[0] ='popup.php'
//link[1] ='popup.php'
//link[2] =''

//img[0] ='Bazaar07_top.jpg'
//img[1] ='Bazaar07_top.jpg'
//img[2] =''

//title[0] ='以琳開倉日2007'
//title[1] ='以琳開倉日2007'
//title[2] =''


//document.write ("<marquee scrolldelay='120' width='740' id=em onmouseover=em.stop() onmouseout=em.start()>"); 
for (i=0;i<index;i++){ 
document.write ("<a href="+link[i]+" target='_blank'>"); 
document.write ("<img src="+img[i]+" height='115'  border=0 alt="+title[i]+"></A>　"); 
} 
document.write ("</marquee>") 
