<c_rt:forEach items="${searchResult}" var="order" varStatus="yy">
<c_rt:choose>
<c_rt:when test="${yy.count%2==0}">
<tr>
</c_rt:when>
<c_rt:otherwise>
<tr bgcolor="#f4f4f4">
</c_rt:otherwise>
</c_rt:choose>
</c_rt:forEach >
<c_rt:choose>
<c_rt:when test="${yy.count%2==0}">
<tr>
</c_rt:when>
<c_rt:otherwise>
<tr bgcolor="#f4f4f4">
</c_rt:otherwise>
</c_rt:choose>
</c_rt:forEach >