<!-- 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) {
	title="BASELINE 2000";
	txt="BASELINE 2000 is a fundraising event designed to raise money to provide financial support to an-American women in need of a screening mammogram.";
	url="Baseline2000.html";
}
	if (ad==2) {
	title="BASELINE 2001";
	txt="BASELINE 2001 is a fundraising event designed to raise money to provide financial support to an-American women in need of a screening mammogram.";
	url="Baseline2001.html";
}
	if (ad==3) {
	title="The Health Benefits of Cancer Support Groups";
	txt="More and more studies are finding support groups may have a good effect on our health.  But not everybody wants to join one.  Researchers say that joining a cancer support group may help you live a longer and happier life.";
	url="SupportGroups.html";
}
	document.write('<b><a href=\"' + url + '\" target=\"_self\">');
	document.write('' + title + '\</a></b><br>');
	document.write('' + txt + '<br>');
// End -->
