|
Past For Real Screenings
<%
strSQL="Select venue_id,location, date,showdetails from forReal_venues where date < getdate() and (date <> '" & month(date) & "/" & day(date) & "/" & year(date) & "') order by date"
'strSQL="Select * from forReal_venues where date >= (select min(date) from forreal_venues where month(date) =month(getDate()) and day(date) = day(getdate()) and year(date) = year(getdate()))"
set rsLocs1=Server.CreateObject("ADODB.RecordSet")
rsLocs1.Open strSQL,Conn
Do WHile not rsLocs1.EOF%>
<%=formatDateTime(rsLocs1("date"),vbShortDate)%>, <%=rsLocs1("Location")%> <%if rsLocs1("showDetails")=-1 then %>">DETAILS<%end if%>
<%rsLocs1.movenext
loop
rsLocs1.close
set rsLocs1=nothing
%>
|
Latest Screening News
<%
'strSQL="Select * from forReal_venues where date >= (select min(date) from forreal_venues where month(date) =month(getDate()) and day(date) = day(getdate()) and year(date) = year(getdate())) and active=1 order by date"
strSQL="Select * from forReal_venues where date >= getdate() and active=1 order by date"
set rs=conn.Execute(strSQL)
If not rs.eof and not rs.bof then
%>
<%=formatDateTime(rs("date"), vbLongDate)%>, <%=rs("location")%>. DETAILS
<%end if
%>
What
People are Saying...
"...a movie that demonstrates change and awareness
of how we need love regardless of what our place/plight is
in life."
"We enjoyed it so much, that I want to see it again."
Get a FOR REAL closeup
See Actress Tamara Curry's latest photos
FOR
REAL Music Sampler
The
music sampler from Tim Reid’s
romantic comedy FOR REAL is now available. Featuring
hits from Vigilance Recording artist
Erika! DETAILS
Special
Screenings!
Would you like to host a screening in your city?
Join the
list of organizations, non-profits, and promoters from across
the country who have enjoyed great profits and
publicity, by hosting your very own RED CARPET PREMIERE of
Tim Reid’s new movie “FOR REAL!”
Our studio team will provide your organization with everything
you need to start promoting this event including posters, handbills,
radio spots, and TV commercials. Your logo and those of your
major sponsors can be included on all of these materials. Contact
Jarene Fleming at jarene@nmstudios.com for more information.
MORE VIEWER
COMMENTS
SEE VIEWER RESPONSES
Upcoming
For Real Screenings
<%
strSQL="Select location, date, showDetails, venue_id from forReal_venues where date >= getDate() and active=1"
'strSQL="Select * from forReal_venues where date >= (select min(date) from forreal_venues where month(date) =month(getDate()) and day(date) = day(getdate()) and year(date) = year(getdate())) and active=1 order by date"
set rsLocs=Server.CreateObject("ADODB.RecordSet")
rsLocs.Open strSQL,Conn
Do While not rsLocs.EOF%>
<%=formatDateTime(rsLocs("date"),vbShortDate)%>, <%=rsLocs("Location")%>
<%if rsLocs("showDetails")=-1 then%>
">DETAILS
<%end if%>
<%rsLocs.MoveNext%>
<%Loop%>
<%rsLocs.Close
set rsLocs=nothing%>
|