If you look in your inc_top.asp page, you will see this bit of code:mLev = cint(ChkUser2(strDBNTUserName, Request.Cookies(strUniqueID & "User")("Pword")))
That code gets the member level and stores it in the "mLev" variable. So you can just check what "mLev" is.
0 - Not logged in
1 - Author of post
2 - Normal User
3 - Moderator
4 - Admin