<!-- Begin
	var how_many_ads = 2;
	var now = new Date()
	var sec = now.getSeconds()
	var ad = sec % how_many_ads;
	ad +=1;
	if (ad==1) {
	title="Painting Insanity Black";
	txt="It took only a few weeks on the job for William Lawson to notice something very strange going on. The psychiatrist just joined the staff of John L. McClellan Veterans Hospital in North Little Rock, Ark., and already he'd seen patient after patient with the same ill-fitting diagnosis. All African-American men.";
	url="PaintingInsanityBlack.html";
	}
	if (ad==2) {
	title="We Can Prevent Lead Poisoning";
	txt="Lead poisoning and the danger of lead paint have been much in the news recently. Deservedly so. St. Louis has one of the highest lead poisoning rates in the country and we cannot let this plague continue to harm our children.";
	url="PreventLeadPoisoning.html";
	}
	document.write('<b><a href=\"' + url + '\" target=\"_self\">');
	document.write('' + title + '\</a></b><br>');
	document.write('' + txt + '<br>');
// End -->
