/**
 * addFavorite 
 *
 * code to add favorite/bookmark
 *  <script type="text/javascript" src="includes/addfavorite.js"></script>
 */
function addFavorite() {
	if (window.external) {
		external.AddFavorite(location.href, "San Jose Real Estate Transactions Lawyer California Real Estate Laws Attorney CA For Sale by Owner Contract Review Buy Sell")
	} else {
    alert("This feature is not supported in your browser. Please use your regular bookmarks menu.");
	}
}
