//  var ad_cntl is the number of photos we are using
var ad_cnt1 = 1;
var now1 = new Date()
var sec1 = now1.getSeconds()
var ad1 = sec1 % ad_cnt1;
var banner1 = ""
var width1 = ""
var height1 = ""
var alt1 = ""
var thepath = ""
ad1 +=1;
if (ad1==1) {
	banner1="/images/new/WalkInClinicWebBanner.jpg";
	width1="760";
	height1="119";
	alt1="banner";
	thepath = "/images/new_nav/hodges/"
}
document.write('<tr><td><img src="' + banner1 + '" width="' + width1 + '" height="' + height1 + '" alt="' + alt1 + '"></td></tr>');