<%@LANGUAGE="VBSCRIPT"%> <% Dim events__MMColParam events__MMColParam = "1" if (Request.QueryString("ID_Event") <> "") then events__MMColParam = Request.QueryString("ID_Event") %> <% set events = Server.CreateObject("ADODB.Recordset") events.ActiveConnection = MM_yuk_STRING events.Source = "SELECT * FROM events WHERE ID_Event = " + Replace(events__MMColParam, "'", "''") + "" events.CursorType = 0 events.CursorLocation = 2 events.LockType = 3 events.Open() events_numRows = 0 %> Event Details for Lorna Kelly: Auctioneer and Author

<%=(events.Fields.Item("titleEvent").Value)%>

<%=(events.Fields.Item("locationEvent").Value)%>
<%=(events.Fields.Item("address").Value)%>
<%=(events.Fields.Item("city").Value)%>, <%=(events.Fields.Item("state").Value)%> <%=(events.Fields.Item("zip").Value)%>

<%=Replace(events.Fields.Item("loc_specs").Value,chr(13),"
")%>

<%=Replace(events.Fields.Item("descEvent").Value,chr(13),"
")%>
  <%=(events.Fields.Item("sponsorEvent").Value)%>

 


The Camel Knows the Way, a book and Audio CD set about my spiritual journey and experiences with Mother Teresa, is available at Amazon, or Buy from me directly for an autographed copy. Thank you! The Camel Knows the Way, a book and Audio CD set about my spiritual journey and experiences with Mother Teresa, is available at Amazon, or Buy from me directly for an autographed copy. Thank you!
The Camel Knows the Way, a book and Audio CD set about my spiritual journey and experiences with Mother Teresa, is available at Amazon, or Buy from me directly for an autographed copy. Thank you!
"Write that book for the Glory of God 
and the Good of people"  
   - Mother Teresa   
     
Home | Bio | Books | Events | Contact | Lorna's Blog  
Site by www.elizintl.com
<% events.Close() Set events = Nothing %>