// JavaScript Document

	function addSiteBookmark(){
		if (document.all) { window.external.AddFavorite('http://www.cash4contracts.com', 'Mortgage Note Buyers - Real Estate Note Buyer - Trust Deed Note Buyers'); }
		else if (window.sidebar) { window.sidebar.addPanel('Mortgage Note Buyers - Real Estate Note Buyer - Trust Deed Note Buyers', 'http://www.cash4contracts.com', ""); }
	}

    function addPageSpecificBookmark(){
        if (document.all) { window.external.AddFavorite(document.location.href, document.title); }
        else if (window.sidebar) { window.sidebar.addPanel(document.title, document.location.href, ""); }
    }
