var url = "http://www.honeybee-ridge.net";
var title = "Brenda O'Brien - Tucson Real Estate Expert";
function makeLink(){
if(document.all)
window.external.AddFavorite(url,title)
}

function email_this_page() {
	var subject = document.title;
	var body = "Drag your curser over this line and Enter Your Message Here";
	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;
}
