var images=new Array(20);
var links=new Array(20);
var altxt=new Array(20);
var i=0;
images[i]="http://mc1soft.com/ban_ogz3.gif";
links [i]="http://zip-n-go.com/";
altxt [i]="Zip - split - merge - sync - encrypt - go!...";
i++;
images[i]="http://mycustomprints.com/ban_anysiz.gif";
links [i]="http://mycustomprints.com/?aref=myrotate";
altxt [i]="Giant prints from your photos...";
i++;
images[i]="http://mc1soft.com/ban_ogr3.gif";
links [i]="http://mc1soft.com/mcref.htm";
altxt [i]="Associate multiple apps with a file...";
i++;
//images[i]="http://mailformat.com/ban_ogt2.gif";
//links [i]="http://mc1soft.com/tfind.htm";
//altxt [i]="Power search your hard drive!";
//i++;
images[i]="http://mc1soft.com/info/ban_safe.gif";
links [i]="http://mc1soft.com/info/demo.htm";
altxt [i]="click here for demo...";
i++;
//images[i]="http://mc1soft.com/ban_zng2.gif";
//links [i]="http://zip-n-go.com/";
//altxt [i]="The fastest way to take data with you";
//i++;
//images[i]="http://mycustomprints.com/ban_cn1.gif";
//links [i]="http://mycustomprints.com/?aref=myrotate";
//altxt [i]="Decorator prints from your files & photos";
//i++;
//images[i]="http://mc1soft.com/ban_ogz1.gif";
//links [i]="http://zip-n-go.com/";
//altxt [i]="Easy zip/unzip...";
//i++;
//images[i]="http://mc1soft.com/info/ban_dolly.gif";
//links [i]="http://mc1soft.com/info/edit.htm";
//altxt [i]="get one of these...";
//i++;
images[i]="http://mc1soft.com/ban_mct.gif"
links [i]="http://mc1soft.com/mctools.htm";
altxt [i]="click for more info...";
i++;
images[i]="http://mc1soft.com/ban_ogr_cheer1.gif";
links [i]="http://mc1soft.com/mcref.htm";
altxt [i]="Apps fighting over your files?  Get a Referee!";
i++;
//images[i]="http://mc1soft.com/ban_ogz1.gif";
//links [i]="http://zip-n-go.com/";
//altxt [i]="Easy zip/unzip...";
//i++;
//images[i]="http://mailformat.com/ban_ogs1.gif";
//links [i]="http://mc1soft.com/scrap.htm";
//altxt [i]="Get Organized - Automatically!";
//i++;
images[i]="http://mc1soft.com/info/ban_earth.gif";
links [i]="http://mc1soft.com/info/service.htm";
altxt [i]="click for info...";
i++;
var today=new Date;
n=today.getSeconds()%i;
document.writeln("<a href="+links[n]+"><img src="+images[n]+" border=0 width=468 height=60 alt='"+altxt[n]+"' width=468 height=60></a>");
