var url = "http://www.tucson-realestate.net";
var title = "Tucson Homes and Real Estate - Larry Appel, Georganne Evans";
function bookmark(){
if(document.all)
window.external.AddFavorite(url,title)
}

function emailsite() {
var subject = "Great Website for Tucson Homes Search";
var body = "Check out this Tucson real estate Website. It's the best I've seen for searching through Tucson area homes for sale. And you can use it as much as you want for f'ree.";
var bodyurl = document.location.href;
var doc = "mail" + "to:?" + "subject=" + escape(subject) + "&" + "body=" + escape(body) + "%0D%0A%0D%0A" + escape(bodyurl);
window.location.href = doc;
}