<% '# the if.thens are so that these defaults can be easily overrided on page '-- news page display options -- '* set to 0 gives no limit, other integer is limit for that parameter If PostsPerPage = "" Then PostsPerPage = 8 End If If DaysPerPage = "" Then DaysPerPage = 0 End If '* set to -1 turns expandable comments off, 0 gives no limit, other integer is the limit If CommentsPerPost = "" Then CommentsPerPost = 5 End If '-- post index -- '* 0 is no limit, +ive integer is limit If PostsPerIndex = "" Then PostsPerIndex = 10 End If '* 0 is no skip, +ive integer is the number of posts skipped, -1 only displays posts after those on current page If PostSkipInIndex = "" Then PostSkipInIndex = -1 End If %>