I gave up on everything else.
This might help you. My friend who has a vb site sent me this code for my vb header, that's the only file that gets changed. (you can put it in your footer as well). Works like a charm, it's so simple it's awesome. Been using it for 3 weeks now without any issues. I add banners all the time.
Cons: You make all the banner changes in your vb header. There is no way to track click outs.... nothing fancy here.
Pros: Damn fast! Banners rotate great. Simple, simple, simple to get running. Should take you less than 5 minutes.
See it in action at
www.digitalcorvettes.com .
Patrick
Code:
<tr>
<td>
<tr>
<td>
<table width="470" border="0" cellspacing="0" cellpadding="0" align="center" height="62">
<tr>
<td bgcolor="#3B77FF" width="470" height="62">
<div align="center">
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td width="468" height="60" bgcolor="#01257B">
<!-- ...................... BANNER ROTATOR VERSION........................ -->
<center>
<script language="Javascript"><!--
function banner() {
};
banner = new banner();
number = 0;
// bannerArray
banner[number++] = "<a href='http://www.flp2win.com' target='_blank'><img src='http://www.digitalcorvettes.com/images/banners/advertisers/finish_line_performance2.gif' border='0'></a>"
banner[number++] = "<a href='http://www.thelapd.com' target='_blank'><img src='http://www.digitalcorvettes.com/images/banners/advertisers/lapd2.gif' border='0'></a>"
banner[number++] = "<a href='http://www.c60vette.com/dc.htm' target='_blank'><img src='http://www.digitalcorvettes.com/images/banners/advertisers/C60_banner5.gif' border='0'></a>"
banner[number++] = "<a href='http://www.vettefinders.com/index.cfm?fuseaction=CarIndex&Source=DigitalCorvettes&SourceID=9' target='_blank'><img src='http://www.digitalcorvettes.com/images/banners/advertisers/vettefinders.gif' border='0'></a>"
banner[number++] = "<a href='http://www.westcoastcorvette.com' target='_blank'><img src='http://www.digitalcorvettes.com/images/banners/advertisers/wcc.gif' border='0'></a>"
increment = Math.floor(Math.random() * number);
document.write(banner[increment]);
//--></script>
</center>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>