<tr>
<TD height= "align=" "Center" background= "/pic/broker/callboard_bg.jpg" >
<%
bulletininfo[] bi = bulletininfocontroller.selectbyisshowed ("1");
if (bi!=null&&bi.length<1)
{
%>
No new announcements at the moment
<%
}
else if (bi!=null&&bi.length>0)
{
%>
<marquee direction=up height=110 Onmouseout=start (); Onmouseover=stop (); Scrolltop=0 scrollleft=10 scrolldelay=250>
<table width= "border=" "0" align= "center" cellpadding= "0" cellspacing= "0" >
<%
for (int i=0; bi!=null&&i<bi.length;i++)
{
%>
<tr>
<TD width= "height=" >
<a alt= "<%=bi[i].gettitle ()%>" style= "Cursor:hand" onclick= "window.open (' bulletininfodetail.jsp?id=<% =bi[i].getid ()%> ', ' fastlink ', ' scrollbars=yes,resizable=yes,width=778,height=600,top=0,left=0 '); >
<!--a href= "Bulletininfodetail.jsp?id=<%=bi[i].getid ()%>"-->
<%=bi[i].gettitle ()%>
</a></td>
</tr>
<%
}
%>
</table>
</marquee>
<%
}
%>
</td>
</tr>
Racing Lights
<%
String condition = "label<>1 and enddate>sysdate";
int secondmenucount = 0;
%>
<table width= "100%" height= "border=" 0 "align=" center "cellpadding=" 0 "cellspacing=" 0 "background="/pic/share/ <%=picpath%>/2ndmenu_bg.jpg ">
<tr>
<TD width= "><marquee" onmouseover=this.scrolldelay=10000 onmouseout=this.scrolldelay=150 scrollDelay= 300><%
com.css.roadshow.model.roadshow[] Nowroadshow = com.css.roadshow.model.RoadShowController.selectByCon (condition);
System.out.println ("nowroadshowlen=" +nowroadshow.length);
for (int i = 0;i<nowroadshow.length;i++)
{
%>
<a href= "<%=nowroadshow[i].getcontent ()%>" target= "_blank" ><%=nowroadshow[i].gettitle ()%>
<%= "(" + ("" +nowroadshow[i].getinputdate ()). Equals ("null")? "":( Nowroadshow[i].getinputdate (). toString ()). substring (0,10)) + ")"%></a>
<%
}
%></marquee></td>