<% if rsSearch.EOF then %>
Your search term "<%=searchterm%>" returned no results. Please try another word or phrase.
<% Else %>
<%
While ((Repeat3__numRows <> 0) AND (NOT rsSearch.EOF))
%>
<% if lastid <> rsSearch.Fields.Item("BlogID").Value then %>
<% if lastdate <> DoDateTime((rsSearch.Fields.Item("BlogDate").Value), 1, 1033) then%>
<%end if%>
<% =(CropSentence(CI_StripHTML(rsSearch.Fields.Item("BlogHTML").Value), 250, "...")) %>
<% end if %>
<% Repeat3__index=Repeat3__index+1
Repeat3__numRows=Repeat3__numRows-1
lastdate = DoDateTime((rsSearch.Fields.Item("BlogDate").Value), 1, 1033)
lastid = rsSearch.Fields.Item("BlogID").Value
rsSearch.MoveNext()
Wend
%>
<% end if %>