function emailPage()
{
	mail_str = 'mailto:?subject=A link from www.sufi-associates.com';
	mail_str += '&body=This link is from the sufi and associates website: '+location.href;
	location.href = mail_str;
}
function printPage() 
{
	window.print();
}

