<% Response.Buffer=true %> <% dim eventsPaginationString createPageObject() writeHTMLTop() response.write("
" & VbCrLf) writeActiveBreadcrumb() writeLeftCol() response.write("
" & VbCrLf) response.write("" & VbCrLf) response.write("
" & VbCrLf) response.write("

" & pageObj.p_title & "

" & VbCrLf) call pageObj.getPageContent() call pageObj.writePageContent("") response.write("
" & VbCrLf) response.write("
" & VbCrLf) response.write("

Print this page | Back to top

" & VbCrLf) response.write("

" & eventsPaginationString & "

" & VbCrLf) response.write("
" & VbCrLf) response.write("
" & VbCrLf) response.write("
" & VbCrLf) writeHTMLBottom() %>