var how_many_ads = 8;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="dbio.html";
alt="Deborah Reisfeld, Marriage Family Therapist";
banner="images/feat_therapist1.gif";
width="225";
height="237";
}
if (ad==2) {
txt="";
url="etbio.html";
alt="Elizabeth Tebo, Licensed Clinical Social Worker";
banner="images/feat_therapist3.gif";
width="225";
height="237";
}
if (ad==3) {
txt="";
url="dbio.html";
alt="Deborah Reisfeld, Marriage Family Therapist";
banner="images/feat_therapist1.gif";
width="225";
height="237";
}
if (ad==4) {
txt="";
url="kbbio.html";
alt="Katie Barr, Licensed Clinical Social Worker";
banner="images/feat_therapist4.gif";
width="225";
height="237";
}
if (ad==5) {
txt="";
url="lbio.html";
alt="Katie Barr, Licensed Clinical Social Worker & Marriage Family Therapist";
banner="images/feat_therapist6.gif";
width="225";
height="237";
}
if (ad==6) {
txt="";
url="dbio.html";
alt="Deborah Reisfeld, Marriage Family Therapist";
banner="images/feat_therapist1.gif";
width="225";
height="237";
}
if (ad==7) {
txt="";
url="ebio.html";
alt="Ervey Salinas, Marriage Family Therapist Intern";
banner="images/feat_therapist7.gif";
width="225";
height="237";
}
if (ad==8) {
txt="";
url="rgbio.html";
alt="Rachel Garcia, Licensed Clinical Social Worker";
banner="images/rgbnr.jpg";
width="225";
height="237";
}



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>');