<%@LANGUAGE="VBSCRIPT"%> <% Dim rsPoetics__MMColParam rsPoetics__MMColParam = "poetics" if(Request("MM_EmptyValue") <> "") then rsPoetics__MMColParam = Request("MM_EmptyValue") %> <% set rsPoetics = Server.CreateObject("ADODB.Recordset") rsPoetics.ActiveConnection = "dsn=wepubcontent;" rsPoetics.Source = "SELECT id, wfsite, wfheadline, wfshort, wfdate, wfauthor FROM wfPublishing WHERE wfsite = '" + Replace(rsPoetics__MMColParam, "'", "''") + "' ORDER BY wfdate DESC" rsPoetics.CursorType = 0 rsPoetics.CursorLocation = 2 rsPoetics.LockType = 3 rsPoetics.Open rsPoetics_numRows = 0 %><% Dim Repeat1__numRows Repeat1__numRows = 10 Dim Repeat1__index Repeat1__index = 0 rsPoetics_numRows = rsPoetics_numRows + Repeat1__numRows %> PLAYTHINK - Poetics Log
Playthink home  

Poetics Log

Poetics.org wants to continue as an evolving, local and roaming informal arts community.

This log posts the present, history, and possible futures of Poetics.org - The new shows, ideas, meetings, and rants coming up over time. To post, write Patty or go to: Add to Poetics
 

Psalons

Projects

Plinks

POR



  <% While ((Repeat1__numRows <> 0) AND (NOT rsPoetics.EOF)) %>
<%= DoDateTime((rsPoetics.Fields.Item("wfdate").Value), 1, 1033) %>  
<%=(rsPoetics.Fields.Item("wfheadline").Value)%>
<%=(rsPoetics.Fields.Item("wfshort").Value)%>
posted by: <%=(rsPoetics.Fields.Item("wfauthor").Value)%>
 
<% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 rsPoetics.MoveNext() Wend %>