| The DBS-STN.org forums are moderated by Margaret Tuchman. While you may read posts in the forum, registration is required to start a new thread or post to an existing topic within a thread. Registration is fast and free. Read our forum FAQ for more information. If you are looking for an answer to a specific question, please try our Search function to see if a similar topic has already been started. In addition to postings from patients and caregivers, our Advisors to the Forum include a neurologist, a neurophysioloigst, neurosurgeon, and a nurse practioner. Learn about our Advisors. We are pleased to offer more information about our moderator, Sierra M. Farris, MPAS, PA-C, our researchers, Jeffrey Wertheimer, Ph.D., Julie Fitzgerald Smith, Ph.D., and our PWP Rick Kramer and John Wherry.
<% if len(request.cookies("dbsforumID") & "")<1 then
loginname="unregistered"
else
response.Cookies("dbsforumID").Expires = now() + 30
loginname=request.cookies("dbsforumID")
end if
%>Welcome <%=loginname%>. <% if IsTrue(len(request.cookies("dbsforumID") & "")<1) then %>
Click here to Log in or register.
<% end if %>
<% if IsTrue(len(request.cookies("dbsforumID") & "")>1) then %>
Click here to amend your account
<% end if %>
Last Ten Posts
| |
Topics |
Date |
|
<% last10.MoveFirst %>
<% last10.Move last10.FirstRecordOnPage - 1 %>
<% while not last10.EOF and not last10.EOB %>
| |
<%=last10.Value("sub")%>
Posted by <%=last10.Value("postedby")%>
|
<% strdate=last10.Value("dte")%><%=Monthname(month(strdate)) & " " & Day(Strdate) & ", " & year(strdate)%>
at <%=FormatDateTime(last10.Value("dte"), 4)%> GMT
|
|
<% last10.MoveNext %>
<% wend %>
|
| |
Topics |
Last Post |
Replies |
|
<% forums.MoveFirst %>
<% forums.Move forums.FirstRecordOnPage - 1 %>
<% while not forums.EOF and not forums.EOB %>
|
<%=forums.Value("sub")%>
Started by <%=forums.Value("postedby")%> |
<%'GoLive Content Source
set subthread = ADORecordSet("rfl" , "select * from forum where live = 'yes' and sub2 = '" & forums.value("sub2") & "' order by dte desc", "block=1", "ID", "subthread")
%>
<% strdate=subthread.Value("dte")%><%=Monthname(month(strdate)) & " " & Day(Strdate) & ", " & year(strdate)%>
at <%=FormatDateTime(subthread.Value("dte"), 4)%> GMT
by <%=subthread.Value("postedby")%> |
<%=subthread.RecordCount-1%> |
|
<% forums.MoveNext %>
<% wend %>
Showing <%=forums.FirstRecordOnPage%> to <%=forums.LastRecordOnPage%> of <%=forums.RecordCount%> threads
|
|