// pc8.js
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) { alt="pc8-1-1-PoloCenter.com - Promoting Polo Worldwide";
txt="Worldwide Polo Information & Interactivity at your fingertips";
url="http://www.polocenter.com/";
banner="http://www.polocenter.com/images/poloban1.gif";
width="468"; height="60";}
if (ad==2) { alt="pc8-2-3-PoloCenter.com - Promoting Polo Worldwide";
txt="Everything for and about worldwide equine polo at your fingertips";
url="http://www.polocenter.com/";
banner="http://www.polocenter.com/images/poloban3.gif";
width="468"; height="60";}
if (ad==3) { alt="pc8-3-4-PoloCenter.com - Promoting Polo Worldwide";
txt="Worldwide equine polo at your fingertips";
url="http://www.polocenter.com/";
banner="http://www.polocenter.com/images/poloban4.gif";
width="468"; height="60";}
document.write('<a href=\"' + url + '\" target=\"top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write( width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a><br>');
document.write('<font size=1 face=arial>' + txt + '</font>');

