<!-- Begin
var how_many_ads = 9;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="http://www.the-tidings.com/subscribe/subscribe.html";
alt="Get the Tidings at Home!!!";
banner="http://www.the-tidings.com/ccl/homedelivery2.gif";
width="147";
height="150";
}
if (ad==2) {
txt="";
url="http://www.the-tidings.com/2009/1120/movies.htm";
alt="Tidings Online Movie Reviews";
banner="http://www.the-tidings.com/ccl/filmreview.gif";
width="147";
height="70";
}
if (ad==3) {
txt=""; 
url="http://www.the-tidings.com/news/regional0826.htm";
alt="Get what's happening locally";
banner="http://www.the-tidings.com/ccl/regnews01.gif";
width="147";
height="250";
}
if (ad==4) {
txt="";
url="http://www.the-tidings.com/news/regional0826.htm";
alt="Covering the Regions";
banner="http://www.the-tidings.com/ccl/regnews03.gif";
width="147";
height="175";
}
if (ad==5) {
txt="";
url="http://www.the-tidings.com/2009/1120/movies.htm";
alt="Tidings Online Movie Reviews";
banner="http://www.the-tidings.com/ccl/movies02.gif";
width="147";
height="150";
}
if (ad==6) {
txt="";
url="http://cathedral.la-archdiocese.org/";
alt="Cathedral Web Site";
banner="http://www.the-tidings.com/img/cathedral.gif";
width="150";
height="225";
}
if (ad==7) {
txt="";
url="http://www.the-tidings.com/directory_sales/directory2008.html";
alt="Catholic Directory Sales";
banner="http://www.the-tidings.com/ccl/directory2009.gif";
width="150";
height="188";
}
if (ad==8) {
txt="";
url="http://www.the-tidings.com/cal/index.htm";
alt="Calendar of Events";
banner="http://www.the-tidings.com/ccl/calendar_circle.gif";
width="145";
height="175";
}
if (ad==9) {
txt="";
url="http://www.the-tidings.com/subscribe/subscribe.html";
alt="Get more Tidings at Home!!!";
banner="http://www.the-tidings.com/ccl/homedelivery4.gif";
width="150";
height="200";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
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 -->
