Pagination
 
   
   
   
< emitPagingRibbon (pagingNodeListCtl, pagingNodeId, baseUri)>
              < pagingNodeListCtl.pageList && pagingNodeListCtl.pageList.size != "1" >
              <td width=50>
              <!--< pagingNodeListCtl.previousPage>
               
  
                     <ahref="servlet_prefix/baseUri/pagingAction?search__id=search__id&paging__node=1&page__number=pagingNodeListCtl.previousPage&order__by__=pagingNodeListCtl.orderBy"       border=0>
         <img src="/faqx/images/previous1.gif"
          alt="Previous" border=0></a>
           <>
           <img src="/faqx/images/previous1.gif"
            alt="Previous" border=0>
          </>-->
          </td>
          <td width=50>
<!--< pagingNodeListCtl.nextPage>
      <a href="servlet_prefix/baseUri/pagingAction?search__id=search__id&paging__node=1&page__number=pagingNodeListCtl.nextPage&order__by__=pagingNodeListCtl.orderBy" border=0>
             <img src="/faqx/images/next1.gif"
              alt="Next" border=0></a>
                <>
                 <img src="/faqx/images/next1.gif"
                  alt="Next" border=0></a>
                  </>-->
                  </td>
                 < pagingNodeListCtl.pageList as page>
                       <td class=RibbonCellCont width=30>
                       <!--< page != pagingNodeListCtl.thisPage>
                     
        <a href="servlet_prefix/baseUri/pagingAction?search__id=search__id&

              paging__node=1&page__number=page&order__by__=pagingNodeListCtl.orderBy" 

             border=0>
            page
       </a>
             <>
             <font color=red>page</font>
                  </>-->
        </td>
               </>
                </>
        <script>
            var pgnum=".thisPage";
            var link_Count=".pageList.size";
             if(link_Count > 1) 
           {
            var docURL = pgnum;
             paging(link_Count,docURL); 
           }
       </script>
              </>