﻿// alert('edit.js');

function textBanner()
{                                              
	document.write ("<marquee scrollamount=1 scrolldelay=0 direction=up width=132 id=wxiaoqing height=175 onmouseover=wxiaoqing.stop() onmouseout=wxiaoqing.start()>");

try {
			document.write ("<a href='faq_product.asp' class='text_a'>食品標示及廣告不得引用本署衛署食字公文字號或同等意義之字樣");
        	document.write ("<br><img border='0' src='_images/index_15_2.gif' width='132' height='15'></a><BR>");
	for (i=0;i<windex;i++){                                              
        	document.write ("<a href="+wlink[i]+" class='text_a' >");                                              
        	document.write (wtext[i] );
        	document.write( "<br><img border='0' src='_images/index_15_2.gif' width='132' height='15'></a><BR>");
	}                                              
			
 } catch (e){}
	document.write ("</marquee>");
}