I didn't go that route, Ety.  I wrote an entirely different advertising package for the modular forum.  Here's the info from the admin's page:
Like the Site Integration mod, adds header, right/left borders and (potentially) a footer to the forum.  Allows forum administrators to specify width (minimum 245) or height of frames and to specify content from provided options and/or insert their own: whether links, static text, or an iframe.
Note:  Pages included here can, themselves, further include/call content from still other pages.  However, to do so, you must make changes to the IntegMe function in "
inc_func_common.asp".  The RSS page incorporates code from 
feed.mikle.com.  To add similar pages, use the same format as the RSS page (but using ElseIf).  Using this method, you can then control location (left/right panel/frame) and placement by the form on "
admin_site_includes.asp" without further code modification.
If strRIURL = "includes/inc_site_rss.asp" Then
  %><!--#INCLUDE FILE="inc_site_rss.asp"--><%
ElseIf strRIURL = "(your page)" Then
  %><!--#INCLUDE FILE="(your page)"--><%
In addition, adds the ability for forum administrators to add advertisers, specifying URL, image height/width, telephone, etc.  Individual advertisements can target specific groups (e.g. teens, teen males, teen females, adult males, adult females, all males, all females, seniors).  In such cases, the advertisements will only be shown to members of such groups.  The default is everyone.  Administrators can designate banner(s) to be displayed in the header, or smaller advertisements in the left or right margins.  Expiration dates for advertisements are also included.  If an advertisement has expired, it will automatically be prevented from display.
If someone clicks an advertisement, the link will first collect their information (for advertisement interest tracking) before opening a new page to the advertisement URL.  To ensure compliance with the new European Union (and those of California) privacy laws, if a member chooses to not allow personal information to be collected, he/she can "opt out" using the checkbox in the profile.  In this case, only non-personally-identifiable information would be collected (e.g.. city/state/country, operating system).
If no advertisements are active and there is no other content in a frame, that frame will not be displayed (e.g., a banner ad in the header expires, the header disappears).  Administrators can use this version exactly like "Site Integration", until an advertisement is active, no difference will be visible.