Well phpAdsNew is good if you have a few banners you want to show, and you can add Google Ads in easily.
if its just a simple one banner (or a few, and google ads then try:
<% Dim intTotal Dim intNumber
intTotal = 2
randomize intNumber = int( rnd * intTotal ) + 1
if intNumber = 1 then Response.Write("*code for google ads*") elseif intNumber = 2 then Response.Redirect("<a href="link.asp"><img src=""yourbanner.gif""></a>") end if
%> |
if this isnt wot you want, then explain what your trying to do and i'll come up with something else.