<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Elegant, Grass Valley Empire Mine Era 2-home Trophy Property including Victorian INN plus Remodeled 19th Century 4-Story BARN, the Latter Now a Dramatic Loft-Style Home and/or Separate Inn Owners' Quarters with a 6-Car Garage Priced at $240/sq.ft.</title>
<meta name="Description" content="Historic Gold Mining Era, Grass Valley Trophy Property for sale, Victorian inn and dramatic 4-story barn for sale in Sierra Foothills Wine Country with 6-Car Garage and Custom Elevator, Mermaid Pool & Spa on Gated .53 acre in-town parcel" />
<meta name="keywords" content="property web site,Johanna Welty,find a home in Historic Grass Valley,listingdomains.com,www.GoldRushPairExtraordinaire.com,listing web site,Historic Grass Valley Two-Home Trophy Property,Trophy Home for Sale in Sierra Foothills,California Inn Sales Specialist,search for California Inns,find a California Inn and BB,Historic Trophy Property in California Wine Country,California Wine Country,California Sierra Foothill Wine Country,Gold Rush Historic Home in Sierra Foothills Wine Country,Empire Mine,Gold Rush Trophy Property" />
<link rel="stylesheet" type="text/css" href="ld_styles.css" />
<link rel="shortcut icon" href="http://www.propertiesonline.com/_media/graphics/favicons/classic.ico" />
<meta name="Elegant, Multi-Generational Trophy Compound " content="Gold Mining Era, Sierra Foothills Wine Country Victorian Inn Plus 19th Century Remodeled 4 Story Barn with Custom Elevator and 6-Car Garage on Gated .53 acre in-town Lot Priced at $240/square feet." />

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="/_media/scripts/jquery/jquery.colorbox/colorbox.css" media="screen" />
<script type="text/javascript" src="/_media/scripts/jquery/jquery.colorbox/jquery.colorbox.js"></script>
<script type="text/javascript" src="ldnet.js"></script>

