<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>thebenedict</title>
	<atom:link href="http://thebenedict.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thebenedict.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 16 Feb 2010 16:04:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='thebenedict.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>thebenedict</title>
		<link>http://thebenedict.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://thebenedict.wordpress.com/osd.xml" title="thebenedict" />
	<atom:link rel='hub' href='http://thebenedict.wordpress.com/?pushpress=hub'/>
		<item>
		<title>ODK+Django: Geotagged Photos from Android to the Web</title>
		<link>http://thebenedict.wordpress.com/2010/02/16/odkdjango-geotagged-photos-from-android-to-the-web/</link>
		<comments>http://thebenedict.wordpress.com/2010/02/16/odkdjango-geotagged-photos-from-android-to-the-web/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 16:04:48 +0000</pubDate>
		<dc:creator>thebenedict</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thebenedict.wordpress.com/?p=43</guid>
		<description><![CDATA[I took advantage of being snowed in during DC&#8217;s record-breaking blizzard last week to learn more about Open Data Kit. ODK is a suite of open source data collection and aggregation tools maintained by PhD students at the University of Washington. The software runs on Android phones, and allows users to collect text and multimedia [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebenedict.wordpress.com&amp;blog=10138418&amp;post=43&amp;subd=thebenedict&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I took advantage of being snowed in during DC&#8217;s record-breaking blizzard last week to learn more about <a title="Open Data Kit" href="http://code.google.com/p/open-data-kit/" target="_self">Open Data Kit</a>. ODK is a suite of open source data collection and aggregation tools maintained by PhD students at the University of Washington. The software runs on Android phones, and allows users to collect text and multimedia data (including photos, audio, video, and GPS coordinates) through user friendly touchscreen forms. It&#8217;s a delight to use on my Motorola Droid.</p>
<p>Installation is as easy as downloading the data collection app (ODK Collect) from the Android market. Out of the box it transmits form data via an HTTP POST to <a title="ODK Aggregate" href="http://code.google.com/p/open-data-kit/wiki/ODKAggregate">ODK Aggregate</a>, a server that runs locally or on Google&#8217;s App Engine and provides an interface for viewing and exporting your data. A selection of demonstration forms are included. One of these, Geo Tagger, allows you to capture a photo and GPS location, enter a brief description, and upload the result to Aggregate.</p>
<p>I thought it would be useful to be able to skip Aggregate and send a geo tagged photo directly to a website in Django, which turns out to pretty straightforward. It comes down to parsing the XML form data included in a multipart attachment to the HTTP post from Collect, which can be done with a few lines of code. If you&#8217;re interested in the details I&#8217;ve posted some of them <a title="docs" href="http://docs.google.com/Doc?docid=0Acr_BkmfRmy-ZGN6aHZxcW1fMjE3ZDVka3FiYzg&amp;hl=en">here</a>. The end result looks like this (click screenshots to enlarge):</p>
<p style="text-align:center;"><a href="http://thebenedict.files.wordpress.com/2010/02/screen-shot-2010-02-16-at-12-00-26-am.png"><img class="size-medium wp-image-46 aligncenter" title="django_admin_geotag_screenshot" src="http://thebenedict.files.wordpress.com/2010/02/screen-shot-2010-02-16-at-12-00-26-am.png?w=300&#038;h=252" alt="Screenshot of Django admin showing geotagged photo" width="300" height="252" /></a></p>
<p>which with a quick template becomes:</p>
<p><a href="http://thebenedict.files.wordpress.com/2010/02/screen-shot-2010-02-15-at-10-20-47-pm.png"><img class="aligncenter size-medium wp-image-47" title="gmap template screenshot" src="http://thebenedict.files.wordpress.com/2010/02/screen-shot-2010-02-15-at-10-20-47-pm.png?w=300&#038;h=223" alt="Screenshot showing geotagged photo on a google map" width="300" height="223" /></a></p>
<p>And there you have it: a basic mashup of two open source tools that is directly applicable to field-based data collection.</p>
<p>Things get interesting when you start to think about use cases. Over the past month I have had the opportunity to talk with several folks working on international development initiatives about their needs for data from the field. Examples include a private company selling solar energy products in Sub-Saharan Africa, groups distributing improved cookstoves in Haiti and Tanzania, and an NGO that offers a range of household energy and health services in Central America. What stands out to me is that these disparate organizations have strikingly similar data collection and reporting needs. They want to know who and where their users are, understand which sales staff and distribution channels are most effective, and optionally collect survey data and multimedia to use for internal business administration, reporting to funding organizations, and communicating with the public.</p>
<p>I think that the recent availability of robust, field-tested, open source data collection platforms (ODK, <a href="http://www.rapidsms.org">RapidSMS</a>, <a title="JavaRosa" href="http://code.javarosa.org/">JavaRosa</a>, and <a title="Frontline SMS" href="http://www.frontlinesms.org">FrontlineSMS</a> are a few examples) presents an opportunity to start addressing this need for data in a very general way. Since the tools are open there are no barriers to linking them with each other and with the web (i.e. through Drupal, Django, etc.), and given the range of potential uses it makes sense to think carefully about how to define those interfaces. Ideally data could be passed between applications according to clear, open standards that are consistent with modern monitoring and evaluation practices. These may not need to be much more complicated than the proof of concept integration above, but they will have to be better planned.</p>
<p>My ideas on the subject and about what standards would be helpful are still evolving, so feel free to contact me if you&#8217;re interested in this topic.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thebenedict.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thebenedict.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thebenedict.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thebenedict.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thebenedict.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thebenedict.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thebenedict.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thebenedict.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thebenedict.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thebenedict.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thebenedict.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thebenedict.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thebenedict.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thebenedict.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebenedict.wordpress.com&amp;blog=10138418&amp;post=43&amp;subd=thebenedict&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thebenedict.wordpress.com/2010/02/16/odkdjango-geotagged-photos-from-android-to-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb04e4cf008d137f309a2a1a9ca6cb55?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thebenedict</media:title>
		</media:content>

		<media:content url="http://thebenedict.files.wordpress.com/2010/02/screen-shot-2010-02-16-at-12-00-26-am.png?w=300" medium="image">
			<media:title type="html">django_admin_geotag_screenshot</media:title>
		</media:content>

		<media:content url="http://thebenedict.files.wordpress.com/2010/02/screen-shot-2010-02-15-at-10-20-47-pm.png?w=300" medium="image">
			<media:title type="html">gmap template screenshot</media:title>
		</media:content>
	</item>
		<item>
		<title>ASSIST: Tracking Cookstove Sales in Ghana with RapidSMS</title>
		<link>http://thebenedict.wordpress.com/2009/10/27/assist-tracking-cookstove-sales-in-ghana-with-rapidsms/</link>
		<comments>http://thebenedict.wordpress.com/2009/10/27/assist-tracking-cookstove-sales-in-ghana-with-rapidsms/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 16:58:56 +0000</pubDate>
		<dc:creator>thebenedict</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thebenedict.wordpress.com/?p=14</guid>
		<description><![CDATA[Suraj Wahab is passionate about cookstoves. Indeed, efficient charcoal burning stoves like those made by his company, Toyola Energy Limited, offer a lot to be passionate about. For hundreds of thousands of families in Ghana who cook using traditional methods, these simple metal and clay devices provide a cleaner, safer, more efficient way to prepare [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebenedict.wordpress.com&amp;blog=10138418&amp;post=14&amp;subd=thebenedict&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_4" class="wp-caption aligncenter" style="width: 710px"><img class="size-full wp-image-4" title="CIMG0793" src="http://thebenedict.files.wordpress.com/2009/10/cimg0793.jpg?w=700&#038;h=525" alt="Suraj" width="700" height="525" /><p class="wp-caption-text">Suraj talking stoves, unfinished stove bodies behind him to the left.</p></div>
<p>Suraj Wahab is passionate about cookstoves. Indeed, efficient charcoal burning stoves like those made by his company, Toyola Energy Limited, offer a lot to be passionate about. For hundreds of thousands of families in Ghana who cook using traditional methods, these simple metal and clay devices provide a cleaner, safer, more efficient way to prepare their daily meals, while also reducing greenhouse gas emissions and deforestation. The stoves are sold in markets and door-to-door by Toyola “evangelists”, individuals who record each sale in a notebook and then are paid on commission. With 50,000 stoves projected to be sold this year and double that possible in 2010, the paper records are becoming increasingly difficult to maintain. Over the past six months I have been working with Toyola and <a title="E+Co" href="http://www.eandco.net/">E+Co</a>, a US-based non-profit investment company investing in Toyola, to develop an SMS-based recordkeeping system for their stove sales.<span id="more-14"></span></p>
<table align="center">
<tbody>
<tr>
<td>
<p><div id="attachment_12" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-12 " title="CIMG0794" src="http://thebenedict.files.wordpress.com/2009/10/cimg0794.jpg?w=300&#038;h=225" alt="CIMG0794" width="300" height="225" /><p class="wp-caption-text">Assembled stove bodies waiting to be finished.</p></div></td>
<td>
<p>&nbsp;</p>
<p><div id="attachment_10" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-10 " title="CIMG0781" src="http://thebenedict.files.wordpress.com/2009/10/cimg0781.jpg?w=300&#038;h=225" alt="CIMG0781" width="300" height="225" /><p class="wp-caption-text">The stoves are assembled from scrap metal so they&#39;re painted black for uniformity.</p></div></td>
</tr>
</tbody>
</table>
<p>Toyola evangelists are quick to point out that well designed stoves use 50% less charcoal than traditional models, meaning they pay for themselves in fuel savings after a few months. Increased efficiency also means that charcoal production and deforestation are avoided, reducing the greenhouse gas emissions associated with cooking by about 1 ton per stove per year. If carefully documented and then verified by a third party these emissions offsets can be sold to organizations in developed countries wishing to reduce their environmental impact. The process is called carbon finance, and is potentially a tremendous source of revenue for stove businesses.  By a conservative calculation the value of a stove’s emissions reductions over three years is more than double its purchase price. This is capital that can be used to grow the business, reduce retail prices, and extend credit to customers, increasing the reach of clean cooking technology and making it more accessible to low income households.</p>
<p>&nbsp;</p>
<div id="attachment_11" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-11" title="CIMG0792" src="http://thebenedict.files.wordpress.com/2009/10/cimg0792.jpg?w=300&#038;h=225" alt="CIMG0792" width="300" height="225" /><p class="wp-caption-text">New advertisement: &quot;Don&#39;t burn your money - use Toyola improved coalpot&quot;.</p></div>
<p>It’s not easy though. The most widely used standard for developing cookstove emissions offsets, a methodology published by the Voluntary Gold Standard, requires a rigorous registration and verification process. Vendors must maintain sales records which are later used by trained evaluators to follow up with stove owners about their fuel use and cooking habits (see <a href="http://www.cdmgoldstandard.org/">http://www.cdmgoldstandard.org/</a> for details of what is required). Toyola staff and evangelists’ notebooks are currently the basis for these records, and compiling them is an ongoing challenge due to lack of infrastructure, literacy, and incentive</p>
<div id="attachment_6" class="wp-caption aligncenter" style="width: 310px"><a href="http://thebenedict.tumblr.com/"><img class="size-medium wp-image-6  " title="CIMG0802" src="http://thebenedict.files.wordpress.com/2009/10/cimg0802.jpg?w=300&#038;h=225" alt="CIMG0802" width="300" height="225" /></a><p class="wp-caption-text">Paper records we&#39;re replacing with SMS.</p></div>
<p>Last week I traveled to Ghana with Erik Wurster, director of carbon finance for E+Co, to set up a pilot of SMS recordkeeping software intended to partially replace the notebooks. The application is called ASSIST and is based on RapidSMS, an open source messaging framework developed by UNICEF to support their operations in the developing world. With ASSIST evangelists can use fixed format SMS messages to update a sales database directly from the field. The application was designed primarily to track sales for carbon recordkeeping, but it also offers limited supply chain management and back office functionality. Managers access the database through a web interface that provides aggregate statistics and the option to export an auditor-ready excel spreadsheet of stoves sold.</p>
<div id="attachment_3" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-3" title="CIMG0869" src="http://thebenedict.files.wordpress.com/2009/10/cimg0869.jpg?w=300&#038;h=225" alt="CIMG0869" width="300" height="225" /><p class="wp-caption-text">The whole system: Asus EeeBox server, Multitech GPRS modem, and two 10 GHC top-up cards on  a dusty bookshelf in E+Co&#39;s Accra office. A backup battery is on the floor below.</p></div>
<p>The message used to record a cash sale looks like this:</p>
<blockquote><p><em>sale &lt;user first name&gt; &lt;user last name&gt; &lt;stove serial #&gt; &lt;price paid&gt; &lt;mobile number&gt; &lt;region code (0-9)&gt; &lt;village&gt; &lt;free text description&gt;</em></p></blockquote>
<p>Where region codes are specified on laminated reference cards given to evangelists. For example, to sell a stove for 10GHC to a customer named Marindame Kombate who lives in Kumasi with mobile number 0241273802, the message sent would be:</p>
<blockquote><p><em>sale marindame kombate hmn123456 10 0241273802 5 kumasi near ecobank</em></p></blockquote>
<p>&#8220;near ecobank&#8221; is a brief free text description that can be used to help the seller remember the stove&#8217;s location.</p>
<div id="attachment_5" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-5" title="CIMG0795" src="http://thebenedict.files.wordpress.com/2009/10/cimg0795.jpg?w=300&#038;h=225" alt="CIMG0795" width="300" height="225" /><p class="wp-caption-text">Explaining the software to Toyola management.</p></div>
<p>Erik and I spent almost a full day at one of Toyola’s production facilities explaining the software to management and training employees. Their initial reaction to the system was positive. Suraj was most excited about the ability to view stock and sales figures in real time, but also appreciated that the software would make maintaining carbon monitoring data more efficient and accurate, and virtually eliminate the risk of double counting stoves. Some employees were concerned about the length of sale messages. They are admittedly cumbersome, and I&#8217;m working with Suraj and his staff to make them shorter. In the coming months I will be improving and refining the system based on their input.</p>
<div id="attachment_8" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-8" title="CIMG0809" src="http://thebenedict.files.wordpress.com/2009/10/cimg0809.jpg?w=300&#038;h=225" alt="CIMG0809" width="300" height="225" /><p class="wp-caption-text">Training Toyola staff on how to record sales using SMS.</p></div>
<p>I&#8217;m encouraged by Toyola&#8217;s reception of ASSIST, and curious to see whether it proves itself as a sustainable solution. I am also actively looking for future projects and interested in learning how to develop more sophisticated and flexible tools. I think that mobile tech presents exciting possibilities for development work, and look forward to finding other innovative applications.</p>
<table>
<tbody>
<tr>
<td><img class="alignnone size-medium wp-image-27" title="CIMG0871" src="http://thebenedict.files.wordpress.com/2009/10/cimg0871.jpg?w=225&#038;h=300" alt="CIMG0871" width="225" height="300" /></td>
<td><img class="size-medium wp-image-7 alignnone" title="CIMG0804" src="http://thebenedict.files.wordpress.com/2009/10/cimg0804.jpg?w=225&#038;h=300" alt="CIMG0804" width="225" height="300" /></td>
<td><img class="size-medium wp-image-9 alignnone" title="CIMG0853" src="http://thebenedict.files.wordpress.com/2009/10/cimg0853.jpg?w=225&#038;h=300" alt="CIMG0853" width="225" height="300" /></td>
</tr>
</tbody>
</table>
<p><strong>Thanks:</strong><br />
Erik Wurster, <a href="http://www.eandco.net/">E+Co</a> &#8211; funding and design input<br />
Bikash Pandey, <a href="http://www.winrock.org">Winrock International</a> &#8211; providing my time<br />
<a href="http://www.berkeleyair.com/">Berkeley Air Monitoring Group</a> &#8211; early discussions and design input<br />
<a href="http://unicefinnovation.org/">UNICEF Innovation</a> &#8211; <a href="http://www.rapidsms.org">RapidSMS</a></p>
<p>Questions or comments? thebenedict at gmail</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thebenedict.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thebenedict.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thebenedict.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thebenedict.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thebenedict.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thebenedict.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thebenedict.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thebenedict.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thebenedict.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thebenedict.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thebenedict.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thebenedict.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thebenedict.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thebenedict.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebenedict.wordpress.com&amp;blog=10138418&amp;post=14&amp;subd=thebenedict&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thebenedict.wordpress.com/2009/10/27/assist-tracking-cookstove-sales-in-ghana-with-rapidsms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb04e4cf008d137f309a2a1a9ca6cb55?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thebenedict</media:title>
		</media:content>

		<media:content url="http://thebenedict.files.wordpress.com/2009/10/cimg0793.jpg" medium="image">
			<media:title type="html">CIMG0793</media:title>
		</media:content>

		<media:content url="http://thebenedict.files.wordpress.com/2009/10/cimg0794.jpg?w=300" medium="image">
			<media:title type="html">CIMG0794</media:title>
		</media:content>

		<media:content url="http://thebenedict.files.wordpress.com/2009/10/cimg0781.jpg?w=300" medium="image">
			<media:title type="html">CIMG0781</media:title>
		</media:content>

		<media:content url="http://thebenedict.files.wordpress.com/2009/10/cimg0792.jpg?w=300" medium="image">
			<media:title type="html">CIMG0792</media:title>
		</media:content>

		<media:content url="http://thebenedict.files.wordpress.com/2009/10/cimg0802.jpg?w=300" medium="image">
			<media:title type="html">CIMG0802</media:title>
		</media:content>

		<media:content url="http://thebenedict.files.wordpress.com/2009/10/cimg0869.jpg?w=300" medium="image">
			<media:title type="html">CIMG0869</media:title>
		</media:content>

		<media:content url="http://thebenedict.files.wordpress.com/2009/10/cimg0795.jpg?w=300" medium="image">
			<media:title type="html">CIMG0795</media:title>
		</media:content>

		<media:content url="http://thebenedict.files.wordpress.com/2009/10/cimg0809.jpg?w=300" medium="image">
			<media:title type="html">CIMG0809</media:title>
		</media:content>

		<media:content url="http://thebenedict.files.wordpress.com/2009/10/cimg0871.jpg?w=225" medium="image">
			<media:title type="html">CIMG0871</media:title>
		</media:content>

		<media:content url="http://thebenedict.files.wordpress.com/2009/10/cimg0804.jpg?w=225" medium="image">
			<media:title type="html">CIMG0804</media:title>
		</media:content>

		<media:content url="http://thebenedict.files.wordpress.com/2009/10/cimg0853.jpg?w=225" medium="image">
			<media:title type="html">CIMG0853</media:title>
		</media:content>
	</item>
	</channel>
</rss>
