<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BlinkTag Inc &#187; transit</title>
	<atom:link href="http://blinktag.com/tag/transit/feed/" rel="self" type="application/rss+xml" />
	<link>http://blinktag.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 13:00:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Google Transit Layer through Google Maps API</title>
		<link>http://blinktag.com/google-transit-layer-through-google-maps-api/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-transit-layer-through-google-maps-api</link>
		<comments>http://blinktag.com/google-transit-layer-through-google-maps-api/#comments</comments>
		<pubDate>Tue, 24 May 2011 05:36:03 +0000</pubDate>
		<dc:creator>Brendan Nee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[transit]]></category>

		<guid isPermaLink="false">http://blinktag.com/?p=1057</guid>
		<description><![CDATA[This is a followup to a post we did a while back that showed how to add the Google Transit and Google Bike layer to a google map using the Google Maps API. We&#8217;ve updated this with code based on Google Maps Javascript API version 3. Google Maps API v3 now allows you to add [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blinktag.com/wp-content/uploads/2011/05/Google-Maps-298x300.jpg" alt="" title="Google Maps" width="298" height="300" class="alignright size-medium wp-image-1062 colorbox-1057" />This is a followup to a post we did a while back that showed <a href="http://blinktag.com/add-google-bike-or-google-transit-layer-to-your-google-maps-api/">how to add the Google Transit and Google Bike layer to a google map using the Google Maps API</a>. We&#8217;ve updated this with code based on <a href="http://code.google.com/apis/maps/documentation/javascript/">Google Maps Javascript API version 3</a>.</p>
<p>Google Maps API v3 now allows you to add the <a href="http://code.google.com/apis/maps/documentation/javascript/reference.html#BicyclingLayer">Bike route layer</a> and <a href="http://code.google.com/apis/maps/documentation/javascript/reference.html#TrafficLayer">traffic layer</a> via the API, but there still isn&#8217;t an easy way to get at the transit layer.  </p>
<p style="clear:both">To add the Bike layer:</p>
<p><script src="https://gist.github.com/988233.js"> </script></p>
<p>To add the Traffic layer:<br />
<script src="https://gist.github.com/988234.js"> </script></p>
<p>However, you can use the code below to add the Google Transit layer it as a custom tile layer.  This will load the image tiles directly from Google&#8217;s servers:</p>
<p><script src="https://gist.github.com/988231.js"> </script></p>
<p>This loads the full image types, so any other styles you&#8217;ve applied to the basemap will get covered up.  Unlike Google Transit, the stations won&#8217;t be clickable and transit info won&#8217;t pop up unless you add your own markers to the map, but this should work ok for just showing transit routes.</p>
<p>You can see this technique live in our <a href="http://pwn.blinktag.com">Realtime Transit Map project</a> (also on <a href="http://github.com/brendannee/Realtime-Transit-Display">github</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/google-transit-layer-through-google-maps-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>County Connection GTFS is live on Google Maps</title>
		<link>http://blinktag.com/county-connection-gtfs-is-live-on-google-maps/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=county-connection-gtfs-is-live-on-google-maps</link>
		<comments>http://blinktag.com/county-connection-gtfs-is-live-on-google-maps/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 01:36:51 +0000</pubDate>
		<dc:creator>Brendan Nee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CCCTA]]></category>
		<category><![CDATA[Contra Costa]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google transit]]></category>
		<category><![CDATA[gtfs]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[open data]]></category>
		<category><![CDATA[transit]]></category>

		<guid isPermaLink="false">http://blinktag.com/?p=904</guid>
		<description><![CDATA[BlinkTag worked with the County Connection in Central Contra Costa County to format their schedules and routes into General Transit Feed Specification (GTFS). A GTFS file is an open specification that allows a transit agencies schedule and route information to be used by developers in a variety of applications. One of the most popular applications [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blinktag.com/wp-content/uploads/2011/02/gtfs-iphone-153x300.jpg" alt="" title="gtfs-iphone" width="153" height="300" class="alignright size-medium wp-image-905 colorbox-904" />BlinkTag worked with the County Connection in Central Contra Costa County to format their schedules and routes into <a href="https://code.google.com/transit/spec/transit_feed_specification.html">General Transit Feed Specification (GTFS)</a>.</p>
<p>A GTFS file is an open specification that allows a transit agencies schedule and route information to be used by developers in a variety of applications. One of the most popular applications that uses GTFS data is Google Map’s Transit Trip Planner. County Connection’s routes are now available on google maps website and on smartphones that have google maps available.  Also, the transit data is now open for developers to incorporate into their apps.  Examples of transit apps include <a href="http://www.routesy.com/">Routesy</a>, <a href="http://www.baytripper.org/">Bay Tripper</a> and <a href="http://anystopapp.com">Anystop</a></p>
<p>See a sample trip on google transit: <a href="http://www.google.com/maps?ie=UTF8&#038;f=d&#038;dirflg=r&#038;hl=en&#038;saddr=Walnut+Creek%2C+CA&#038;daddr=Alamo%2C+CA&#038;ttype=dep&#038;date=2%2F16%2F11&#038;time=4%3A51pm">Walnut Creek, CA to Alamo, CA</a><br />
Get raw GTFS file: <a href="http://www.gtfs-data-exchange.com/agency/county-connection/">CCCTA GTFS on GTFA Data Exchange</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/county-connection-gtfs-is-live-on-google-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Google Bike or Google Transit layer to your Google Maps API</title>
		<link>http://blinktag.com/add-google-bike-or-google-transit-layer-to-your-google-maps-api/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=add-google-bike-or-google-transit-layer-to-your-google-maps-api</link>
		<comments>http://blinktag.com/add-google-bike-or-google-transit-layer-to-your-google-maps-api/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 08:45:04 +0000</pubDate>
		<dc:creator>Brendan Nee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[bike maps]]></category>
		<category><![CDATA[biking]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[google transit]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[transit]]></category>

		<guid isPermaLink="false">http://blinktag.com/?p=746</guid>
		<description><![CDATA[Using Google Maps API you can choose between a few different background layers: Standard, Satellite, Hybrid and Physical. This is done using the setMapType() method. However, there currently isn&#8217;t a way to get display the transit or bike map layer. However, Google Maps allows you to create your own tile layer and load in into [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blinktag.com/wp-content/uploads/2010/04/Page-St-to-Harrison-St-Google-Maps.jpg"><img class="alignright size-medium wp-image-749 colorbox-746" title="Page St to Harrison St - Google Maps" src="http://blinktag.com/wp-content/uploads/2010/04/Page-St-to-Harrison-St-Google-Maps-300x153.jpg" alt="" width="300" height="153"></a>Using Google Maps API you can choose between a few different background layers: Standard, Satellite, Hybrid and Physical.  This is done using the <a href="http://code.google.com/apis/maps/documentation/introduction.html#MapTypes"><code>setMapType()</code> method</a>.</p>
<p>However, there currently isn&#8217;t a way to get display the transit or bike map layer.  However, Google Maps allows you to create your own tile layer and load in into the map.  It&#8217;s not too difficult to create your own custom tile layer and actually refer to the actual bike map or transit map tiles and load them directly from Google.</p>
<p>The URL template you need for getting bike maps is:</p>
<blockquote><p><code>http://mt1.google.com/vt/lyrs=m@121,bike&amp;hl=en&amp;x={X}&amp;y={Y}&amp;z={Z}</code></p></blockquote>
<p>and for transit maps:</p>
<blockquote><p><code>http://mt1.google.com/vt/lyrs=m@121,transit|vm:1&amp;hl=en&amp;opts=r&amp;x={X}&amp;y={Y}&amp;z={Z}</code></p></blockquote>
<p>To create your own tile layer, use one of the URL templates above:</p>
<blockquote><p><code></p>
<pre>function initialize() {
  var map = new GMap2(document.getElementById("map_canvas"));
  map.setCenter(new GLatLng(37.880002, -122.189941), 11);

  //Create new Tile Layer
  var gTileUrlTemplate = 'http://mt1.google.com/vt/lyrs=m@121,bike&#038;hl=en&#038;x={X}&#038;y={Y}&#038;z={Z}';
  var tileLayerOverlay = new GTileLayerOverlay(
    new GTileLayer(null, null, null, {
      tileUrlTemplate: gTileUrlTemplate,
      isPng:true,
      opacity:0.8
    })
  );
  map.addOverlay(tileLayerOverlay);
  }</pre>
<p></code></p></blockquote>
<p>These URLs could change at any time, so there is no guarantee that this won&#8217;t break.  You can see this in action at <a href="http://whereisbart.com">whereisbart.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/add-google-bike-or-google-transit-layer-to-your-google-maps-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MUNI real time arrival data now free and open</title>
		<link>http://blinktag.com/muni-real-time-arrival-data-now-free-and-open/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=muni-real-time-arrival-data-now-free-and-open</link>
		<comments>http://blinktag.com/muni-real-time-arrival-data-now-free-and-open/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 19:26:31 +0000</pubDate>
		<dc:creator>Brendan Nee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[muni]]></category>
		<category><![CDATA[open data]]></category>
		<category><![CDATA[real time data]]></category>
		<category><![CDATA[san francisco]]></category>
		<category><![CDATA[transit]]></category>

		<guid isPermaLink="false">http://blnktag.com/?p=600</guid>
		<description><![CDATA[Jed and I are at Datacamp SF #cadata today. MUNI announced at the event that their real time arrival information is now open and free for developers to access. Its the same data that powers nextmuni. A while back we wrote a post complaining that this data wasn&#8217;t available. We&#8217;re excited about open transit data [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blinktag.com/wp-content/uploads/2009/11/muni_xml.jpg"><img src="http://blinktag.com/wp-content/uploads/2009/11/muni_xml-300x75.jpg" alt="muni_xml" title="muni_xml" width="300" height="75" class="alignright size-medium wp-image-601 colorbox-600" /></a>Jed and I are at <a href="http://datacamp.eventbrite.com/">Datacamp SF</a> #cadata today.  MUNI announced at the event that their real time arrival information is now open and free for developers to access.  Its the same data that powers nextmuni.  A while back we <a href="http://blinktag.com/who-owns-munis-real-time-data/">wrote a post complaining that this data wasn&#8217;t available</a>.  We&#8217;re excited about open transit data in general and its great that our local transit agency is leading the way to opening up its real time data.</p>
<p><a href="http://www.sfmta.com/cms/asite/nextmunidata.htm">View the documentation &#038; data</a> on MUNIs site.</p>
]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/muni-real-time-arrival-data-now-free-and-open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlinkTag Inc Company articulated bus</title>
		<link>http://blinktag.com/blinktag-bus/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=blinktag-bus</link>
		<comments>http://blinktag.com/blinktag-bus/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 03:36:36 +0000</pubDate>
		<dc:creator>Brendan Nee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[1984]]></category>
		<category><![CDATA[articulated bus]]></category>
		<category><![CDATA[ebay]]></category>
		<category><![CDATA[MAN]]></category>
		<category><![CDATA[muni]]></category>
		<category><![CDATA[sfist]]></category>
		<category><![CDATA[transit]]></category>

		<guid isPermaLink="false">http://blnktag.com/?p=554</guid>
		<description><![CDATA[Update: SFist wrote a followup article about us and our bus. Blnktag just pimped its ride! What&#8217;s even sweeter is that we figured every hipster with $10,000 bucks would have bid on this guy, thanks to SFist.  But I guess the down economy has come to our rescue once again. Burning Man, here we come. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blinktag.com/wp-content/uploads/2009/10/Firefox-51.jpg" alt="Firefox-5" title="Firefox-5" width="638" height="393" class="alignleft size-full wp-image-574 colorbox-554" /></p>
<p><strong>Update:</strong> SFist wrote <a href="http://sfist.com/2009/10/26/muni_bus_on_ebayt_bought.php">a followup article about us and our bus</a>.</p>
<p>Blnktag just pimped its ride!</p>
<p>What&#8217;s even sweeter is that we figured every hipster with $10,000 bucks would have bid on this guy, thanks to <a href="http://sfist.com/2009/10/19/muni_bus_for_sale_on_ebay.php">SFist</a>.  But I guess the down economy has come to our rescue once again.</p>
<p>Burning Man, here we come.  (We&#8217;ll probably pull this to South By Southwest too, depending on its roadworthyness)</p>
<p><strong><br />
The stats:</strong><br />
1984 articulated MAN<br />
Make: MAN <a href="http://www.man-mn.com/en/en.jsp">Company Website</a><br />
Model: SG310-18-3A<br />
Serial:EC720800<br />
Fleet #: 6090 SF. Muni<br />
Engine: MAN pancake<br />
Fuel: diesel<br />
Transmission: 3 sp. Allison auto.<br />
Registration: non op.<br />
Top speed: 55 mph.<br />
Starter: pneumatic<br />
Tires: 50% or better<br />
Length: 60 ft.<br />
Width: 102 in.<br />
Seating: 55</p>
<p>It was in the newer version of &#8220;The Italian Job&#8221; and at least one Nelly music video.  It was mentioned in the <a href="http://www.imdb.com/title/tt0317740/goofs">IMDB &#8220;goofs&#8221; section for The Italian Job</a>:</p>
<blockquote><p>Factual errors: When Charlie is confronted by Steve in the helicopter under the freeway, the buses in the background are MUNI buses. The movie takes place in Los Angeles; MUNI is the public transportation in San Francisco.</p></blockquote>

<a href='http://blinktag.com/blinktag-bus/firefox-1/' title='Firefox-1'><img width="150" height="150" src="http://blinktag.com/wp-content/uploads/2009/10/Firefox-1-150x150.jpg" class="attachment-thumbnail colorbox-554" alt="Firefox-1" title="Firefox-1" /></a>
<a href='http://blinktag.com/blinktag-bus/firefox-2/' title='Firefox-2'><img width="150" height="150" src="http://blinktag.com/wp-content/uploads/2009/10/Firefox-2-150x150.jpg" class="attachment-thumbnail colorbox-554" alt="Firefox-2" title="Firefox-2" /></a>
<a href='http://blinktag.com/blinktag-bus/firefox-3/' title='Firefox-3'><img width="150" height="150" src="http://blinktag.com/wp-content/uploads/2009/10/Firefox-3-150x150.jpg" class="attachment-thumbnail colorbox-554" alt="Firefox-3" title="Firefox-3" /></a>
<a href='http://blinktag.com/blinktag-bus/firefox-4/' title='Firefox-4'><img width="150" height="150" src="http://blinktag.com/wp-content/uploads/2009/10/Firefox-4-150x150.jpg" class="attachment-thumbnail colorbox-554" alt="Firefox-4" title="Firefox-4" /></a>
<a href='http://blinktag.com/blinktag-bus/firefox-6/' title='Firefox-6'><img width="150" height="150" src="http://blinktag.com/wp-content/uploads/2009/10/Firefox-6-150x150.jpg" class="attachment-thumbnail colorbox-554" alt="Firefox-6" title="Firefox-6" /></a>
<a href='http://blinktag.com/blinktag-bus/firefox-7/' title='Firefox-7'><img width="150" height="150" src="http://blinktag.com/wp-content/uploads/2009/10/Firefox-7-150x150.jpg" class="attachment-thumbnail colorbox-554" alt="Firefox-7" title="Firefox-7" /></a>
<a href='http://blinktag.com/blinktag-bus/firefox-8/' title='Firefox-8'><img width="150" height="150" src="http://blinktag.com/wp-content/uploads/2009/10/Firefox-8-150x150.jpg" class="attachment-thumbnail colorbox-554" alt="Firefox-8" title="Firefox-8" /></a>
<a href='http://blinktag.com/blinktag-bus/firefox-9/' title='Firefox-9'><img width="150" height="150" src="http://blinktag.com/wp-content/uploads/2009/10/Firefox-9-150x150.jpg" class="attachment-thumbnail colorbox-554" alt="Firefox-9" title="Firefox-9" /></a>
<a href='http://blinktag.com/blinktag-bus/firefox-10/' title='Firefox-10'><img width="150" height="150" src="http://blinktag.com/wp-content/uploads/2009/10/Firefox-10-150x150.jpg" class="attachment-thumbnail colorbox-554" alt="Firefox-10" title="Firefox-10" /></a>
<a href='http://blinktag.com/blinktag-bus/firefox-11/' title='Firefox-11'><img width="150" height="150" src="http://blinktag.com/wp-content/uploads/2009/10/Firefox-11-150x150.jpg" class="attachment-thumbnail colorbox-554" alt="Firefox-11" title="Firefox-11" /></a>
<a href='http://blinktag.com/blinktag-bus/firefox-12/' title='Firefox-12'><img width="150" height="150" src="http://blinktag.com/wp-content/uploads/2009/10/Firefox-12-150x150.jpg" class="attachment-thumbnail colorbox-554" alt="Firefox-12" title="Firefox-12" /></a>
<a href='http://blinktag.com/blinktag-bus/firefox-13/' title='Firefox-13'><img width="150" height="150" src="http://blinktag.com/wp-content/uploads/2009/10/Firefox-13-150x150.jpg" class="attachment-thumbnail colorbox-554" alt="Firefox-13" title="Firefox-13" /></a>
<a href='http://blinktag.com/blinktag-bus/firefox-14/' title='Firefox-14'><img width="150" height="150" src="http://blinktag.com/wp-content/uploads/2009/10/Firefox-14-150x150.jpg" class="attachment-thumbnail colorbox-554" alt="Firefox-14" title="Firefox-14" /></a>
<a href='http://blinktag.com/blinktag-bus/firefox-5-2/' title='Firefox-5'><img width="150" height="150" src="http://blinktag.com/wp-content/uploads/2009/10/Firefox-51-150x150.jpg" class="attachment-thumbnail colorbox-554" alt="Firefox-5" title="Firefox-5" /></a>

]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/blinktag-bus/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>transit layers on a custom map?</title>
		<link>http://blinktag.com/transit-layers-on-a-custom-map/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=transit-layers-on-a-custom-map</link>
		<comments>http://blinktag.com/transit-layers-on-a-custom-map/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 19:35:24 +0000</pubDate>
		<dc:creator>jed</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[transit]]></category>

		<guid isPermaLink="false">http://blnktag.com/?p=552</guid>
		<description><![CDATA[So this might be kind of a gray area terms-of-service-wise, so do what you want with it. But if you&#8217;ve ever wondered how to mashup the Google Transit layer with your custom map, here&#8217;s how. While we aren&#8217;t advocating anybody actually do this, we&#8217;ve heard from a *confidential* source that Google implements new feature requests [...]]]></description>
			<content:encoded><![CDATA[<p><img class="colorbox-552"  src="http://blinktag.com/images/2099f95af2238a9d181650d95b6b2ec2.png"></p>
<p>So this might be kind of a gray area terms-of-service-wise, so do what you want with it.  But if you&#8217;ve ever wondered how to mashup the Google Transit layer with your custom map, <a href="http://stackoverflow.com/questions/1100858/transit-layer-in-embedded-google-searchcontrol-map">here&#8217;s how</a>.</p>
<p>While we aren&#8217;t advocating anybody actually do this, we&#8217;ve heard from a *confidential* source that Google implements new feature requests in rough proportion to the number of people who hack together stuff like this.  Just saying . . . . </p>
]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/transit-layers-on-a-custom-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial Rail map of the Bay Area streamlines and integrates the patchwork of transit</title>
		<link>http://blinktag.com/unofficial-rail-map-of-the-bay-area-streamlines-and-integrates-the-patchwork-of-transit/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=unofficial-rail-map-of-the-bay-area-streamlines-and-integrates-the-patchwork-of-transit</link>
		<comments>http://blinktag.com/unofficial-rail-map-of-the-bay-area-streamlines-and-integrates-the-patchwork-of-transit/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 08:12:23 +0000</pubDate>
		<dc:creator>Brendan Nee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bay area]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[transit]]></category>

		<guid isPermaLink="false">http://blnktag.com/unofficial-rail-map-of-the-bay-area-streamlines-and-integrates-the-patchwork-of-transit/</guid>
		<description><![CDATA[BART released a new version of its official map this week.&#160; Its a streamlined version:The folks at San Francisco Cityscape have created their own streamlined map that shows all the rail transit in the Bay Area.&#160; It makes the system look much more comprehensive and integrated than it really is.&#160; It includes BART, MUNI (streetcars [...]]]></description>
			<content:encoded><![CDATA[<p>BART released a new version of its official map this week.&nbsp; Its a streamlined version:<br /><img class="colorbox-499"  style="max-width: 800px;" src="http://blinktag.com/wp-content/uploads/2009/09/BART-Station-List.jpg" width="353" height="352" /><br />The folks at <a href="http://sfcityscape.com/">San Francisco Cityscape</a> have created their own streamlined map that shows all the rail transit in the Bay Area.&nbsp; It makes the system look much more comprehensive and integrated than it really is.&nbsp; It includes BART, MUNI (streetcars &amp; light rail), VTA light rail, ACE trains, Caltrain, &amp; Amtrak.&nbsp; See the full size <a href="http://sfcityscape.com/maps/bay_area_transit/bay_rail.pdf">pdf</a> or <a href="http://sfcityscape.com/maps/bay_area_transit/bay_rail.gif">gif</a>.<br /><a href="http://sfcityscape.com/maps/bay_area_transit/bay_rail.gif"><img class="colorbox-499"  style="max-width: 800px;" src="http://blinktag.com/wp-content/uploads/2009/09/San-Francisco-Cityscape-Urban-Planning-Design-Maps-Wallpaper-Photos-from-the-Bay-Area-Beyond-1.jpg" /></a></p>
<p>SF Cityscape has lots of other neat maps including one of <a href="http://sfcityscape.com/maps/more/NO_streetcars.gif">existing and proposed streetcar lines in New Orleans</a>.Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/maps" rel="tag">maps</a>, <a class="performancingtags" href="http://technorati.com/tag/transit" rel="tag">transit</a>, <a class="performancingtags" href="http://technorati.com/tag/bart" rel="tag">bart</a>, <a class="performancingtags" href="http://technorati.com/tag/san%20francisco" rel="tag">san francisco</a>, <a class="performancingtags" href="http://technorati.com/tag/new%20orleans" rel="tag">new orleans</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/unofficial-rail-map-of-the-bay-area-streamlines-and-integrates-the-patchwork-of-transit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Who Owns Muni&#8217;s real time data?</title>
		<link>http://blinktag.com/who-owns-munis-real-time-data/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=who-owns-munis-real-time-data</link>
		<comments>http://blinktag.com/who-owns-munis-real-time-data/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 08:34:53 +0000</pubDate>
		<dc:creator>Brendan Nee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[muni]]></category>
		<category><![CDATA[nextbus]]></category>
		<category><![CDATA[real time data]]></category>
		<category><![CDATA[san francisco]]></category>
		<category><![CDATA[transit]]></category>

		<guid isPermaLink="false">http://blnktag.com/?p=463</guid>
		<description><![CDATA[SFAppeal wrote a great article detailing the hurdles of trying to get real time info from a public transit agency. In the case of San Franciso Muni, they claim to own the data and also the desire for the public to access that. A Muni representative even mentioned that they want to provide their real [...]]]></description>
			<content:encoded><![CDATA[<p>SFAppeal <a href="http://sfappeal.com/news/2009/06/who-owns-sfmta-arrival-data.php">wrote a great article</a> detailing the hurdles of trying to get real time info from a public transit agency.</p>
<p><a href="http://blinktag.com/wp-content/uploads/2009/06/nextbus.jpg"><img src="http://blinktag.com/wp-content/uploads/2009/06/nextbus-300x225.jpg" alt="nextbus" title="nextbus" width="300" height="225" class="alignright size-medium wp-image-464 colorbox-463" /></a>In the case of San Franciso Muni, they claim to own the data and also the desire for the public to access that.  A Muni representative even mentioned that they want to provide their real time arrival data in an easy to access format.</p>
<p>Unfortunately, the data is collected by Nextbus and a completely separate company confusingly named Nextbus Information Systems claims to own the data and offers it for a modest fee of &#8220;tens of thousands of dollars per month&#8221; to any independent developers who might want to build applications using it.  There seems to be a real disagreement between Muni, Nextbus, and Nextbus Information Systems about who owns real time transit data and how developers should or shouldn&#8217;t be able to access the data.</p>
<blockquote><p>Instead of letting us see when our buses are coming, NBIS locked the arrival times in an imaginary vending machine. This would be like if advertising giant Clear Channel waltzed into the subway stations, tore down all the Muni maps, and then offered to sell them back to you at a steep markup.</p></blockquote>
<p>NextBus Information Systems was responsible for shutting down the <a href="http://www.routesy.com/">Routesy iphone application</a> and apparently keeps close tabs on who is scraping data from the nextbus site for their own applications and then tries to shut them down.  The threat of having to pay for expensive licenses has made us at BlinkTag focus our development efforts around BART and Trimet, both of which provide easy to access, developer friendly real time data. I wonder how many other apps have been shutdown or scrapped before launch.  Are there other cities that have realtime data that is available online but not available for developers to use?</p>
]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/who-owns-munis-real-time-data/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Translink may come to BART sometime within this decade</title>
		<link>http://blinktag.com/translink-may-come-to-bart-sometime-within-this-decade/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=translink-may-come-to-bart-sometime-within-this-decade</link>
		<comments>http://blinktag.com/translink-may-come-to-bart-sometime-within-this-decade/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 01:25:04 +0000</pubDate>
		<dc:creator>Brendan Nee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[BART]]></category>
		<category><![CDATA[fare payment]]></category>
		<category><![CDATA[transit]]></category>
		<category><![CDATA[translink]]></category>

		<guid isPermaLink="false">http://blnktag.com/?p=451</guid>
		<description><![CDATA[A unified fare payment medium will go a long way in unifying the Bay Area&#8217;s highly fragmented, 28-agency transit system. From a user perspective, needing to know fare rules and exact change for multiple transit systems makes the daily commute tricky and makes non-routine transit trips to new areas an exercise in information systems research. [...]]]></description>
			<content:encoded><![CDATA[<p>A unified fare payment medium will go a long way in unifying the Bay Area&#8217;s highly fragmented, 28-agency transit system.  From a user perspective, needing to know fare rules and exact change for multiple transit systems makes the daily commute tricky and makes non-routine transit trips to new areas an exercise in information systems research.  </p>
<p><img src="http://blinktag.com/wp-content/uploads/2009/06/cardInfoModuleTop.gif" alt="TransLink" title="TransLink" width="160" height="81" class="alignright size-full wp-image-452 colorbox-451" />Translink is a  &#8220;one-card to rule them all&#8221; approach to replace the existing system monthly passes, paper tickets, magnetic strips and exact change.  The system was proposed back in 1993, and and is currently in place for AC Transit, MUNI, and Golden Gate.  Twenty-Eight transit systems each with their own schedules, fares and terminology for passes (Eco Pass, EZRider, Fast Pass, etc) doesn&#8217;t really make riding transit easier.</p>
<p>Recently, BART hinted that they might be ready to roll out TransLink as soon as a year from now, which would put that in mid-2010.  London&#8217;s had a <a href="http://en.wikipedia.org/wiki/Oyster_card#Roll-out_history">system-wide Oyster Card in 2003</a> and <a href="http://en.wikipedia.org/wiki/Octopus_card#History">Hong Kong&#8217;s Octopus Card launched to the public in 1997</a>.  </p>
<p><a href="http://www.contracostatimes.com/traffic/ci_12571572?nclick_check=1&#038;forced=true">Lawsuits and vendor issues have stalled BARTs adoption of Translink</a>, and it seems like the recent launch <a href="http://easyrider.bart.gov">BARTs own EZRider smart card</a> will only serve to confuse riders.  Recently, the issue of fare revenue &#8220;float&#8221; has led to the establishment of a BART specific &#8220;e-purse&#8221;. (Will I need an &#8220;e-purse&#8221; to ride &#8220;<a href="http://www.ebartproject.org">E-BART</a>&#8220;)</p>
<p>Hopefully BART will get TransLink rolled out by the Oyster Cards 10 year anniversary and before the next siginificant fare payment technology replaces RFID.  Rumors are flying around that <a href="http://sfappeal.com/news/2009/06/translink-jam.php">a &#8220;Soft launch&#8221; of TransLink on BART may happen soon</a>, meaning it might just start working without them telling anyone about it..  We&#8217;ll post an update here with our results if this happens.</p>
]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/translink-may-come-to-bart-sometime-within-this-decade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tell us what you think</title>
		<link>http://blinktag.com/tell-us-what-you-think/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tell-us-what-you-think</link>
		<comments>http://blinktag.com/tell-us-what-you-think/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 21:51:09 +0000</pubDate>
		<dc:creator>jed</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[BART]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[transit]]></category>

		<guid isPermaLink="false">http://blnktag.com/?p=445</guid>
		<description><![CDATA[To our loyal blog readers &#8211; this isn&#8217;t quite ready for production, but I wanted to explore BART&#8217;s new open data feed and do something fun. Comments, thoughts, appreciated. A few known issues: We&#8217;re still working on getting the real time feed up. Soon. The design isn&#8217;t great. We&#8217;ll be rolling out new ways to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://whereisbart.com/"><img class="colorbox-445"  src="http://blinktag.com/images/b49b2b0ea553e0af17a5ef8acbc9ee74.png"></a></p>
<p>To our loyal blog readers &#8211; this isn&#8217;t quite ready for production, but I wanted to explore <a href="http://bart.gov/schedules/developers/etas.aspx">BART&#8217;s new open data feed</a> and do <a href="http://whereisbart.com">something fun</a>.</p>
<p>Comments, thoughts, appreciated.  A few known issues:</p>
<p><strong>We&#8217;re still working on getting the real time feed up.</strong> Soon.</p>
<p><strong>The design isn&#8217;t great.</strong> We&#8217;ll be rolling out new ways to visualize the data soon, and include an extra layer showing stations.  </p>
]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/tell-us-what-you-think/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BART Transit ads pwn the Apple Store</title>
		<link>http://blinktag.com/bart-transit-ads-pwn-the-apple-store/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bart-transit-ads-pwn-the-apple-store</link>
		<comments>http://blinktag.com/bart-transit-ads-pwn-the-apple-store/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 00:49:45 +0000</pubDate>
		<dc:creator>Brendan Nee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[BART]]></category>
		<category><![CDATA[san francisco]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[transit]]></category>

		<guid isPermaLink="false">http://blnktag.com/?p=438</guid>
		<description><![CDATA[Via TechCrunch: Apple may be known for its advertising prowess, but this little marketing coup is going to go down as one of the most hilarious ad placements in recent history. doubleTwist, the company co-founded by renowned software reverse engineer DVD Jon, has managed to place a banner for its product directly next to the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techcrunch.com/2009/06/05/apple-gets-pwned-sf-store-is-now-advertising-dvd-jons-doubletwist">Via TechCrunch:</a></p>
<blockquote><p> Apple may be known for its advertising prowess, but this little marketing coup is going to go down as one of the most hilarious ad placements in recent history. doubleTwist, the company co-founded by renowned software reverse engineer DVD Jon, has managed to place a banner for its product directly next to the main entrance to Apple’s flagship San Francisco store.<br />
<a href="http://www.techcrunch.com/2009/06/05/apple-gets-pwned-sf-store-is-now-advertising-dvd-jons-doubletwist">Read the rest on TechCrunch</a></p></blockquote>
<p>In San Francisco, there is a BART entrance right below Apple&#8217;s flagship store.  Its one of the more urban BART station entrances, it reminds me more of something you&#8217;d see in New York or London than SF with most stations having entrances  in the middle of the sidewalk instead of embedded into a building.</p>
<p>Apparently, the window of this BART entrance hasn&#8217;t been used before for advertising, but with buget cuts, I&#8217;d imagine transit agencies are looking for new sources of revenue and every surface is a potential ad space.  This space must be particularly valuable and I find it very impressive that the first ad that got put there was for a product that will allow moving of an itunes library to a non-apple device.  </p>
<p>The ad is well done and blends nicely with the Apple store, i wonder how many Union Square shoppers will visit doubletwist.com thinking it has been sanctioned by Apple.</p>
<p><a href="http://www.techcrunch.com/2009/06/05/apple-gets-pwned-sf-store-is-now-advertising-dvd-jons-doubletwist"><img class="alignnone size-full wp-image-439 colorbox-438" title="applead" src="http://blinktag.com/wp-content/uploads/2009/06/applead.png" alt="applead" width="630" height="945" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/bart-transit-ads-pwn-the-apple-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>if the chron gets it, it must be obvious</title>
		<link>http://blinktag.com/if-the-chron-gets-it-it-must-be-obvious/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=if-the-chron-gets-it-it-must-be-obvious</link>
		<comments>http://blinktag.com/if-the-chron-gets-it-it-must-be-obvious/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 02:44:19 +0000</pubDate>
		<dc:creator>Jed Horne</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bay area]]></category>
		<category><![CDATA[chronicle]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[san francisco]]></category>
		<category><![CDATA[transit]]></category>
		<category><![CDATA[translink]]></category>

		<guid isPermaLink="false">http://blnktag.com/?p=366</guid>
		<description><![CDATA[Maybe spreading common sense ideas and stating the obvious is a way for San Francisco&#8217;s most widely read fishwrapper to avoid the fate of other dailies, but I guess it&#8217;s good that they finally figured it out: MAYBE HAVING 26 TRANSIT AGENCIES IS BAD FOR BAY AREA COMMUTERS. Like, duh. Sarcasm aside, turns out that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://visualcomplexity.com"><img class="colorbox-366"  src="http://blinktag.com/images/fadbe23321f2c5464ac5aa7cf4093fd1.png"></a></p>
<p>Maybe spreading common sense ideas and stating the obvious is a way for San Francisco&#8217;s most widely read fishwrapper to <a href="http://www.nytimes.com/2009/03/17/business/media/17paper.html?hp">avoid the fate of other dailies</a>, but I guess it&#8217;s good that they finally figured it out:</p>
<p><a href="http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2009/03/26/BASO16N0CS.DTL">MAYBE HAVING 26 TRANSIT AGENCIES IS BAD FOR BAY AREA COMMUTERS</a>. Like, duh.</p>
<p>Sarcasm aside, turns out that <a href="http://mtc.ca.gov">MTC</a> is making noise about actually fixing the problems of route overlap, uncoordinated planning, and general inefficiency in our public transportation network.  Maybe the new plans will work <a href="http://www.akit.org/2007/06/translink-card-bay-area-how-i-would-fix.html">better than Translink did</a>.  One can hope.</p>
]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/if-the-chron-gets-it-it-must-be-obvious/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BART is the biggest in the world</title>
		<link>http://blinktag.com/bart-is-the-biggest-in-the-world/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bart-is-the-biggest-in-the-world</link>
		<comments>http://blinktag.com/bart-is-the-biggest-in-the-world/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 13:09:44 +0000</pubDate>
		<dc:creator>Brendan Nee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[BART]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[subways]]></category>
		<category><![CDATA[transit]]></category>

		<guid isPermaLink="false">http://blnktag.com/?p=340</guid>
		<description><![CDATA[I just saw a very interesting post with scaled maps of major subway/metro systems of the world over at fakeisthenewreal.com.  BART appears to be the largest system in the world by reach.  BART is sort of a hybrid between a traditional metro system and a commuter rail system. I&#8217;m never sure if its the best [...]]]></description>
			<content:encoded><![CDATA[<p>I just saw a very <a href="http://www.fakeisthenewreal.org/subway/">interesting post with scaled maps of major subway/metro systems</a> of the world over at fakeisthenewreal.com.  BART appears to be the largest system in the world by reach.  BART is sort of a hybrid between a traditional metro system and a commuter rail system.  I&#8217;m never sure if its the best of both worlds or the worst.  A few examples are below for comparison.</p>
<div style="background:#FFFFFF; padding:10px;">
<img src="http://blinktag.com/wp-content/uploads/2009/03/paris4a.gif" alt="paris4a" title="paris4a" width="115" height="98" class="alignnone size-full wp-image-344 colorbox-340" /><br />
Paris<br />
<img src="http://blinktag.com/wp-content/uploads/2009/03/nyc4bf.gif" alt="nyc4bf" title="nyc4bf" width="306" height="311" class="alignnone size-full wp-image-343 colorbox-340" /><br />
New York<br />
<img src="http://blinktag.com/wp-content/uploads/2009/03/london4a.gif" alt="london4a" title="london4a" width="388" height="208" class="alignnone size-full wp-image-342 colorbox-340" /><br />
London<br />
<img src="http://blinktag.com/wp-content/uploads/2009/03/bart4.gif" alt="bart4" title="bart4" width="377" height="358" class="alignnone size-full wp-image-341 colorbox-340" /><br />
San Francisco BART
</div>
<p>See many more at <a href="http://www.fakeisthenewreal.org/subway/">Fakeisthenewreal.com</a>.</p>
<p>I&#8217;m not really sure what that line is heading down Market St diagonally in the western section of the BART map, but  either way it appears to be larger than all of the others. I wonder what all of these maps would look like if you included commuter rail lines as well.</p>
<p>Thanks to <a href="http://blog.lib.umn.edu/levin031/transportationist/2009/03/more_maps.html">the Transportationist</a> for pointing these out.</p>
]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/bart-is-the-biggest-in-the-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>yay for my alma mater!</title>
		<link>http://blinktag.com/yay-for-my-alma-mater/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=yay-for-my-alma-mater</link>
		<comments>http://blinktag.com/yay-for-my-alma-mater/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 06:36:26 +0000</pubDate>
		<dc:creator>Jed Horne</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[boston]]></category>
		<category><![CDATA[fare cards]]></category>
		<category><![CDATA[MBTA]]></category>
		<category><![CDATA[MIT]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[transit]]></category>

		<guid isPermaLink="false">http://blnktag.com/yay-for-my-alma-mater/</guid>
		<description><![CDATA[Maybe I&#8217;m feeling just a little vindicated, since I almost got arrested a few times poking around Boston&#8217;s Red Line for a grad class on transit scheduling, but this is kind of cool. According to this story, a bunch of nerds at MIT found security vulnerabilities in the Massachusetts Bay Transportation Authority (MBTA)&#8217;s sort-of new [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://blinktag.com/images/c042c096cef0f9c1cd3764a25171d652.png" title="nerds" class="alignright colorbox-311" width="539" height="283" />Maybe I&#8217;m feeling just a little vindicated, since I almost got arrested a few times poking around <a href="http://www.mbta.com/schedules_and_maps/subway/lines/?route=RED">Boston&#8217;s Red Line</a> for a grad class on transit scheduling, but this is kind of cool. </p>
<p>According to <a href="http://news.cnet.com/8301-1009_3-10128632-83.html">this story</a>, a bunch of nerds at MIT found security vulnerabilities in the <a href="http://www.mbta.com/fares_and_passes/charlie/">Massachusetts Bay Transportation Authority (MBTA)&#8217;s sort-of new fare card system</a>, and were almost sued for daring to talk about it at a convention in <a href="http://www.nowpublic.com/culture/mr-president-vegas-real-bargain?import_id=49976b2ddede49.11628608">Las Vegas</a>.   But like the good little engineers they are, they decided to cooperate with authorities and work to make the system better instead.  I wonder what a bunch of <a href="http://sportsprof.blogspot.com/2008/03/is-harvard-cheating-in-mens-basketball.html">Harvard kids</a> would have done in the same situation?</p>
]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/yay-for-my-alma-mater/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>yet another reason not to trust AIG</title>
		<link>http://blinktag.com/yet-another-reason-not-to-trust-the-banks/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=yet-another-reason-not-to-trust-the-banks</link>
		<comments>http://blinktag.com/yet-another-reason-not-to-trust-the-banks/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 02:15:40 +0000</pubDate>
		<dc:creator>Jed Horne</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[PBS]]></category>
		<category><![CDATA[transit]]></category>

		<guid isPermaLink="false">http://blnktag.com/yet-another-reason-not-to-trust-the-banks/</guid>
		<description><![CDATA[They already took your pension, is your train next? Also, this is cool &#8211; did I mention I love PBS?]]></description>
			<content:encoded><![CDATA[<p>They already took your pension, is your train next?</p>
<p><iframe frameborder="0" height="440" marginheight="0" marginwidth="0" scrolling="no" src="http://www.pbs.org/newshour/video/module.html?mod=0&amp;pkg=9032009&amp;seg=2" width="560"></iframe></p>
<p>Also, this is cool &#8211; <a href="http://www.pbs.org/wnet/blueprintamerica/reports/transit-in-trouble/map-transportation-and-infrastructure-stimulus-funding-by-state/483/">did I mention I love PBS</a>?</p>
<p><iframe frameborder="0" height="700" marginheight="0" marginwidth="0" scrolling="no" src="http://www.thirteen.org/webapp/map/show/70" width="640"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/yet-another-reason-not-to-trust-the-banks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 20/28 queries in 0.038 seconds using disk: basic

Served from: blinktag.com @ 2012-02-09 08:53:30 -->
