<HTML>

<!--
    Header for unsorted query results.
-->

<HEAD>
    <%if CiLastRecordNumber eq 0%>
        <TITLE><%CiRestriction%> - no <%if CiContainsFirstRecord eq 0%>more <%endif%>documents matched.</TITLE>
    <%else%>
        <TITLE>Documents matching <%CiRestriction%>.</TITLE>
    <%endif%>
</HEAD>

<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#000066" VLINK="#808080" ALINK="#FF0000" TOPMARGIN=0>

<TABLE>
    <TR>
        <TD><IMG SRC ="/samples/search/64x_book.jpg" ALIGN=Middle></TD>
        <TD VALIGN=MIDDLE><H1>Index Server</H1><br><center><h2>Search Results</h2></center></TD>
    </TR>
</TABLE>

<%if CiLastRecordNumber ne 0%>
    <H5>Documents matching the query "<%CiRestriction%>".</H5>

    <A HREF="<%HTMLQueryForm%>">New query</A>
    <HR>
<%endif%>