<!-- 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="Find-A-Therapist.com";
	txt="Locate therapists, counselors, psychiatrists, marriage and family counselors, psychologists, pastoral counselors, art therapists, and mental health professionals worldwide. Currently there are over 5,000 names their our database.";
	url="FindATherapist.html";
}
	document.write('<b><a href=\"' + url + '\" target=\"_self\">');
	document.write('' + title + '\</a></b><br>');
	document.write('' + txt + '<br>');
// End -->
