
var url = "http://www.brendaobrien.com";
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;
}

function right(e) {
if (navigator.appName == 'Netscape' &&
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {

alert("WARNING\n\nThe content and code of this site are copyrighted by Brenda O'Brien. Copyright 1999-2008\n\nIf you wish to Create a Shortcut on your Desktop, Click File, Highlight Send, Click Shortcut To Desktop.\n\nIf you wish to add us to your favorites please click the favorites button on the toolbar at the top of your browser. (top of this page)");




return false;}return true;}document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;


