I am serving banners using a PHP include, which includes the contents of a text file, and the content is the HTML code for the banner and link.

I would really like to keep this from being loaded by spiders, so it is only shown to real visitors.

Does javascript have such functionality?