Here's the source for the pop-up:
<script language="JavaScript">
<!--
function BizkitShowPopup()
{
// open the popup window
var popupURL = "http://www.angelfire.com/oh/hellshadow/popup.html";
var popup = window.open(popupURL,"BizkitPopup",'toolbar=0,location=0,directories=0,
status=0,menubar=0,scrollbars=0,resizable=0,width=420,height=85');
// set the opener if it's not already set. it's set automatically
// in netscape 3.0+ and ie 3.0+.
if( navigator.appName.substring(0,8) == "Netscape" )
{
popup.location = popupURL;
}
}
BizkitShowPopup
();
// -->
</script>
If by chance you are into designing these banners, and you think you could come up with a better one then I have posted here, don't hesitate to email me with your ideas. Thanks