Works great & just what I was looking for, thanks, all the others seem to be for the top header & not for placing anywhere you wanted.
Only question I have is, how do I put in a "target=_blank" statement so it opens up in a new window.
Thanks again, nice banner mod.
never mind figured it out, in your source code:
+'<A href="'+ads[ad_num].href+'"><IMG SRC="'+ads[ad_num].src+'" '
I added this & it worked fine
+'<A href="'+ads[ad_num].href+'" + target= _blank><IMG SRC="'+ads[ad_num].src+'" '
|