Feel free to replace the sizes and categories with the others shown on the Rotation page. This page simply gives you the generic code to run the 468x60 banner in the "all" category with the separate window modification.

To make the banners open in a new window, you can do this by setting a base target in the head of your page, then setting target="_blank" in the noscript part of the code. Shown in example 1 listed below.

If you do not want to set a base target, you can remove the Javascript and just use the HREF and the image source, shown in Example 2 (note: banners will cache in this case):

Example 1:
<base target="main"> <script language="JAVASCRIPT1.1"> imagic=(new Date()).getTime(); document.write('<SCR'); document.write("IPT SRC=http://transact.impower.com/jserver/site=CH/area=all/AAMSZ=468x60/ACC_RANDOM=CH/impcac=" + imagic +">");document.write('</SCR'); document.write('IPT>'); </script> <noscript> <a href="http://transact.impower.com/cgi-bin/accipiter/adclick.exe/site=CH/area=all/AAMSZ=468x60/ACC_RANDOM=CH/" target="_blank"> <img src="http://transact.impower.com/cgi-bin/accipiter/adserver.exe/site=CH/area=all/AAMSZ=468x60/ACC_RANDOM=CH/"></a> </noscript>

Example2:
<a href="http://transact.impower.com/cgi-bin/accipiter/adclick.exe/site=CH/area=all/AAMSZ=468x60/ACC_RANDOM=CH/" target="_blank"> <img src="http://transact.impower.com/cgi-bin/accipiter/adserver.exe/site=CH/area=all/AAMSZ=468x60/ACC_RANDOM=CH/"></a>