// JavaScript Document
function bookNow(source)
{
	alert("Please note that NOT all of our services can be booked online.\nIf you do not see your desired service, therapist, or preferred day/time, or need to schedule an appointment within the next 12 hours,\nplease contact us @ (202) 525-SOTH (7684).  Thanks!");

	try{
		pageTracker._initData();
		setTimeout(pageTracker._trackEvent('Links', 'Book Now '+ source), 100);
	} catch(err) {}
}

function trackStuff(dest)
{
	try{
		pageTracker._initData();
		setTimeout(pageTracker._trackEvent('Links', dest), 100);
	} catch(err) {}
}

function newsletter()
{
	try{
		pageTracker._initData();
		setTimeout(pageTracker._trackEvent('Links', 'Newsletter'), 100);
	} catch(err) {}
	window.open('http://visitor.constantcontact.com/d.jsp?m=1102261742104&amp;p=oi','','width=600px,height=400px');
}