<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="0.92">
<channel>
	<title>Echo Park, California</title>
	<link>http://echopark.net</link>
	<description>Serving Echo Park since March 1998</description>
	<lastBuildDate>Sun, 18 Feb 2007 02:01:57 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Echo Park Architects to Work in NYC?</title>
		<description>Local architects Ball-Nogues have been short listed for P.S.1 and the Museum of Modern Art (MoMA) eighth annual Young Architects Program. The winner will design PS1’s annual Summer Pavilion. Via Archinect. 

 </description>
		<link>http://echopark.net/2007/02/17/echo-park-architects-to-work-in-nyc/</link>
			</item>
	<item>
		<title>&#8220;When I say the word &#8216;Santa,&#8217; Cora gets excited&#8221;</title>
		<description>The Echo Park Animal Alliance annual fundraiser, dog portraits with Santa, earned a good story in the L.A. Times. Check out the print edition for a couple of photos sans the ExP frieze above Santa’s head that was cropped out by the paper.
 </description>
		<link>http://echopark.net/2006/12/11/when-i-say-the-word-santa-cora-gets-excited/</link>
			</item>
	<item>
		<title></title>
		<description>Elizabeth Stromme 59 was the author of Joe’s Word, an excellent tale from the last Echo Park.
Previously. </description>
		<link>http://echopark.net/2006/12/11/206/</link>
			</item>
	<item>
		<title>Echo Park Holiday Parade</title>
		<description>Head down to Sunset Blvd this Saturday, December 9th from 12-3 PM for the this year's holiday event! </description>
		<link>http://echopark.net/2006/12/06/echo-park-holiday-parade/</link>
			</item>
	<item>
		<title>Pet Photos with Santa $10</title>
		<description>Well mannered humans and their dogs are welcome to attend the annual Echo Park Animal Alliance fund raiser at the Echo Park Pottery Sale this Sunday December 10, 12-5pm. </description>
		<link>http://echopark.net/2006/12/06/pet-photos-with-santa-10/</link>
			</item>
	<item>
		<title>The Bohemian Havens of Elysian Heights</title>
		<description>Coming this Sunday is the 2006 Historic Echo Park Home Tour.

A home designed and built the late architectural photographer Maynard L. Parker will be one of the featured properties at this year's Historic Echo Park Home Tour on Sunday, Nov. 12. 
The year's theme, "The Bohemian Havens of Elysian Heights" ...</description>
		<link>http://echopark.net/2006/11/09/the-bohemian-havens-of-elysian-heights/</link>
			</item>
	<item>
		<title>Delta Street</title>
		<description>In response to Tuesday’s L.A. Times article on one   Delta Street family struggling to find affordable housing in Los Angeles, Hexod.us thoughtfully asks, “Is Rent Really a Racial Issue?” </description>
		<link>http://echopark.net/2006/10/25/202/</link>
			</item>
	<item>
		<title>Dave Z</title>
		<description>After reading the L.A. Observed post on friend and neighbor Dave Z, I ran out and grabbed a copy of the November issue of Los   Angeles magazine. I laughed out loud when I turned to page 86 and saw Dave’s photo—just as I’d expected—looking like the quote to ...</description>
		<link>http://echopark.net/2006/10/22/dave-z/</link>
			</item>
	<item>
		<title>Echo Park Farmers Market</title>
		<description>Finally, after years of trying, Echo Park is getting its very own certified Farmers’ Market! 
Join your neighbors for the Grand Opening Carrot Cutting Ceremony on Friday, October 13th, at 3pm.
Fresh fruits and vegetables direct from farmers can be found in city parking lot #663 at Logan 1/2 block south of ...</description>
		<link>http://echopark.net/2006/10/09/echo-park-farmers-market/</link>
			</item>
	<item>
		<title>Great Horned Owls Celebrate Dodger Post Season</title>
		<description>Big fans of the New York Mets, the two Bubo virginianus behind our house in Elysian Park celebrated the teams win early this morning. Throughout the course of the baseball season only the deep calls of the male owl could be heard after dark and we had feared for the ...</description>
		<link>http://echopark.net/2006/10/08/great-horned-owls-celebrate-dodger-post-season/</link>
			</item>
</channel>
</rss>

<SCRIPT language="Javascript">
<!--

// FILE ARCHIVED ON 20070223135407 AND RETRIEVED FROM THE
// INTERNET ARCHIVE ON 20080525100555.
// JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
// ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
// SECTION 108(a)(3)).

   var sWayBackCGI = "http://web.archive.org/web/20070223135407/";

   function xResolveUrl(url) {
      var image = new Image();
      image.src = url;
      return image.src;
   }
   function xLateUrl(aCollection, sProp) {
      var i = 0;
      for(i = 0; i < aCollection.length; i++) {
         if (typeof(aCollection[i][sProp]) == "string") { 
          if (aCollection[i][sProp].indexOf("mailto:") == -1 &&
             aCollection[i][sProp].indexOf("javascript:") == -1) {
            if(aCollection[i][sProp].indexOf("http") == 0) {
                aCollection[i][sProp] = sWayBackCGI + aCollection[i][sProp];
            } else {
                aCollection[i][sProp] = sWayBackCGI + xResolveUrl(aCollection[i][sProp]);
            }
         }
         }
      }
   }

   xLateUrl(document.getElementsByTagName("IMG"),"src");
   xLateUrl(document.getElementsByTagName("A"),"href");
   xLateUrl(document.getElementsByTagName("AREA"),"href");
   xLateUrl(document.getElementsByTagName("OBJECT"),"codebase");
   xLateUrl(document.getElementsByTagName("OBJECT"),"data");
   xLateUrl(document.getElementsByTagName("APPLET"),"codebase");
   xLateUrl(document.getElementsByTagName("APPLET"),"archive");
   xLateUrl(document.getElementsByTagName("EMBED"),"src");
   xLateUrl(document.getElementsByTagName("BODY"),"background");
   var forms = document.getElementsByTagName("FORM");
   if (forms) {
       var j = 0;
       for (j = 0; j < forms.length; j++) {
              f = forms[j];
              if (typeof(f.action)  == "string") {
                 if(typeof(f.method)  == "string") {
                     if(typeof(f.method) != "post") {
                        f.action = sWayBackCGI + f.action;
                     }
                  }
              }
        }
    }


//-->
</SCRIPT>

