<!-- Begin
var how_many_ads = 6;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
alt="Quote by Oliver Wendell Holmes";
banner="http://www.casinocustomerservice.com/quotes/quote_owh.gif";
width="150";
height="150";
}
if (ad==2) {
alt="Quote by Leonardo Da Vinci";
banner="http://www.casinocustomerservice.com/quotes/quote_ldv.gif";
width="150";
height="150";
}
if (ad==3) {
alt="Quote by Louis Pasteur";
banner="http://www.casinocustomerservice.com/quotes/quote_lp.gif";
width="150";
height="150";
}
if (ad==4) {
alt="Quote by Albert Einstein";
banner="http://www.casinocustomerservice.com/quotes/quote_ae.gif";
width="150";
height="150";
}
if (ad==5) {
alt="Quote by Aristotle";
banner="http://www.casinocustomerservice.com/quotes/quote_a.gif";
width="150";
height="150";
}
if (ad==6) {
alt="Quote by Malcolm S. Forbes";
banner="http://www.casinocustomerservice.com/quotes/quote_msf.gif";
width="150";
height="150";
}
document.write('<center>');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</center>');
// End -->