
function addbookmark()
{ 

bookmarkurl="http://www.realestateofmidland.com"
bookmarktitle="Real Estate of Midland/Connie Killingbeck-REALTOR"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function mailThisUrl(){
    var m = "I thought this might interest you...";
    var url=window.location.href;
    var title= document.title;
    var c=url.lastIndexOf("#");
    title= title.replace("&","and");
    if (c>0) {
      url=url.substring(0,c);
    }
    escape(url);
    window.location = "mailto:"+"?subject="+m+"&body="+title+" "+url;
}

function printpage() {
window.print();  
}

