quote = new Array();

quote[0]="<img src=\"./images/banner_middle.gif\" alt=\"David W. Carmichael - Figure Skating Photography\" title=\"David W. Carmichael - Figure Skating Photography\" width=\"400\" height=\"150\">";


var date = new Date();
var sec = date.getSeconds();
var index = (sec % quote.length);


<!-- Begin
document.write(quote[index]);
//  End -->
