 |
<% if rsProducts("Starring") <> "" then %>
STARRING |
|
<%
theStarring = rsProducts("Starring")
Response.Write HTML_BR(theStarring)
%>
|
<% end if %>
<% if rsProducts("DirectedBy") <> "" then %>
DIRECTED BY |
|
<%
theDirectedBy = rsProducts("DirectedBy")
Response.Write HTML_BR(theDirectedBy)
%>
|
<% end if %>
<% if rsProducts("ProducedBy") <> "" then %>
PRODUCED BY |
|
<%
theProducedBy = rsProducts("ProducedBy")
Response.Write HTML_BR(theProducedBy)
%>
|
<% end if %>
<% if rsProducts("WrittenBy") <> "" then %>
WRITTEN BY |
|
<%
theWrittenBy = rsProducts("WrittenBy")
Response.Write HTML_BR(theWrittenBy)
%>
|
<% end if %>
<% if rsProducts("ProductionCountry") <> "" then %>
PRODUCTION COUNTRY |
|
<%
theProductionCountry = rsProducts("ProductionCountry")
theProductionCountry2 = rsProducts("ProductionCountry2")
Response.Write HTML_BR(theProductionCountry)
if theProductionCountry2 <> "" then
Response.Write" / "
Response.Write HTML_BR(theProductionCountry2)
end if
%>
|
<% end if %>
<% if rsProducts("ProductionYear") <> "" then %>
PRODUCTION YEAR |
|
<%
theProductionYear = rsProducts("ProductionYear")
Response.Write HTML_BR(theProductionYear)
%>
|
<% end if %>
<% if rsProducts("OriginalVersion") <> "" then %>
ORIGINAL VERSION |
|
<%
theOriginalVersion = rsProducts("OriginalVersion")
Response.Write HTML_BR(theOriginalVersion)
%>
|
<% end if %>
<% if rsProducts("OtherVersion") <> "" then %>
OTHER VERSION |
|
<%
theOtherVersion = rsProducts("OtherVersion")
Response.Write HTML_BR(theOtherVersion)
%>
|
<% end if %>
<%
fbool=GetRecordSet(rsOwnRights, theRightsSQLText)
theOwnRights = rsOwnRights("Territory")
%>
<% if theOwnRights <> "" then %>
TERRITORIES |
|
<% Response.Write HTML_BR(theOwnRights) %>
|
<% end if %>