





var marqueewidth=400; //寬
var marqueeheight=10; //高
var speed=2; //跑馬燈速度
var marqueecontents="<P><A href=\"http://http://www.greencomponents.org.tw/deposition/html/eup_apply.html\"></A>&#25552;&#21319;&#32160;&#33394;&#29986;&#21697;&#31478;&#29229;&#21147;&#12288;&#28187;&#20302;&#29986;&#26989;&#34909;&#25802;&#12288;&#27489;&#36814;&#20813;&#36027;&#21152;&#20837;&#69;&#117;&#80;&#32879;&#30431;&#12288;&#21363;&#26085;&#36215;&#32879;&#30431;&#26371;&#21729;&#20139;&#26377;&#22235;&#31278;&#22235;&#21313;&#20116;&#39006;&#38651;&#23376;&#38646;&#32068;&#20214;&#30436;&#26597;&#21450;&#20154;&#21729;&#35347;&#32244;&#20043;&#20813;&#36027;&#26381;&#21209;</P>"; //訊息
if (document.all)
   document.write("<marquee scrollAmount=\"" + speed + "\" style=\"width:'"+marqueewidth+"'\">"+marqueecontents+"</marquee>");
