
			<!-- Begin

			var how_many_ads = 3;
			var now = new Date()
			var sec = now.getSeconds()
			var ad = sec % how_many_ads;
			ad +=1;
			if (ad==1) {
			banner="_fileUploads/people2.jpg";
			width="593";
			height="109";
			}
			if (ad==2) {
			banner="_fileUploads/people4.jpg";
			width="593";
			height="109";
			}
			if (ad==3) {
			banner="_fileUploads/people5.jpg";
			width="593";
			height="109";
			}
			
			document.write('<img src=\"' + banner + '\" width=')
			document.write(width + ' height=' + height + ' ');

			// End -->
