<?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>The S13 Works</title>
	<atom:link href="http://s13works.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://s13works.wordpress.com</link>
	<description>Sleepy musings</description>
	<lastBuildDate>Sat, 20 Jun 2009 18:36:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='s13works.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The S13 Works</title>
		<link>http://s13works.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://s13works.wordpress.com/osd.xml" title="The S13 Works" />
	<atom:link rel='hub' href='http://s13works.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Need some thumbnails for your WDTV?</title>
		<link>http://s13works.wordpress.com/2009/06/15/need-some-thumbnails-for-your-wdtv/</link>
		<comments>http://s13works.wordpress.com/2009/06/15/need-some-thumbnails-for-your-wdtv/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 18:06:09 +0000</pubDate>
		<dc:creator>macomeau</dc:creator>
				<category><![CDATA[Help!]]></category>

		<guid isPermaLink="false">http://s13works.wordpress.com/2009/06/15/need-some-thumbnails-for-your-wdtv/</guid>
		<description><![CDATA[Over at the WDTV Forum, I notice a lot of questions about getting thumbnails into your WDTV. Mostly for video, sometimes for audio. Here’s a quick run down on how it goes for Windows users. Getting the pictures… For movie posters, I mostly use IMP Awards. If that fails me (mostly on obscure movies from [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=s13works.wordpress.com&#038;blog=3874753&#038;post=25&#038;subd=s13works&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Over at the <a href="http://wdtvforum.com/main/index.php" target="_blank">WDTV Forum</a>, I notice a lot of questions about getting thumbnails into your WDTV. Mostly for video, sometimes for audio. Here’s a quick run down on how it goes for Windows users.</p>
<h3>Getting the pictures…</h3>
<p>For movie posters, I mostly use <a href="http://www.impawards.com/index.html" target="_blank">IMP Awards</a>. If that fails me (mostly on obscure movies from half a century ago &#8211;I&#8217;m looking at you, <a href="http://www.imdb.com/title/tt0057428/" target="_blank">Promises! Promises!</a>) I just use <a href="http://images.google.ca/images?q=movie+poster&amp;hl=en&amp;safe=off&amp;imgsz=xxlarge" target="_blank">Google Image Search</a>. The WDTV thumbnails for videos are 120&#215;180, or a 2:3 aspect ratio. I tend to keep my images as large as possible while maintaining that aspect ratio (and simple math): 200&#215;300, 400&#215;600, 800&#215;1200, etc. If you don’t already have an image editing tool, <a href="http://www.getpaint.net/" target="_blank">Paint.net</a> is a good, free, and simple Windows option.  There’s also the Photoshop-esque <a href="http://gimp.org/" target="_blank">Gimp</a> for all platforms. Be aware that the WDTV doesn’t like progressive scan JPEGs, save the files as either baseline or baseline optimized profiles.</p>
<p>TV shows can be a bit of a problem. While you can just use a movie poster to represent a movie, what represent a TV show? I use DVD covers or promo posters trawled from Google or IMP Awards for my directories, but individual thumbs for each episode take a little more work.</p>
<p>Fortunately, I found <a href="http://xbmc.org/wiki/index.php?title=HOW-TO:_Create_video-preview_thumbnails" target="_blank">this handy guide for XBMC users</a>. With a little tweaking, it’s great for WDTV users too. Step one is to get <a href="http://ffmpeg.arrozcru.org/builds/" target="_blank">ffmpeg</a>, and insert it in your system PATH somehow. The lazy man (read: me) can just put the executable in <strong>C:\Windows\System32\</strong>. The smart man would edit the system PATH variable itself. Once that’s done, open up your friendly neighbourhood Command Prompt and navigate to your video files. Once you’ve gotten there, use this command string:</p>
<p style="padding-left:30px;"><span style="color:#000000;">for %i in (*.avi) do ffmpeg -i &quot;%i&quot; -f mjpeg -t 0.001 -ss 180 -y &quot;%~ni.jpg&quot;</span></p>
<p>That command will create a JPEG of the frame 3 minutes (180 seconds) into each file in the directory, and give it the same name as the original video file. You can replace .avi with .mkv or whatever other format your videos are in. If you feel up to it, you can resize and crop the resulting images down to the 2:3 aspect ratio the WDTV prefers, or just leave them as is and have some blank space in your thumbnails.</p>
<h3>Setting up the thumbnails</h3>
<p>So now you’ve got all your pictures, what do you do with them? Well, the TV episode thumbs are already in the right place, and properly named. That was easy.</p>
<p>Movie posters and TV covers take a touch more work. Copy your movie poster into the same directory as the movie, and give it the same name as the movie. <em>Mallrats.jpg</em> goes with <em>Mallrats.mkv</em>. Voila!</p>
<p>What if you have a whole bunch of movies in one directory, and one some kind of overall picture for the folder, like a general “Movies” picture? That’s also simple. Drop the JPEG in the directory and call it <em>folder.jpg</em>. Note: That is the word folder, <strong><span style="text-decoration:underline;">not</span></strong> the name of the folder.</p>
<h3>MP3s (also: MP4s)</h3>
<p>MP3 files can have their embedded artwork read by the WDTV. Pretty much any decent media player can embed artwork in the metadata of an MP3. There are also some specialized tools, like <a href="http://www.mp3tag.de/en/" target="_blank">Mp3tag</a>, that exist only for MP3 (and MP4) tagging. make sure you embed JPEGs!</p>
<p>Questions? Leave a comment and I&#8217;ll try to answer them.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/s13works.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/s13works.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=s13works.wordpress.com&#038;blog=3874753&#038;post=25&#038;subd=s13works&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://s13works.wordpress.com/2009/06/15/need-some-thumbnails-for-your-wdtv/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fb55c266ed2256120acc185f2cc0c875?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Scoops</media:title>
		</media:content>
	</item>
		<item>
		<title>The YouTube Revolution</title>
		<link>http://s13works.wordpress.com/2008/09/24/the-youtube-revolution/</link>
		<comments>http://s13works.wordpress.com/2008/09/24/the-youtube-revolution/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 16:25:31 +0000</pubDate>
		<dc:creator>macomeau</dc:creator>
				<category><![CDATA[Age of Persuasion]]></category>

		<guid isPermaLink="false">http://s13works.wordpress.com/2008/09/24/the-youtube-revolution/</guid>
		<description><![CDATA[Please God, CBC, let there be new episodes soon… “The YouTube Revolution”.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=s13works.wordpress.com&#038;blog=3874753&#038;post=24&#038;subd=s13works&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Please God, CBC, let there be new episodes soon… <a href="http://podcast.cbc.ca/ageofpersuasion/Age_of_Persuasion_July_5_2008.mp3" target="_blank"><em>“The YouTube Revolution”.</em></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/s13works.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/s13works.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=s13works.wordpress.com&#038;blog=3874753&#038;post=24&#038;subd=s13works&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://s13works.wordpress.com/2008/09/24/the-youtube-revolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://podcast.cbc.ca/ageofpersuasion/Age_of_Persuasion_July_5_2008.mp3" length="39531624" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/fb55c266ed2256120acc185f2cc0c875?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Scoops</media:title>
		</media:content>
	</item>
		<item>
		<title>The Passing of a Legend</title>
		<link>http://s13works.wordpress.com/2008/09/21/the-passing-of-a-legend/</link>
		<comments>http://s13works.wordpress.com/2008/09/21/the-passing-of-a-legend/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 02:55:54 +0000</pubDate>
		<dc:creator>macomeau</dc:creator>
				<category><![CDATA[Baseball]]></category>

		<guid isPermaLink="false">http://s13works.wordpress.com/2008/09/21/the-passing-of-a-legend/</guid>
		<description><![CDATA[Yankee Stadium closes tonight. I always wanted to go there, but I never did. This is one of the two regrets I have in my life. I suppose that’s a good thing. Mind you, I really wanted to go to the old, old Yankee Stadium – the absurdly huge, baseball eating park that Ruth and [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=s13works.wordpress.com&#038;blog=3874753&#038;post=23&#038;subd=s13works&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://s13works.files.wordpress.com/2008/09/yankee-stadium1.jpg"><img title="Yankee_Stadium1" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;margin:0 0 0 10px;" height="226" alt="Yankee_Stadium1" src="http://s13works.files.wordpress.com/2008/09/yankee-stadium1-thumb.jpg?w=244&#038;h=226" width="244" align="right" border="0" /></a> Yankee Stadium closes tonight. I always wanted to go there, but I never did. This is one of the two regrets I have in my life. I suppose that’s a good thing. Mind you, I really wanted to go to the old, old Yankee Stadium – the absurdly huge, baseball eating park that Ruth and Gehrig and Mantle and (my favourite) DiMaggio played in. That Stadium has been gone for a long time, and in some ways the new one is a more fitting replacement than the one that stood on the original grounds.</p>
<p>Now, if only the Yankees can bring the new Stadium a team fitting the Yankee name and history. I would never have imagined that the last game at Yankee Stadium would be a regular season game. That’s something the Yankees management no doubt regrets. Good thing there’s always something you can do about your regrets. They can rebuild the team. I can go to the new Stadium. I can see about doing something for that other regret too.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/s13works.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/s13works.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=s13works.wordpress.com&#038;blog=3874753&#038;post=23&#038;subd=s13works&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://s13works.wordpress.com/2008/09/21/the-passing-of-a-legend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fb55c266ed2256120acc185f2cc0c875?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Scoops</media:title>
		</media:content>

		<media:content url="http://s13works.files.wordpress.com/2008/09/yankee-stadium1-thumb.jpg" medium="image">
			<media:title type="html">Yankee_Stadium1</media:title>
		</media:content>
	</item>
		<item>
		<title>Leaving Your Mark</title>
		<link>http://s13works.wordpress.com/2008/09/15/leaving-your-mark/</link>
		<comments>http://s13works.wordpress.com/2008/09/15/leaving-your-mark/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 15:47:16 +0000</pubDate>
		<dc:creator>macomeau</dc:creator>
				<category><![CDATA[Age of Persuasion]]></category>

		<guid isPermaLink="false">http://s13works.wordpress.com/2008/09/15/leaving-your-mark/</guid>
		<description><![CDATA[The September 11th Age of Persuasion, originally aired in February 2007: “Leaving Your Mark”. I hope actual new episodes are starting soon…<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=s13works.wordpress.com&#038;blog=3874753&#038;post=19&#038;subd=s13works&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The September 11th Age of Persuasion, originally aired in February 2007: <em><a href="http://podcast.cbc.ca/ageofpersuasion/Age_of_Persuasion_7_Feb_23_2008.mp3" target="_blank">“Leaving Your Mark”</a></em>. I hope actual new episodes are starting soon…</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/s13works.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/s13works.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/s13works.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/s13works.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=s13works.wordpress.com&#038;blog=3874753&#038;post=19&#038;subd=s13works&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://s13works.wordpress.com/2008/09/15/leaving-your-mark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://podcast.cbc.ca/ageofpersuasion/Age_of_Persuasion_7_Feb_23_2008.mp3" length="65995755" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/fb55c266ed2256120acc185f2cc0c875?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Scoops</media:title>
		</media:content>
	</item>
		<item>
		<title>A Sense of Persuasion</title>
		<link>http://s13works.wordpress.com/2008/09/08/a-sense-of-persuasion/</link>
		<comments>http://s13works.wordpress.com/2008/09/08/a-sense-of-persuasion/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 22:35:04 +0000</pubDate>
		<dc:creator>macomeau</dc:creator>
				<category><![CDATA[Age of Persuasion]]></category>

		<guid isPermaLink="false">http://s13works.wordpress.com/2008/09/08/a-sense-of-persuasion/</guid>
		<description><![CDATA[The latest age of Persuasion is up on the CBC site: September 4, “A Sense of Persuasion”.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=s13works.wordpress.com&#038;blog=3874753&#038;post=18&#038;subd=s13works&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The latest age of Persuasion is up on the CBC site: September 4, <em><a href="http://podcast.cbc.ca/ageofpersuasion/Age_of_Persuasion_Sept_4_2008.mp3" target="_blank">“A Sense of Persuasion”</a></em>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/s13works.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/s13works.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/s13works.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/s13works.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=s13works.wordpress.com&#038;blog=3874753&#038;post=18&#038;subd=s13works&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://s13works.wordpress.com/2008/09/08/a-sense-of-persuasion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://podcast.cbc.ca/ageofpersuasion/Age_of_Persuasion_Sept_4_2008.mp3" length="39524101" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/fb55c266ed2256120acc185f2cc0c875?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Scoops</media:title>
		</media:content>
	</item>
		<item>
		<title>Branding the News</title>
		<link>http://s13works.wordpress.com/2008/09/03/the-age-of-persuasion/</link>
		<comments>http://s13works.wordpress.com/2008/09/03/the-age-of-persuasion/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 19:22:18 +0000</pubDate>
		<dc:creator>macomeau</dc:creator>
				<category><![CDATA[Age of Persuasion]]></category>

		<guid isPermaLink="false">http://s13works.wordpress.com/2008/09/03/the-age-of-persuasion/</guid>
		<description><![CDATA[Just thought I&#8217;d link to this, since the CBC can&#8217;t offer a podcast version of The Age of Persuasion. It&#8217;s a great show, check it out if you can. The August 30, 2008 episode – &#8220;Branding the News&#8221;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=s13works.wordpress.com&#038;blog=3874753&#038;post=11&#038;subd=s13works&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Just thought I&#8217;d link to this, since the CBC can&#8217;t offer a podcast version of <strong><a href="http://www.cbc.ca/ageofpersuasion/">The Age of Persuasion</a></strong>. It&#8217;s a great show, check it out if you can.</p>
<p>The August 30, 2008 episode – <em><a href="http://podcast.cbc.ca/ageofpersuasion/Age_of_Persuasion_Aug_30_2008.mp3" target="_blank">&#8220;Branding the News&#8221;</a></em></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/s13works.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/s13works.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/s13works.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/s13works.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=s13works.wordpress.com&#038;blog=3874753&#038;post=11&#038;subd=s13works&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://s13works.wordpress.com/2008/09/03/the-age-of-persuasion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://podcast.cbc.ca/ageofpersuasion/Age_of_Persuasion_Aug_30_2008.mp3" length="39526609" type="audio/mpeg" />
	
		<media:content url="http://0.gravatar.com/avatar/fb55c266ed2256120acc185f2cc0c875?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Scoops</media:title>
		</media:content>
	</item>
		<item>
		<title>I&#8217;m not going to lie&#8230;</title>
		<link>http://s13works.wordpress.com/2008/06/09/im-not-going-to-lie/</link>
		<comments>http://s13works.wordpress.com/2008/06/09/im-not-going-to-lie/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 02:01:52 +0000</pubDate>
		<dc:creator>macomeau</dc:creator>
				<category><![CDATA[Awesome]]></category>
		<category><![CDATA[Baseball]]></category>

		<guid isPermaLink="false">http://s13works.wordpress.com/2008/06/09/im-not-going-to-lie/</guid>
		<description><![CDATA[This made me feel a little sentimental. I remember how, for years, Ken Griffey was my favourite player. He probably still is, deep down – at least among active guys. I remember a game – April 25, 1997 – when I got to see him hit three home runs in one game. Some dude named [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=s13works.wordpress.com&#038;blog=3874753&#038;post=7&#038;subd=s13works&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[</p>
</p>
</p>
</p>
<p> This made me feel a little sentimental. I remember how, for years, Ken Griffey was my favourite player. He probably still is, deep down – at least among active guys. I remember a game – <a href="http://baseball-almanac.com/box-scores/boxscore.php?boxid=199704250TOR" target="_blank">April 25, 1997</a> – when I got to see him hit three home runs in one game. Some dude named Alex Rodriguez hit one, and Carlos Delgado hit a grand slam, but that day was great for seeing my favourite player do something absolutely fantastic.
</p>
<p><a href="http://s13works.files.wordpress.com/2008/06/griffey600.jpg"><img style="border-width:0;margin:0 5px 0 0;" height="244" alt="Copyright Getty Images" src="http://s13works.files.wordpress.com/2008/06/griffey600-thumb.jpg?w=196&#038;h=244" width="196" align="left" border="0" /></a> Tonight, he did <a href="http://www.dailymotion.com/video/x5q4u3_griffey_latino" target="_blank">another fantastic thing</a>, and I want to add my voice to the throng congratulating him. One more reason I’ll have to make another trip to Cooperstown sometime down the road.</p>
</p>
</p>
<p>Thanks for many great memories, Junior. I hope I get to see you one more time before you retire. I swear to god, if the Reds trade you in the next two weeks, I’ll have a fit.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/s13works.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/s13works.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/s13works.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/s13works.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=s13works.wordpress.com&#038;blog=3874753&#038;post=7&#038;subd=s13works&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://s13works.wordpress.com/2008/06/09/im-not-going-to-lie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fb55c266ed2256120acc185f2cc0c875?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Scoops</media:title>
		</media:content>

		<media:content url="http://s13works.files.wordpress.com/2008/06/griffey600-thumb.jpg" medium="image">
			<media:title type="html">Copyright Getty Images</media:title>
		</media:content>
	</item>
		<item>
		<title>If this were an actual emergency&#8230;</title>
		<link>http://s13works.wordpress.com/2008/06/09/if-this-were-an-actual-emergency/</link>
		<comments>http://s13works.wordpress.com/2008/06/09/if-this-were-an-actual-emergency/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 17:29:41 +0000</pubDate>
		<dc:creator>macomeau</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://s13works.wordpress.com/2008/06/09/if-this-were-an-actual-emergency/</guid>
		<description><![CDATA[Why did I start this? I certainly have no idea. Ah well… time to watch some soccer. In the mean time: Test pattern!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=s13works.wordpress.com&#038;blog=3874753&#038;post=6&#038;subd=s13works&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[</p>
<p>Why did I start this? I certainly have no idea. Ah well… time to watch some soccer. In the mean time: Test pattern!</p>
<p align="center"><a href="http://s13works.files.wordpress.com/2008/06/testpattern-rca-3.jpg"><img style="border-width:0;" height="240" alt="TESTPATTERN_RCA_3" src="http://s13works.files.wordpress.com/2008/06/testpattern-rca-3-thumb.jpg?w=240&#038;h=240" width="240" border="0" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/s13works.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/s13works.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/s13works.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/s13works.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=s13works.wordpress.com&#038;blog=3874753&#038;post=6&#038;subd=s13works&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://s13works.wordpress.com/2008/06/09/if-this-were-an-actual-emergency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fb55c266ed2256120acc185f2cc0c875?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Scoops</media:title>
		</media:content>

		<media:content url="http://s13works.files.wordpress.com/2008/06/testpattern-rca-3-thumb.jpg" medium="image">
			<media:title type="html">TESTPATTERN_RCA_3</media:title>
		</media:content>
	</item>
	</channel>
</rss>
