For a banner management system i use a
header("Location: http://www.awebsite.com");
to redirect to the proper website. Is it possible to force this header script to open in a new window?
<a href='yourbannerscript.php' target='_blank'>...</a>