What you could do is have a link that appends id=unread to your url
add this right below the where clause
if request.querystring("id") = "unread" then
strSql = strSql & "AND T.T_REPLIES = 0"
end if
this is not the exact code, but something to play with.
edited to make more sense