<!--

document.write("<table cellpadding=0 cellspacing=0 border=0 width='100%'>");
document.write("   <tr>");
document.write("      <td valign=center align=left><font class=title>");
document.write("      <a href= 'index.html'>");
document.write("      <img src='images/film-center.gif' border='0'></font></td>");
document.write("<td align=right>");

var how_many_ads = 1;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="http://www.film-center.com/forums/index.php";
alt="";
banner="images/forum.gif";
width="468";
height="60";
}
if (ad==2) {
txt="";
url="http://missingfilm.com";
alt="missingfilms.com";
banner="pictures/missingfilm.gif";
width="468";
height="60";
}
if (ad==3) {
txt="";
url="http://www.film-center.com/forums/index.php";
alt="";
banner="images/forum.gif";
width="468";
height="60";
}
if (ad==4) {
txt="";
url="forum/index.php";
alt="";
banner="images/forum.gif";
width="468";
height="60";
}
if (ad==5) {
txt="";
url="http://oliverhardy.com";
alt="oliverhardy.com";
banner="pictures/oliverhardy.gif";
width="468";
height="60";
}
if (ad==6) {
txt="";
url="http://www.film-center.com/forums/index.php";
alt="";
banner="images/forum.gif";
width="468";
height="60";
}
if (ad==7) {
txt="";
url="";
alt="";
banner="";
width="";
height="";
}
if (ad==8) {
txt="";
url="http://www.film-center.com/forums/index.php";
alt="";
banner="images/forum.gif";
width="468";
height="60";
}
if (ad==9) {
txt="";
url="";
alt="";
banner="";
width="";
height="";
}
if (ad==10) {
txt="";
url="http://www.film-center.com/forums/index.php";
alt="";
banner="images/forum.gif";
width="468";
height="60";
}
// 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>');

document.write("</a></td>");
document.write("   </tr>");
document.write("   <tr>");
document.write("</table>");

// -->