| <%=rs("hits")%> |
<%if payperlead>0 then%>
<%=rs("leads")%> |
<%end if%>
<%if rs("sales")<0 then
response.write "" & afcurrency & rs("sales") & ""
elseif rs("sales")>0 then
response.write afcurrency & rs("sales")
end if%> |
<%if rs("sales")<0 then
response.write "" & rs("product_name") & ""
elseif rs("sales")>=0 then
response.write rs("product_name")
end if%> |
<%=rs("referurl")%> |
<%
if rs("sales")>0 then
response.write rs("BannerSales")
else
response.write rs("banners")
end if%> |
<%
totalearned=FormatNumber((rs("Earn")),2)
if totalearned<0 then
response.write "" & afcurrency & totalearned & ""
else
response.write afcurrency & totalearned
end if%> |
<%=lcase(rs("date"))%> |
<%end if
Rs.MoveNext
Loop%>