<!-- Begin
	var how_many_ads = 1;
	var now = new Date()
	var sec = now.getSeconds()
	var ad = sec % how_many_ads;
	ad +=1;
	if (ad==1) {
	title="Know Your Heart";
	txt="Your heart is like the engine that runs your car. A muscular pump, the heart expands and beats about 100,000 times each day and circulates about 2,000 gallons of blood to keep your body functioning properly.";
	url="KnowYourHeart.html";
}
	document.write('<b><a href=\"' + url + '\" target=\"_self\">');
	document.write('' + title + '\</a></b><br>');
	document.write('' + txt + '<br>');
// End -->
