<% function CheckModerator(ByRef pobjCon, ByVal pintUserID) if Request.Cookies("cLICENSE_ID")("anyModeratorRights")="yes" then CheckModerator = CheckRightForUser(pobjCon, pintUserID, "", blnInArchive, 0, 0, 0, true, true, true) else CheckModerator = false end if end function %>