﻿function mailpage() {
    mail_str = "mailto:?subject= Thought you might like this: ";
    mail_str += "&body= I recommend this page from One Source Building Technologies (osbt.com) website " + document.title;
    mail_str += ". You should check this out at, " + location.href;
    location.href = mail_str;
}
