<% // functions for HACK or NOT centered around displaying ads // this file requires random.asp be included Function getAffiliateBanner() haf_displayAdNumber = getRandomInt(1, 2) Select Case haf_displayAdNumber Case 1 // Amazon getAffiliateBanner = "" & _ "" Case 2 // Netflix //getAffiliateBanner = "" & _ // "" // Amazon getAffiliateBanner = "" & _ "" Case Else // Amazon getAffiliateBanner = "" & _ "" End Select End Function Function getCPMBanner() // until we get a CPM contract, we will use affiliate banners getCPMBanner = getAffiliateBanner() End Function Function getRightBarAd() haf_displayRightAdNumber = getRandomInt(1, 4) Select Case haf_displayRightAdNumber Case 1 // Amazon getRightBarAd = "
" Case 2 // Amazon getRightBarAd = "
" Case 3 // amazon writing getRightBarAd = "" & _ "" Case 4 // amazon poetry getRightBarAd = "" & _ "" Case Else // Amazon and Netflix getRightBarAd = "

" & _ "" & _ "" End Select End Function %>