function addToFaves() {	
	if (document.all && navigator.userAgent.indexOf("Opera")==-1) {
  		document.write("<a href=\"javascript:window.external.addfavorite('http://www.AnsonRealtyMV.com', 'Anson Realty');\" class=\"leftnav\">Add to Favorites</a>");
  	} else {
  		document.write("<a href=\"javascript:alertBoxFaves();\" class=\"leftnav\">Add to Bookmarks</a>");
  	}
}

function alertBoxFaves() {
	alert('It\'s easy!  After clicking "OK" in this box,\n Press Ctrl+D to add AnsonRealtyMV.com to your Bookmarks!');
}
