<!-- Begin
var how_many_ads = 10;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Kansas City Books";
url="http://www.kcweblinks.com/books/index.html";
alt="Kansas City Books";
banner="http://www.kcweblinks.com/gifts/b1.jpg";
width="76";
height="54";
}
if (ad==2) {
txt="Kansas City Books";
url="http://www.kcweblinks.com/books/index.html";
alt="Kansas City Books";
banner="http://www.kcweblinks.com/gifts/b2.jpg";
width="70";
height="73";
}
if (ad==3) {
txt="Kansas City Books"; 
url="http://www.kcweblinks.com/books/index.html";
alt="Kansas City Books";
banner="http://www.kcweblinks.com/gifts/b3.jpg";
width="70";
height="66";
}
if (ad==4) {
txt="Kansas City Books"; 
url="http://www.kcweblinks.com/books/index.html";
alt="Kansas City Books";
banner="http://www.kcweblinks.com/gifts/b4.jpg";
width="70";
height="66";
}
if (ad==5) {
txt="Kansas City Books"; 
url="http://www.kcweblinks.com/books/index.html";
alt="Kansas City Books";
banner="http://www.kcweblinks.com/gifts/b5.jpg";
width="64";
height="73";
}
if (ad==6) {
txt="Kansas City Books";
url="http://www.kcweblinks.com/books/index.html";
alt="Kansas City Books";
banner="http://www.kcweblinks.com/gifts/b6.jpg";
width="59";
height="70";
}
if (ad==7) {
txt="Kansas City Books";
url="http://www.kcweblinks.com/books/index.html";
alt="Kansas City Books";
banner="http://www.kcweblinks.com/gifts/b7.jpg";
width="53";
height="65";
}
if (ad==8) {
txt="Kansas City Books"; 
url="http://www.kcweblinks.com/books/index.html";
alt="Kansas City Books";
banner="http://www.kcweblinks.com/gifts/b9.jpg";
width="60";
height="71";
}
if (ad==9) {
txt="Kansas City Books"; 
url="http://www.kcweblinks.com/books/index.html";
alt="Kansas City Books";
banner="http://www.kcweblinks.com/gifts/b10.jpg";
width="64";
height="73";
}
if (ad==10) {
txt="Kansas City Books"; 
url="http://www.kcweblinks.com/books/index.html";
alt="Kansas City Books";
banner="http://www.kcweblinks.com/gifts/b11.jpg";
width="56";
height="72";
}
document.write('<center>');
document.write('<a href=\"' + url + '\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->