<!--
a = 1
function create() { 
this.under = '' 
}
b = new Array() 
for(var i=1; i<=a; i++) { b[i] = new create() } 
b[1].under = '                  <font color="#FF0000">梅州青年企业家协会----“商标保护”专题讲座初定于8月15日举行</font>'
var visa = "";
document.write("<marquee onmouseover='this.stop()' onmouseout='this.start()' scrollAmount='2' direction='up' >")
for(var i=1; i<=a;i++) {document.write(b[i].under+'<br>')}
document.write("</marquee>")
//-->
