"
h=h&"
"
dAdd=rstemp("date_added")
if left(dAdd,6)="0 days" then
dAdd=right(dAdd,len(dAdd)-7)
else
dAdd=left(dAdd,6)
end if
if left(dAdd,7)="0 hours" then
dAdd=right(dAdd,len(dAdd)-8)
else
dAdd=left(dAdd,7)
end if
if left(dAdd,6)="0 hours" then dAdd=right(dAdd,len(dAdd)-7)
h=h&"
"
h=h&"
"
h=h&"
"&rstemp("name")&" " & dAdd &" ago
"
h=h&"
"&rstemp("text")&"
"
if session("id_people")=rstemp("id_people") then
h=h&"
"
end if
h=h&"
"
h=h&"
"
h=h&"
"
h=h&"
"
h=h&"
up vote"
if isnull(rstemp("Votes")) then
iVote=0
else
iVote=rstemp("Votes")
end if
h=h&"
"&iVote&""
h=h&"
down vote"
h=h&"
"
h=h&"