//  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;
ad1 +=1;
if (ad1==1) {
	banner1="../images/link/top.jpg";
	width1="760";
	height1="81";
	alt1="photo";
}
//if (ad1==2) {
//	banner1="images/top/photos/dphoto03.jpg";
//	width1="482";
//	height1="79";
//	alt1="phot";
//}
//if (ad1==3) {
//	banner1="images/top/photos/dphoto04.jpg";
//	width1="482";
//	height1="79";
//	alt1="photo";
//}
document.write('<img src="' + banner1 + '" width=' + width1 + ' height=' + height1 + ' border=0 alt="' + alt1 + '" usemap="#Map" /></a>');

