﻿// JScript File
 function mailpage()
{
mail_str = "mailto:?subject=Southwest Christian Care's Website" ;
mail_str += "&body=Dear Friend, %0D %0DI thought you might be interested in the following page from Southwest Christian Care's website: " 
mail_str += location.href; 
location.href = mail_str;
}


