<!-- Begin
var how_many_ads = 8;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Kansas City Posters";
url="http://www.kcweblinks.com/posters/index.html";
alt="Kansas City Posters";
banner="http://www.kcweblinks.com/gifts/p1.jpg";
width="54";
height="68";
}
if (ad==2) {
txt="Kansas City Posters";
url="http://www.kcweblinks.com/posters/index.html";
alt="Kansas City Posters";
banner="http://www.kcweblinks.com/gifts/p2.jpg";
width="73";
height="68";
}
if (ad==3) {
txt="Kansas City Posters"; 
url="http://www.kcweblinks.com/posters/index.html";
alt="Kansas City Posters";
banner="http://www.kcweblinks.com/gifts/p3.jpg";
width="86";
height="67";
}
if (ad==4) {
txt="Kansas City Posters"; 
url="http://www.kcweblinks.com/posters/index.html";
alt="Kansas City Posters";
banner="http://www.kcweblinks.com/gifts/p4.jpg";
width="65";
height="68";
}
if (ad==5) {
txt="Kansas City Posters"; 
url="http://www.kcweblinks.com/posters/index.html";
alt="Kansas City Posters";
banner="http://www.kcweblinks.com/gifts/p5.jpg";
width="79";
height="69";
}
if (ad==6) {
txt="Kansas City Posters";
url="http://www.kcweblinks.com/posters/index.html";
alt="Kansas City Posters";
banner="http://www.kcweblinks.com/gifts/p6.jpg";
width="73";
height="49";
}
if (ad==7) {
txt="Kansas City Posters";
url="http://www.kcweblinks.com/posters/index.html";
alt="Kansas City Posters";
banner="http://www.kcweblinks.com/gifts/p8.jpg";
width="60";
height="64";
}
if (ad==8) {
txt="Kansas City Posters"; 
url="http://www.kcweblinks.com/posters/index.html";
alt="Kansas City Posters";
banner="http://www.kcweblinks.com/gifts/p9.jpg";
width="87";
height="66";
}
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 -->