function mailpage()
{
  mail_str = "mailto:?subject=You may be perfect for this job!";
  mail_str += "&body=Just wanted to forward this page on NewCareersInc.com to you.  I was reading the job postings and found one you may be interested in.";
  mail_str += " Go to " + parent.location.href; 
  location.href = mail_str;
}

