<!-- Begin
var how_many_ads = 19;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
txt="";
url="/";
alt="";
banner="wellsville/rossville/pennsylvania/doctor/pinchot-family-medicine-01.jpg";
width="678";
height="172";
}

if (ad==2) {
txt="";
url="/";
alt="";
banner="wellsville/rossville/pennsylvania/doctor/pinchot-family-medicine-02.jpg";
width="678";
height="172";
}

if (ad==3) {
txt="";
url="/";
alt="";
banner="wellsville/rossville/pennsylvania/doctor/pinchot-family-medicine-03.jpg";
width="678";
height="172";
}

if (ad==4) {
txt=""; 
url="/";
alt="";
banner="wellsville/rossville/pennsylvania/doctor/pinchot-family-medicine-04.jpg";
width="678";
height="172";
}

if (ad==5) {
txt=""; 
url="/";
alt="";
banner="wellsville/rossville/pennsylvania/doctor/pinchot-family-medicine-05.jpg";
width="678";
height="172";
}

if (ad==6) {
txt=""; 
url="/";
alt="";
banner="wellsville/rossville/pennsylvania/doctor/pinchot-family-medicine-06.jpg";
width="678";
height="172";
}

if (ad==7) {
txt=""; 
url="/";
alt="";
banner="wellsville/rossville/pennsylvania/doctor/pinchot-family-medicine-07.jpg";
width="678";
height="172";
}

if (ad==8) {
txt=""; 
url="/";
alt="";
banner="wellsville/rossville/pennsylvania/doctor/pinchot-family-medicine-08.jpg";
width="678";
height="172";
}

if (ad==9) {
txt=""; 
url="/";
alt="";
banner="wellsville/rossville/pennsylvania/doctor/pinchot-family-medicine-09.jpg";
width="678";
height="172";
}

if (ad==10) {
txt="";
url="/";
alt="";
banner="wellsville/rossville/pennsylvania/doctor/pinchot-family-medicine-10.jpg";
width="678";
height="172";
}

if (ad==11) {
txt="";
url="/";
alt="";
banner="wellsville/rossville/pennsylvania/doctor/pinchot-family-medicine-11.jpg";
width="678";
height="172";
}

if (ad==12) {
txt=""; 
url="/";
alt="";
banner="wellsville/rossville/pennsylvania/doctor/pinchot-family-medicine-12.jpg";
width="678";
height="172";
}

if (ad==13) {
txt=""; 
url="/";
alt="";
banner="wellsville/rossville/pennsylvania/doctor/pinchot-family-medicine-13.jpg";
width="678";
height="172";
}

if (ad==14) {
txt=""; 
url="/";
alt="";
banner="wellsville/rossville/pennsylvania/doctor/pinchot-family-medicine-14.jpg";
width="678";
height="172";
}

if (ad==15) {
txt=""; 
url="/";
alt="";
banner="wellsville/rossville/pennsylvania/doctor/pinchot-family-medicine-15.jpg";
width="678";
height="172";
}

if (ad==16) {
txt=""; 
url="/";
alt="";
banner="wellsville/rossville/pennsylvania/doctor/pinchot-family-medicine-16.jpg";
width="678";
height="172";
}

if (ad==17) {
txt=""; 
url="/";
alt="";
banner="wellsville/rossville/pennsylvania/doctor/pinchot-family-medicine-17.jpg";
width="678";
height="172";
}

if (ad==18) {
txt=""; 
url="/";
alt="";
banner="wellsville/rossville/pennsylvania/doctor/pinchot-family-medicine-18.jpg";
width="678";
height="172";
}

if (ad==19) {
txt=""; 
url="/";
alt="";
banner="wellsville/rossville/pennsylvania/doctor/pinchot-family-medicine-19.jpg";
width="678";
height="172";
}

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></a><br>');
document.write('</center>');
// End -->
