/*
Add-to-favorites Script
Created by David Gardner (toolmandav@geocities.com)
*/

var bookmarkurl="http://www.st-george-realestate.com"
var bookmarktitle="St. George Utah Real Estate - Brian Habel"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

/* 
Email Script
*/
var edress = 'brianhabel_at_msn_dot_com';
function get_edress(){
var re= /_at_/gi;
edress = edress.replace(re,'@');
var re= /_dot_/gi;
edress = edress.replace(re,'.');
var the_link="mai" + "lto" +":"+edress+"?subject=Feedback&body=Thank%20you%20for%20contacting%20Brian%20Habel%0D%0APlease%20provide%20as%20much%20information%20as%20possible%20so%20I%20can%20deal%20with%20your%20inquiry%20efficiently." ;
window.location=the_link;

}


