<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var how_many_ads = 7;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="<a href=http://www.brisnet.com/cgi-bin/gateway.cgi?from=612&to=cgi-bin/bris_daily.cgi><img src=/saveani.gif width=120 height=60 border=0></a>";
}
if (ad==2) {
url="<a href=http://www.brisnet.com/cgi-bin/gateway.cgi?from=612&to=servlet/PedHome><img src=/LIFEPPS12-X60.gif width=120 height=60 border=0></a>";
}
if (ad==3) {
url="<a href=http://www.brisnet.com/cgi-bin/gateway.cgi?from=612&to=cgi-bin/bris_resmenu.cgi><img src=/Instantani.gif width=120 height=60 border=0></a>";
}
if (ad==4) {
url="<a href=http://www.brisnet.com/cgi-bin/gateway.cgi?from=612&to=cgi-bin/static.cgi?page=software><img src=/always9ani.gif width=120 height=60 border=0></a>";
}
if (ad==5) {
url="<a href=http://www.brisnet.com/cgi-bin/gateway.cgi?from=612&to=><img src=/onestopshop.gif width=120 height=60 border=0></a>";
}
if (ad==6) {
url="<a href=http://www.brisnet.com/cgi-bin/gateway.cgi?from=612&to=cgi-bin/static.cgi?page=stablealert><img src=/salert-sideani.gif width=90 height=90 border=0></a>";
}
if (ad==7) {
url="<a href=http://www.brisnet.com/cgi-bin/gateway.cgi?from=612&to=servlet/PedHome><img src=/pednet.gif width=120 height=60 border=0></a>";
}
document.write('<center>');
document.write(url);
document.write('</center>');
// End -->