<style>
<!--
	.titletext { font-size:16pt;color:#FFFFFF}
	.addresstext { font-weight:bold;font-size:10pt;color:#C0C0C0}
	.largetextcolor { font-weight:bold;font-size:12pt;color:#000000}
	.featuresbartext { font-weight:bold;font-size:12pt;color:#C0C0C0}
	.pricetext { font-weight:bold;font-size:14pt;color:#FFFFFF}
	.infotext { font-weight:bold;font-size:8pt;color:#000000}
	.table1text { color:#C0C0C0}
	.table2text { color:#000000}
	.disclaimertabletext { color:#C0C0C0}
	A.bodylink { color:#FFFFFF }
	A.bodylink:hover { color:#C0C0C0 }
	A.disclaimerlink { color:#FFFFFF }
	A.disclaimerlink:hover { color:#C0C0C0 }
	A.officelink { color:#000000 }
	A.officelink:hover { color:#909090 }
	A.detailslink { color:#FFFFFF }
	A.detailslink:hover { color:#C0C0C0 }
	A.vtlink { font-size:8pt; color:#9C0101;text-decoration:none }
	A.vtlink:hover { font-size:8pt; color:#FFFFFF;text-decoration:none }
	A.quicklink { font-size:8pt; color:#000000;text-decoration:none }
	A.quicklink:hover { font-size:8pt; color:#FFFFFF;text-decoration:none }
-->
</style>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin

//3-way slideshow- by Suzanne Arnold (http://jandr.com/, suzanne@mail.jandr.com)
//Script featured on JavaScript Kit (http://javascriptkit.com)
//Credit must stay intact
//Modified DRB 09.16.19  Added Formatting, and try/catch in onerotate

var Onerotate_delay = 4000; // delay in milliseconds (4000 = 4 secs)
Onecurrent = 0;

<!---SLIDE_SHOW_ARRAY--->
function Onenext() {
	if (document.Oneslideform.Oneslide[Onecurrent+1]) {
		document.images.Oneshow.src = document.Oneslideform.Oneslide[Onecurrent+1].value;
		document.Oneslideform.Oneslide.selectedIndex = ++Onecurrent;
	}
	else Onefirst();
}

function Oneprevious() {
	if (Onecurrent-1 >= 0) {
		document.images.Oneshow.src = document.Oneslideform.Oneslide[Onecurrent-1].value;
		document.Oneslideform.Oneslide.selectedIndex = --Onecurrent;
	}
	else Onelast();
}

function Onefirst() {
	Onecurrent = 0;
	document.images.Oneshow.src = document.Oneslideform.Oneslide[0].value;
	document.Oneslideform.Oneslide.selectedIndex = 0;
}

function Onelast() {
	Onecurrent = document.Oneslideform.Oneslide.length-1;
	document.images.Oneshow.src = document.Oneslideform.Oneslide[Onecurrent].value;
	document.Oneslideform.Oneslide.selectedIndex = Onecurrent;
}

function Oneap(text) {
	document.Oneslideform.Oneslidebutton.value = (text == "Stop") ? "Start" : "Stop";
	Onerotate();
}

function Onestart() {
	window.setTimeout("Onerotate()", Onerotate_delay);
}

function Onechange() {
	Onecurrent = document.Oneslideform.Oneslide.selectedIndex;
	document.images.Oneshow.src = document.Oneslideform.Oneslide[Onecurrent].value;
}

function Onerotate() {
	try {
		if (document.Oneslideform.Oneslidebutton.value == "Stop") {
			Onecurrent = (Onecurrent == document.Oneslideform.Oneslide.length-1) ? 0 : Onecurrent+1;
			if (document.images.Oneshow.filters)
			document.images.Oneshow.filters[0].apply()
			document.images.Oneshow.src = document.Oneslideform.Oneslide[Onecurrent].value;
			if (document.images.Oneshow.filters)
			document.images.Oneshow.filters[0].play()
			document.Oneslideform.Oneslide.selectedIndex = Onecurrent;
			if (document.images.Oneshow.filters)
			window.setTimeout("Onerotate()", Onerotate_delay + 2000);
			else
			window.setTimeout("Onerotate()", Onerotate_delay);
		}
	}
	catch(err){}
}
//  End -->
</SCRIPT>

<script language="JavaScript" src="popup.js" type="text/javascript"></script>
<script type="text/javascript" src="swfobject.js"></script></head>

<body bgcolor="#000000" style="margin:5px 1px 5px 1px;" onload="window.focus(); Onestart()">

<center>
<table border="0" cellpadding="2" cellspacing="0" width="738" bgcolor="#000000">
    <tr>
        <td>
            <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#000000">
                
                <tr>
                    <td width="100%">
                        <table border="0" cellpadding="3" cellspacing="0" width="100%" bgcolor="#000000">
                        <tr>
                            <td class="titletext" align="center" width="100%">
                            <b>Elegant, Empire Mine Era Victorian INN plus Vintage, 4-Story BARN, the Latter a Separate and Dramatic, Loft-Style</b></td>
                        </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                    <td width="100%">
                        <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#000000">
                            <tr>
                                <td width="100%">
                                    <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#909090">
                                        <tr>
                                            <td width="507" valign="top">
                                                <form name="Oneslideform" >
                                                <TABLE align="center" width="507" border="0" cellspacing="0" cellpadding="0" bordercolor="#000000">
<TR align="center" height="411"><TD bgcolor="#000000" ><div align="center">
<img src="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph040122785_04282009.jpg" name="Oneshow" style="filter:progid:DXImageTransform.Microsoft.Fade(duration=2)" border="0"></DIV></TD></TR>

<tr height="25">
	<td bgcolor="#000000" align="center">
		<table width="100%">
			<tr>
				<td align="center"><select name="Oneslide" onChange="Onechange();" size="1"><OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph040122785_04282009.jpg"  selected>Gated Compound Entry</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph160348718_05092009.jpg">Barn/Garage Side View</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph160501593_05092009.jpg">Barn Side View</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph140402219_04272009.jpg">4-Story 19th Century Barn</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph144520323_04272009.jpg">Barn Weathervane Detail</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph160541375_05092009.jpg">Barn Weathervane </OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph035829723_04282009.jpg">Wisteria Barn</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph041828551_04282009.jpg">Barn from School Street</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph154148978_04272009.jpg">Pool View of Barn</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph151740478_04272009.jpg">Barn Eastern Deck</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph152314353_04272009.jpg">"Das Barn" Deck Entry </OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph153626119_04272009.jpg">Expansive Barn Deck </OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph211501843_04272009.jpg">Eastern View from Barn </OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph181552056_05042009.jpg">Deck View of Mermaid Pool</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph181743212_05042009.jpg">Pool & Spa from Barn</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph035629926_04282009.jpg">School Street Facade</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph035728051_04282009.jpg">School Street Front Ramp</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph152908385_04272009.jpg">School Street Door Detail</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph153028541_04272009.jpg">A Peak Into the Barn</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph153241447_04272009.jpg">Front Door Interior View</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph035958926_04282009.jpg">Warm Front Entry </OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph163356775_04272009.jpg">Dramatic Lighting</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph163523775_04272009.jpg">Phantom Screening</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph163631182_04272009.jpg">Light and Space</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph163911665_04272009.jpg">Table with Fresh Lilacs</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph164329053_04272009.jpg">1st Floor Great Room</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph164421959_04272009.jpg">1st Floor Panorama</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph170009160_04272009.jpg">1st Floor Toward Dining</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph170123332_04272009.jpg">Industrial Exposed Piping</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph170656113_04272009.jpg">A Place to Relax</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph170415066_04272009.jpg">Warm Hardwood Floors</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph170540816_04272009.jpg">1st Floor Living Drama</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph172253238_04272009.jpg">"Dernier Cri" Ceiling </OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph163803166_04272009.jpg">Great Room Dining</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph164239819_04272009.jpg">Dining View</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph164020055_04272009.jpg">Dining Antler Chandelier</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph173033285_04272009.jpg">Gas Ventilation Piping</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph164123054_04272009.jpg">Dining Gas Fireplace</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph172636848_04272009.jpg">Kitchen Panorama</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph172406379_04272009.jpg">Kitchen Granite Sink</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph172521848_04272009.jpg">Natural Barn Wood Counter</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph172748566_04272009.jpg">Natural Wood Back Splash </OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph172916644_04272009.jpg">Window-lit Side Counter</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph173359035_04272009.jpg">Kitchen Elevator</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph173244598_04272009.jpg">Open Kitchen Elevator</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph173527410_04272009.jpg">Elevator Lighting & Phone</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph173636113_04272009.jpg">Interior Stained Glass</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph153134510_04272009.jpg">Oil Baron's Stained Glass</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph171048426_04272009.jpg">One of Two Barn Offices</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph191506101_04272009.jpg">2nd Story Guest Bedroom</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph191710820_04272009.jpg">2nd Story Great Room</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph192000945_04272009.jpg">2nd Story Jigsaw Flooring</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph192116336_04272009.jpg">2nd Story Great Room</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph192230695_04272009.jpg">Spiral Stairs & Elevator</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph192327367_04272009.jpg">Staircase Detail</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph192437242_04272009.jpg">View UP UP To 4th Story</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph192616851_04272009.jpg">From Below Catwalk</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph192752976_04272009.jpg">Top Story Catwalk</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph224003620_04272009.jpg">Loft Stained Glass</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph192929117_04272009.jpg">3rd Story Master Bedroom</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph193033117_04272009.jpg">Master Gas Fireplace</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph193132851_04272009.jpg">Master Bath Detail</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph193245617_04272009.jpg">Master Bath Shower</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph193401945_04272009.jpg">Master Claw Foot Tub</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph193513929_04272009.jpg">Master Double Sinks</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph202416519_04272009.jpg">Screened View To Gate</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph201121128_04272009.jpg">Barn Carport & Garage</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph201248628_04272009.jpg">Barn Garage Entry</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph200015832_04272009.jpg">Garage Elevator Entry</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph204852484_04272009.jpg">Garage Lit Elevator Entry</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph201833363_04272009.jpg">School St. Compound Wall </OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph224701191_04272009.jpg">Whimsical Owl Detail</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph200824550_04272009.jpg">Enclosed Guest Parking</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph200942660_04272009.jpg">Parking Entry To Inn</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph153457025_04272009.jpg">Parking View of Pool</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph145001791_04272009.jpg">Barn View of Pool</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph145650728_04272009.jpg">35'x20' Mermaid Pool/Spa</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph150245994_04272009.jpg">Pool's Tiled Mermaid </OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph200445269_04272009.jpg">View of Inn from Barn</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph153724963_04272009.jpg">Rear View of Inn</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph204547312_04272009.jpg">Poolside View of Inn</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph135947656_04272009.jpg">Inn Front Entry on Church</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph150123135_04272009.jpg">Corner View of Inn</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph154330447_04272009.jpg">Close-up of Inn Porch</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph152807338_04272009.jpg">Victorian Wicker Porch </OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph205421874_04272009.jpg">Inn Parlor Fireplace</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph205546140_04272009.jpg">Parlor Vignette</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph205659046_04272009.jpg">Parlor Period Elegance</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph205827921_04272009.jpg">Lola Montez Suite</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph210005109_04272009.jpg">A la Lola!</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph210130609_04272009.jpg">La Lola's Jet Tub Bath</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph210258952_04272009.jpg">Arts and Crafts Dining</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph210419515_04272009.jpg">Dining Room Panorama</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph210536390_04272009.jpg">Arts and Crafts Cabinetry</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph210659515_04272009.jpg">Cabinetry Metal Artistry</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph211713062_04272009.jpg">Number 3 is for Marilyn!</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph211842640_04272009.jpg">Where Dreams are Made!</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph212039921_04272009.jpg">Marilyn's Private Deck!</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph212235484_04272009.jpg">The Wedding Suite</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph212435234_04272009.jpg">A Place to Relax</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph212616218_04272009.jpg">Wedding Suite Bath</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph212820515_04272009.jpg">Jet Bath Detail</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph212938609_04272009.jpg">The Perfect Innkeeper!</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph213203484_04272009.jpg">Sally Stanford's Suite</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph152005099_04292009.jpg">San Francisco Elegance</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph213555296_04272009.jpg">Sally's Fireside Chair</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph213733202_04272009.jpg">Through a Looking Glass</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph213915265_04272009.jpg">An Adjoining Patio</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph214058092_04272009.jpg">Awaiting Sally</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph214341029_04272009.jpg">Sally's Special Bath</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph214511935_04272009.jpg">Bath Perfection</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph211038593_04272009.jpg">Handsome Bay Window</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph214923560_04272009.jpg">Bright Inn Kitchen </OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph215048013_04272009.jpg">Wolf Cooking at the Inn</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph215201435_04272009.jpg">Inn Kitchen Flooring</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph214754060_04272009.jpg">Wolf's Hood Detail</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph211307749_04272009.jpg">Perfect Kitchen Window</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph150655119_04272009.jpg">Inn Kitchen Exterior</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph150837760_04272009.jpg">Quaint Inn Derriere  </OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph150944947_04272009.jpg">Perfect Inn Vignette</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph215356341_04272009.jpg">The Inn & The Redwood!</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph160949718_05092009.jpg">Dusk at the Inn</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_4250995329P_ph160853718_05092009.jpg">Barn Eve</OPTION>
</select>
				</td>
				<td align="center" bgcolor="#000000" height="25"><DIV align="center">
<INPUT type=button onClick="Oneprevious();" value="<<" title="Previous" id=button1 name=button1>
<INPUT type=button name="Oneslidebutton" onClick="Oneap(this.value);" value="Stop" title="AutoPlay">
<INPUT type=button onClick="Onenext();" value=">>" title="Next" id=button1 name=button1>
</DIV>

				</td>
				<td align="center" bgcolor="#000000">
				</td>
			</tr>
		</table>
	</td>
</tr>
</TABLE>
                                                
                                                <table border="0" cellpadding="3" cellspacing="0" width="100%" bgcolor="#000000">
<tr><td class="addresstext" align="center" bgcolor="#000000">Between Church and School Streets, Historic Grass Valley, CA 95945<br /><br /></td></tr></table>
                                                <table border="0" cellpadding="3" cellspacing="0" width="100%" bgcolor="#000000">
<tr><td class="featuresbartext"><b>Features:</b></td></tr></table><table border="0" cellpadding="3" cellspacing="0" width="100%" bgcolor="#000000"><tr><td class="table1text"><ul>
<li>10 Bedrooms, 6 Full Baths, 2 Half Baths</li><li>Inn Offers 1 Suite with 2 Guest Rooms/Private Bath plus 3 other Guest Rooms, All with Private Baths</li><li>4-Story Barn/Loft-Style Home with CUSTOM ELEVATOR Offers 5 Bedrooms, 2 Full Baths &amp; 2 Half Baths</li><li>Inviting 35'x20' MERMAID POOL &amp; SPA Plus 5 Marked, Off-Street Parking Places for Inn Guests</li><li>Barn/Loft Provides Over-Sized 2,060 sq. ft. GARAGE Accommodating at least 6 Cars</li><li>INN (2,885 sq.ft.); BARN/LOFT (3,974 sq.ft.).  TROPHY Property Priced at only $199/sq.ft.!</li><li>MLS# 40407139</li></ul></td></tr></table>
                                                
                                                
<table border="0" cellpadding="10" cellspacing="0" width="100%" bgcolor="#909090"><tr><td class="table2text"  align="left"><span class="largetextcolor">Remarks:</span><br /><iframe src="http://www.kimagent.com/Custom/JohannaWelty/GoldRushPairExtraordinaire_com.html" frameborder="0" width="480" height="2270"></iframe></td></tr></table>
                                                </form>
                                            </td>
                                            <td align="center" width="231" valign="top" bgcolor="#909090">
                                                <table align="center" border="0" cellpadding="0" cellspacing="1" width="100%" bgcolor="#909090">
                                                    
                                                    <tr><td class="pricetext" align="center" bgcolor="#000000"><b>$950000 (Just Reduced!)</b></td></tr>
                                                    <tr><td align="center"><a class="a2a_dd" href="http://www.addtoany.com/share_save?linkname=&amp;linkurl=http%3A%2F%2Fwww.GoldRushPairExtraordinaire.com%2Findex.asp"><img src="images/share_this_listing.gif" border="0" alt="Share/Save/Bookmark"/></a><script type="text/javascript">a2a_linkname=document.title;a2a_linkurl="http://www.GoldRushPairExtraordinaire.com/index.asp";a2a_onclick=1;</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script></td></tr>
                                                    <tr><td align="center"><table border="0" width="95%" height="50" id="table2" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF" style="border: 1px solid #000000"><tr><td align="right"><span style="font-size: 12px;">Music:&nbsp;</span><td><embed src="/music/tinyplayer.swf" flashvars="filename=/music/CDGuy_Mascagni2.mp3&AutoLoad=Y&AutoPlay=Y&MusicLoop=Y" quality="high" bgcolor="white" width="76" height="25" name="tinymp3" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" /></td></tr>
</table></td></tr>
                                                    <tr><td align="center" valign="middle">
<table border="0" cellspacing="0" cellpadding="0" width="100%" bgcolor="#000000"><tr><td align="center">
<table border="0" cellspacing="1" cellpadding="1" width="100%" bgcolor="#909090">
<tr><td width="100%"><font class="generaltextwhite"><b>&nbsp;Quick Links</b></font></td></tr>
<tr><td>
<table border="0" cellspacing="1" cellpadding="0" bgcolor="#909090" width="100%">
<!--QLSTART--><tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="vtlink" href="javascript:popup('reports.asp?prop=WELJ7707121724P_4250995329P','reports','YES',800,600)"><b>CALLING ALL FENCE-SITTERS!</b></a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink" href="http://www.NevadaCountyGold.com" target="_blank"><b>Nevada County GOLD: 2008-2009 Official Guide to Nevada County</b></a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink" href="http://www.grassvalleychamber.com" target="_blank"><b>Grass Valley/Nevada County Chamber of Commerce</b></a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink" href="http://www.ncerc.org" target="_blank"><b>Nevada County Economic Resource Council (ERC)</b></a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="vtlink" href="http://nswinecountry.com" target="_blank"><b>Northern Sierra Wine Country Association</b></a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink" href="http://www.historicgrassvalley.com" target="_blank"><b>Historic Grass Valley</b></a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink" href="http://www.empiremine.org" target="_blank"><b>Empire Mine State Historic Park</b></a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink" href="http://www.musicinthemountains.com" target="_blank"><b>Music in the Mountains</b></a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink" href="http://www.beale.af.mil/newcomerinfo/" target="_blank"><b>Nearby Beale Air Force Base</b></a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="vtlink" href="http://www.BedandBreakfastFinancing.com" target="_blank"><b>B&B / Inn Financing</b></a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="vtlink" href="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_doc34909P.doc" target="_blank"><b>CONFIDENTIALITY AGREEMENT for Prospective Buyers</b></a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink" href="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD127/WELJ7707121724P_doc113435A.doc" target="_blank">Listing Agent / Background Information</a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink" href="javascript:popup('http://maps.google.com/maps?f=q&hl=en&q=Between%2BChurch%2Band%2BSchool%2BStreets,+Historic%2BGrass%2BValley,+CA+95945','Map','YES',800,600)">View Map</a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink" href="javascript:popup('http://maps.google.com/maps?f=q&hl=en&q=Between%2BChurch%2Band%2BSchool%2BStreets,+Historic%2BGrass%2BValley,+CA+95945&ie=UTF8&z=15&t=k&om=1','Map','YES',800,600)">Satellite Photo</a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink" href="javascript:popup('http://historicgrassvalleyca.areatour.com','Tour','YES',800,600)">Take an Area Tour</a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink" href="javascript:popup('http://nces.ed.gov/globallocator/index.asp?search=1&State=&city=&zipcode=95945&miles=&itemname=&sortby=name&School=1&PrivSchool=1&Status=Loading+Libraries...&Records=16','Schools','YES',800,600)">Local Schools</a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink" href="javascript:popup('LD_window.asp?type=emaillisting&id=WELJ7707121724P_4250995329P','LD_window','YES',600,450)">Email This Listing</a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink" href="http://www.poltools.net/builder/flyer/pdfflyer.ashx?oid=48542&ot=101" target="_blank">Print Flyer</a></td></tr></table>
</td></tr>
<!--QLEND--></table>
</td></tr>
</table></td></tr></table></td></tr>

                                                    
                                                    <tr><td align="center"><img src="http://www.listingdomains.com/system_data/Agent_doc_library/Agent1/WELJ7707121724P.jpg" width="125" border="0" /></td></tr>
<tr><td align="center" class="table2text"><span class="largetextcolor">Johanna Welty<br />Boutique Hospitality Consultant, Marketing and Sales Specialist</span>
<br /><b>925.708.4505 (Cell)</b>
<br /><span class="textnote">BoutiqueHospitality@Hotmail.com</span>

<br /><br /><a class="bodylink cb_iframe" href="/ls/forms/ContactAgent.aspx?aid=954&oid=48542&ot=101" rel="nofollow">Contact Me</a>
<br /><a class="bodylink" href="http://www.CaliforniaInnSpecialist.com" target="_blank">Visit My Website</a>
<br /><a class="bodylink" href="http://www.listingserver.com/HotSheet.aspx?aid=954">View My Other Listings</a>
<br /><a class="bodylink" href="javascript:popup('http://www.listingdomains.net/LD_window.asp?type=bio&id=WELJ7707121724P_4250995329P','LD_window','YES',550,460)">About Johanna Welty</a><br />
                                                    <tr><td align="center"><br /><table align="center" border="0" cellpadding="1" cellspacing="0" width="90%" bgcolor="#000000"><tr><td><table align="center" border="0" cellpadding="3" cellspacing="2" width="100%" bgcolor="#FFFFFF"><tr><td align="center"><img src="transparent.gif" width="1" height="20" border="0" /></td></tr><tr><td align="center"><a class="officelink" href="http://www.CaliforniaInnSpecialist.com" target="_blank"><b>California Boutique Hospitality Sales</b></a><br /><span class="smalltext">PO Box 902<br />Alamo, CA 94507</span><br /><b>925.708.4505</b></td></tr></table></td></tr></table></td></tr>
                                                </table>
                                            </td>
                                        </tr>
                                    </table>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr><td><table align="center" style="border-top: 2px solid #000000" cellpadding="4" cellspacing="0" width="100%" bgcolor="#FFFFFF">
<tr><td align="center" valign="middle" width="17%"><img src="http://www.listingdomains.com/images/Designation_logos/REALTOR.jpg" /></td>
<td align="center" valign="middle" width="17%"><img src="http://www.listingdomains.com/images/Designation_logos/MLS-REALTOR.jpg" /></td>
<td align="center" valign="middle" width="17%"><img src="http://www.listingdomains.com/images/Designation_logos/E-PRO.jpg" /></td>
<td align="center" valign="middle" width="17%"><img src="http://www.listingdomains.com/images/Designation_logos/SRES.jpg" /></td>
<td align="center" valign="middle" width="17%"><img src="http://www.listingdomains.com/images/Designation_logos/RELO.jpg" /></td>
<td align="center" valign="middle" width="17%"><img src="http://www.listingdomains.com/images/Designation_logos/EQUAL_HOUSING.jpg" /></td>
</tr></table></td></tr>
                
<tr><td><table border="0" cellpadding="3" cellspacing="0" width="100%" bgcolor="#000000"><tr><td class="disclaimertabletext"><br /><img border="0" align="left" width="25" src="http://www.listingdomains.net/images/equalhouse.gif">
<span class="textnote">DRE Lic. # 01307696<br />&copy;&nbsp;2012 Properties Online, LLC, Patent No. US 6,760,707. The above information including square footage is based on data received from the seller and/or from public sources. This information is deemed reliable but has not been independently verified and cannot be guaranteed. Prospective buyers are advised to verify information to their own satisfaction prior to purchase. By providing links to other sites Properties Online, LLC does not guarantee, approve or endorse the information or products available at these sites, nor does a link indicate any association with or endorsement by the linked site to the agent, brokerage, brand or  Properties Online, LLC. Powered by <a class="disclaimerlink" href="http://www.listingdomains.com/">ListingDomains.com</a>.</span></td></tr></table></td></tr>
            </table>
        </td>
    </tr>
</table>
</center>

<!--START GOOGLE ANALYTIC--><script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">_uacct = "UA-752021-2";urchinTracker("GoldRushPairExtraordinaire.com");</script><script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript">try{var pageTracker = _gat._getTracker("UA-17056658-1");pageTracker._trackPageview("GoldRushPairExtraordinaire.com");} catch(err) {}</script><!--END GOOGLE ANALYTIC--></body>
</html>

