Wow! I bet you didn't expect to see this...

  Not Found

The database search failed due to an unexpected error.

This is the HTML code that was being processed:

<mgiSearchDatabase databaseName="communications"
			searchString="type='Sermon' OR type='Lecture' ORDER BY date DESC"
		 	resultsPerPage="100">
		 	
		<mgiSet name="thisDate">
			<mgiJulianDay julianDay="&mgiDBFieldDate;" format="Day" text=" " format="longMonth" text=" " format="longYear">
		</mgiSet>
		
		<mgiSet name="dateCheck">
			<mgiMath displayPrecision="0"><mgiJulianDay julianDate={mgiDate} dateonly="Yes"> - &mgiDBFieldDate;></mgiMath>
		</mgiSet>
		
		<mgiIf lhs={mgiGet name="dateCheck"} relationship="isGreaterThan" rhs="366">
			<mgiModifyDatabase databaseName="communications" mode="deleteRecord"
				keyFieldName="mgiIDField" fieldValue="&mgiDBFieldMGIIDField;">
		<mgiElse>
			<P>&mgiDBFieldType; - <A HREF="display.rml?id=&mgiDBFieldMGIIDField;" TARGET=_blank><mgiGet name="thisDate">: &mgiDBFieldCalendar;, &mgiDBFieldSubject;</A></P>
		</mgiIf>
		
		</mgiSearchDatabase>

  Try this...

Check the syntax of your search criteria and try the search again.