<!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>San Francisco, CA   - presented by Quick and Easy WEBSITES!</title>
<meta name="Description" content="San Francisco real estate and homes for sale in San Francisco" />
<meta name="keywords" content="San Francisco real estate, property web site, home for sale, Quick and Easy WEBSITES!, find a home in San Francisco, listingdomains.com, www.NeighborhoodWebpage.com, community information, real estate news, maps, buyers guide, search for homes, mls, listing web site" />
<link rel="stylesheet" type="text/css" href="ld_styles.css" />
<link rel="shortcut icon" href="http://www.listingdomain.com/favicon.ico" />


<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:#CCCC99 }
	A.disclaimerlink { color:#FFFFFF }
	A.disclaimerlink:hover { color:#CCCC99 }
	A.officelink { color:#000000 }
	A.officelink:hover { color:#C0C0C0 }
	A.detailslink { color:#FFFFFF }
	A.detailslink:hover { color:#CCCC99 }
	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="#660000" style="margin:5px 1px 5px 1px;" onload="window.focus(); Onestart()">

<center>
<table border="0" cellpadding="2" cellspacing="0" width="738" bgcolor="#660000">
    <tr>
        <td>
            <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#660000">
<!---Header and title--->
                <tr><td align="center" bgcolor="#660000">
<img src="headers/Bay_Area.jpg" border="0" /></td></tr>
                <tr>
                    <td class="titletext" width=100% align="center" bgcolor="#660000" style="padding:4px">
                        <b>Neighborhood Sites -- San Francisco!</b>
                    </td>
                </tr>
<!---End Header and title--->
                <tr>
                    <td width="100%">
                        <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#660000" bordercolor="white">
                                        <tr>
<!---Left Side--->
                                            <td align="center" width="231" valign="top" bgcolor="#999966">
                                                <table align="center" border="0" cellpadding="2" cellspacing="1" width="100%" bgcolor="#999966">
<!---Translation--->
                                                    
<!---Price--->
                                                    <tr><td class="pricetext" align="center" bgcolor="#660000"><b>Welcome Home</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.NeighborhoodWebpage.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.NeighborhoodWebpage.com/index.asp";a2a_onclick=1;</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script></td></tr>
<!---Audio Tour--->
                                                    
<!---Open House--->
                                                    
<!---Agent--->
                                                    <tr><td align="center"><img src="http://www.listingdomains.com/system_data/Agent_doc_library/Agent4/WEBJ1310100135P.jpg" width="125" border="0" /></td></tr>
<tr><td align="center" class="table2text"><span class="largetextcolor">Quick and Easy<br />WEBSITES!</span>
<br />800.826.5123

<br /><br /><a class="bodylink cb_iframe" href="/ls/forms/ContactAgent.aspx?aid=5863&oid=58878&ot=101" rel="nofollow">Contact Us</a>

<br /><a class="bodylink" href="http://www.listingserver.com/HotSheet.aspx?aid=5863">View Our Other Listings</a>

<!---Office--->
                                                    <tr><td align="center"><br /><table align="center" border="0" cellpadding="1" cellspacing="0" width="90%" bgcolor="#660000"><tr><td><table align="center" border="0" cellpadding="3" cellspacing="2" width="100%" bgcolor="#FFFFFF"><tr><td align="center"><img src="http://www.listingdomains.com/POLibrary/system_data/Logo_doc_library/Logo2/151030207P.jpg" /></td></tr><tr><td align="center"><b>Properties Online</b><br /><span class="smalltext">1820 Empire Industrial Ct<br />Santa Rosa, CA 95403</span><br /><b>800.826.5123</b></td></tr></table></td></tr></table></td></tr>
<!---Links--->
                                                    <tr><td align="center" valign="middle">
<table border="0" cellspacing="0" cellpadding="0" width="100%" bgcolor="#660000"><tr><td align="center">
<table border="0" cellspacing="1" cellpadding="1" width="100%" bgcolor="#999966">
<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="#999966" width="100%">
<!--QLSTART--><tr><td bgcolor="#CCCC99">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink"href="javascript:popup('http://sanfranciscoca.areatour.com','Tour','YES',800,600)">Take an Area Tour</a></td></tr></table>
</td></tr>
<tr><td bgcolor="#CCCC99">
<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= &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="#CCCC99">
<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=mtg&id=WEBJ1310100135P_1310101343P&lang=','LD_window','YES',550,600)">Calculate Your Payment</a></td></tr></table>
</td></tr>
<tr><td bgcolor="#CCCC99">
<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=news&id=WEBJ1310100135P_1310101343P','LD_window','YES',550,600)">Real Estate News</a></td></tr></table>
</td></tr>
<tr><td bgcolor="#CCCC99">
<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=WEBJ1310100135P_1310101343P','LD_window','YES',600,450)">Email This Listing</a></td></tr></table>
</td></tr>
<tr><td bgcolor="#CCCC99">
<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=58878&ot=101" target="_blank"" target="_blank">Print Flyer</a></td></tr></table>
</td></tr>
<tr><td bgcolor="#CCCC99">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink"href="https://www.listingdomains.com/accounts/login.asp" onMouseOver="window.status='Edit';return true;" onMouseOut="window.status='';return true;" target="_blank">Agent Login</a></td></tr></table>
</td></tr>
<!--QLEND--></table>
</td></tr>
</table></td></tr></table></td></tr>

                                                </table>
                                            </td>
<!---End Left Side--->
<!---Right Side--->
                                            <td valign="top" bgcolor="#999966">
                                                <form name="Oneslideform" >
                                                <!-- XML = /builder/xml/listingphotos.ashx?oid=58878&ot=101 --><script type="text/javascript">swfobject.embedSWF("POSlideshow.swf", "altContent1", "507", "475", "9.0.0","", {data_src:"/builder/xml/listingphotos.ashx?oid%3D58878%26ot%3D101%26rel%3D1",bgcolor:"660000",imgcolor:"660000",view_timer:"4",transition_timer:"0.5",has_captions:"y",has_fullscreen:"y"}, {play: "true", loop: "true", menu: "true", quality: "high", scale: "showall", salign: "", wmode: "transparent", bgcolor: "#ffffff", allowScriptAccess: "sameDomain", allowFullScreen: "true", devicefont: "false"}, {id: "altContent1", name: "altContent1", align: "middle"});</script><div id="altContent1" class="row" align="left"><TABLE align="center" width="507" border="0" cellspacing="0" cellpadding="0" bordercolor="#660000">
<TR align="center" height="343"><TD bgcolor="#660000" ><div align="center">
<img src="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD113/WEBJ1310100135P_1310101343P_ph143936196_01062010.jpg" name="Oneshow" style="filter:progid:DXImageTransform.Microsoft.Fade(duration=2)" border="0"></DIV></TD></TR>

<tr height="25">
	<td bgcolor="#660000" 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/LD113/WEBJ1310100135P_1310101343P_ph143936196_01062010.jpg"  selected>Photo 1</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD113/WEBJ1310100135P_1310101343P_ph143929509_01062010.jpg">Photo 2</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD113/WEBJ1310100135P_1310101343P_ph143932024_01062010.jpg">Photo 3</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD113/WEBJ1310100135P_1310101343P_ph143933446_01062010.jpg">Photo 4</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD113/WEBJ1310100135P_1310101343P_ph143934915_01062010.jpg">Photo 5</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD113/WEBJ1310100135P_1310101343P_ph143938055_01062010.jpg">Photo 6</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD113/WEBJ1310100135P_1310101343P_ph143939384_01062010.jpg">Photo 7</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD113/WEBJ1310100135P_1310101343P_ph143940665_01062010.jpg">Photo 8</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD113/WEBJ1310100135P_1310101343P_ph143926493_01062010.jpg">Photo 9</OPTION>
</select>
				</td>
				<td align="center" bgcolor="#660000" 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="#660000">
				</td>
			</tr>
		</table>
	</td>
</tr>
</TABLE></div>
                                                <table border="0" cellpadding="3" cellspacing="0" width="100%" bgcolor="#660000">
<tr><td class="featuresbartext"><b>Video Tour</b></td></tr></table><table border="0" cellpadding="3" cellspacing="0" width="100%" bgcolor="#660000"><tr><td class="table1text" align="center"><script type="text/javascript">swfobject.embedSWF("/_media/players/VirtuetPlayer.v2.swf", "altContentVid", "500", "386", "9.0.0","", {swftoLoad:"/library/virtuets/V101/58878_101_A.swf", isPaused:"true",imgpath:"/library/LDS_Doc_Library/LDS149/58878_101_23925P868_ph_pb.JPG"}, {play: "false", loop: "false", quality: "high", scale: "showall", salign: "", wmode: "transparent", bgcolor: "#000000", allowScriptAccess: "sameDomain", allowFullScreen: "true", devicefont: "false"}, {id: "altContentVid", name: "altContentVid", align: "middle"});</script><div id="altContentVid" class="row" align="left"></div></td></tr></table>
                                                <table border="0" cellpadding="3" cellspacing="0" width="100%" bgcolor="#660000">
<tr><td class="addresstext" align="center" bgcolor="#660000">San Francisco, CA  <br /><br /></td></tr></table>
                                                <table border="0" cellpadding="3" cellspacing="0" width="100%" bgcolor="#660000">
<tr><td class="featuresbartext"><b>Features:</b></td></tr></table><table border="0" cellpadding="3" cellspacing="0" width="100%" bgcolor="#660000"><tr><td class="table1text"><ul>
<li>Great for Neighborhoods</li><li>Add Unlimited Photos</li><li>Add Unlimited Website Links</li></ul></td></tr></table>
                                                
                                                
<table border="0" cellpadding="10" cellspacing="0" width="100%" bgcolor="#999966"><tr><td class="table2text"><span class="largetextcolor">Remarks:</span><br /><div style="text-align: left;">This is a DEMO website from <a href="http://listingdomains.com/" class="ApplyClass">ListingDomains.com</a>. At ListingDomains you can create a neighborhood website in less that 5 minutes! Although our web sites were created for real estate professionals, they can also be used for products, services, events, neighborhoods or just about anything your can imagine! You can also use our free Flyer Builder program to post your product flyer on <strong>EBAY </strong>or <strong>CRAIGSLIST</strong>.Create your product webpage today!</div></td></tr></table>
                                                </form>
                                            </td>
<!---End Right Side--->
                                        </tr>
                        </table>
                    </td>
                </tr>
<!---Bottom--->
                
                
<tr><td><table border="0" cellpadding="3" cellspacing="0" width="100%" bgcolor="#660000"><tr><td class="disclaimertabletext"><br /><img border="0" align="left" width="25" src="http://www.listingdomains.net/images/equalhouse.gif">
<span class="textnote">&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("NeighborhoodWebpage.com");</script><!--END GOOGLE ANALYTIC--></body>
</html>

