<% 'Let's say this is one of your existing asp pages, which you 'want to display a related forum. 'The first step is to include the openforum.asp to your page %> <% 'Get the timer count, this is only for measuring the performance dtBegin = timer 'Then you need to define the ForumID and call ShowForum 'This page will display the Forum with ForumID = 1 'You may want to define forums for each of your pages iMyForumID = 1 ShowForum iMyForumID 'That's it! 'dtEnd = timer 'print "

" 'print "Processing took " & formatnumber(dtend - dtbegin, 2) & " seconds." 'print "

" %>