% Response.Buffer = True ' ///////////////////////////////////////////////////////////////////// ' ' Gary Gutierrez, April 15, 2004 ' ' Why: ' Level-3 pages are to display a footer with links based on the page's ' primary audience. The footer script sets the default value for ' Plans and Providers as they are the highest user of our web site. ' ' How: ' If Plans & Providers are the pages intended audience nothing need be done. ' Should the page need to display a footer for another of the available ' audience, place this script block at the top of the ASP page and set the ' displayFooter value as outlined below. ' ' Or ' ' Pass a footer value parameter in a variable named: ft ' Example: To display a Studies & Stats footer: /Publications/Manual/toc.asp?ft=3 ' ' === Generic Footer Links for Level-3 pages === ' 1 = Members & Applicants ' 2 = Plans & Providers [this is the default set in the footer script] ' 3 = Studies & Stats (aka Research) ' 4 = Contracts & RFPs ' //////////////////////////////////////////////////////////////////// Dim displayFooter displayFooter = 2 %>