Here's a simple javascript, you can rotate as many banners as you want.
PHP Code:
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! [url]http://javascript.internet.com[/url] -->
<!-- Begin
var how_many_ads = 9;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Click here to see my free pics ";
url="http://ctc.amateurpages.com/cgi-bin/ctc/ctc.cgi?60708232";
alt="amateurpages.com";
banner="img2/ryan.jpg";
width="240";
height="360";
}
if (ad==2) {
txt="Click here to see my free pics ";
url="http://ctc.amateurpages.com/cgi-bin/ctc/ctc.cgi?60708232";
alt="amateurpages.com";
banner="img2/kaithlyn.jpg";
width="240";
height="360";
}
if (ad==3) {
txt="Click here to see my free pics ";
url="http://ctc.amateurpages.com/cgi-bin/ctc/ctc.cgi?60708232";
alt="amateurpages.com";
banner="img2/yvette.jpg";
width="240";
height="360";
}
if (ad==4) {
txt="Click here to see my free pics ";
url="http://ctc.amateurpages.com/cgi-bin/ctc/ctc.cgi?60708232";
alt="amateurpages.com";
banner="img2/connie.jpg";
width="240";
height="360";
}
if (ad==5) {
txt="Click here to see my free pics ";
url="http://ctc.amateurpages.com/cgi-bin/ctc/ctc.cgi?60708232";
alt="amateurpages.com";
banner="img2/tyra.jpg";
width="240";
height="360";
}
if (ad==6) {
txt="Click here to see my free pics ";
url="http://ctc.amateurpages.com/cgi-bin/ctc/ctc.cgi?60708232";
alt="amateurpages.com";
banner="img2/amber.jpg";
width="240";
height="360";
}
if (ad==7) {
txt="Click here to see my free pics ";
url="http://ctc.amateurpages.com/cgi-bin/ctc/ctc.cgi?60708232";
alt="amateurpages.com";
banner="img2/aimee.jpg";
width="240";
height="360";
}
if (ad==8) {
txt="Click here to see my free pics ";
url="http://ctc.amateurpages.com/cgi-bin/ctc/ctc.cgi?60708232";
alt="amateurpages.com";
banner="img2/darby.jpg";
width="240";
height="360";
}
if (ad==9) {
txt="Click here to see my free pics ";
url="http://ctc.amateurpages.com/cgi-bin/ctc/ctc.cgi?60708232";
alt="amateurpages.com";
banner="img2/dawn.jpg";
width="240";
height="360";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<big>' + txt + '</big></a>');
document.write('</center>');
// End -->
</SCRIPT>