<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/4.1.4" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>rblog</title>
		<link>http://hellem.org/blog/index.php</link>
		<atom:link rel="self" type="application/rss+xml" href="http://hellem.org/blog/index.php?tempskin=_rss2" />
		<description>Escape from boredom</description>
		<language>en-US</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=4.1.4"/>
		<ttl>60</ttl>
				<item>
			<title>Sun after rain - steamy roof</title>
			<link>http://hellem.org/blog/index.php/2012/05/17/sun-after-rain-steamy-roof?blog=6</link>
			<pubDate>Thu, 17 May 2012 10:49:00 +0000</pubDate>			<dc:creator>Rune Hellem</dc:creator>
			<category domain="main">Anything but the other</category>			<guid isPermaLink="false">4828@http://hellem.org/blog/</guid>
						<description>&lt;p&gt;National day today, quite cold, rainy morning, after rain comes sun.&lt;/p&gt;&lt;div class=&quot;image_block&quot;&gt;&lt;a href=&quot;http://hellem.org/blog/media/blogs/new/2012/05/collage_sunafterrain.jpg?mtime=1337251641&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://hellem.org/blog/media/blogs/new/2012/05/collage_sunafterrain.jpg?mtime=1337251641&quot; width=&quot;320&quot; height=&quot;480&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://hellem.org/blog/index.php/2012/05/17/sun-after-rain-steamy-roof?blog=6&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>National day today, quite cold, rainy morning, after rain comes sun.</p><div class="image_block"><a href="http://hellem.org/blog/media/blogs/new/2012/05/collage_sunafterrain.jpg?mtime=1337251641"><img alt="" src="http://hellem.org/blog/media/blogs/new/2012/05/collage_sunafterrain.jpg?mtime=1337251641" width="320" height="480" /></a></div><div class="item_footer"><p><small><a href="http://hellem.org/blog/index.php/2012/05/17/sun-after-rain-steamy-roof?blog=6">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://hellem.org/blog/index.php/2012/05/17/sun-after-rain-steamy-roof?blog=6#comments</comments>
			<wfw:commentRss>http://hellem.org/blog/index.php?blog=6&#38;tempskin=_rss2&#38;disp=comments&#38;p=4828</wfw:commentRss>
		</item>
				<item>
			<title>Handy SQL</title>
			<link>http://hellem.org/blog/index.php/2012/05/14/handy-sql?blog=6</link>
			<pubDate>Mon, 14 May 2012 16:16:00 +0000</pubDate>			<dc:creator>Rune Hellem</dc:creator>
			<category domain="main">Work/Geek</category>			<guid isPermaLink="false">4819@http://hellem.org/blog/</guid>
						<description>&lt;p&gt;Created this SQL-statement used for one of our JIRA-instances. Needed to get rid of a lot of open sub-tasks where the parent task had been cancelled. The statement also shows usage of inner join and self-join.&lt;/p&gt;
&lt;p class=&quot;amcode&quot;&gt;Code:&lt;/p&gt;&lt;div class=&quot;codeblock amc_code amc_short&quot;&gt;&lt;table&gt;&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;U PDATE jiraissue ji1, jiraissue ji2&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc2&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;INNER JOIN issuelink il&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc3&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;SET ji1.resolution = 9, ji1.issuestatus = 6&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc4&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;WHERE ji1.resolution&amp;#160;&amp;#160;IS NULL&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc5&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;AND ji1.id = il.destination&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc6&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;AND ji1.issuestatus = 1&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc7&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;AND il.source = ji2.id&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc8&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;AND ji2.resolution = 9;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://hellem.org/blog/index.php/2012/05/14/handy-sql?blog=6&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Created this SQL-statement used for one of our JIRA-instances. Needed to get rid of a lot of open sub-tasks where the parent task had been cancelled. The statement also shows usage of inner join and self-join.</p>
<p class="amcode">Code:</p><div class="codeblock amc_code amc_short"><table><tr class="amc_code_odd"><td class="amc_line"><div class="amc1"></div></td><td><code><span class="amc_default">U PDATE jiraissue ji1, jiraissue ji2</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc2"></div></td><td><code><span class="amc_default">INNER JOIN issuelink il</span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc3"></div></td><td><code><span class="amc_default">SET ji1.resolution = 9, ji1.issuestatus = 6</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc4"></div></td><td><code><span class="amc_default">WHERE ji1.resolution&#160;&#160;IS NULL</span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc5"></div></td><td><code><span class="amc_default">AND ji1.id = il.destination</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc6"></div></td><td><code><span class="amc_default">AND ji1.issuestatus = 1</span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc7"></div></td><td><code><span class="amc_default">AND il.source = ji2.id</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc8"></div></td><td><code><span class="amc_default">AND ji2.resolution = 9;</span></code></td></tr>
</table></div><div class="item_footer"><p><small><a href="http://hellem.org/blog/index.php/2012/05/14/handy-sql?blog=6">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://hellem.org/blog/index.php/2012/05/14/handy-sql?blog=6#comments</comments>
			<wfw:commentRss>http://hellem.org/blog/index.php?blog=6&#38;tempskin=_rss2&#38;disp=comments&#38;p=4819</wfw:commentRss>
		</item>
				<item>
			<title>Todays view</title>
			<link>http://hellem.org/blog/index.php/2012/05/14/todays-view?blog=6</link>
			<pubDate>Mon, 14 May 2012 08:36:00 +0000</pubDate>			<dc:creator>Rune Hellem</dc:creator>
			<category domain="main">Anything but the other</category>			<guid isPermaLink="false">4818@http://hellem.org/blog/</guid>
						<description>&lt;p&gt;Today having this view while working.&lt;/p&gt;&lt;div class=&quot;image_block&quot;&gt;&lt;a href=&quot;http://hellem.org/blog/media/blogs/new/2012/05/mosjoen.jpg?mtime=1336984453&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://hellem.org/blog/media/blogs/new/2012/05/mosjoen.jpg?mtime=1336984453&quot; width=&quot;480&quot; height=&quot;360&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Not a local? &lt;a href=&quot;http://maps.google.no/maps?q=mosj%C3%B8en&amp;amp;ie=UTF8&amp;amp;oe=utf-8&amp;amp;client=firefox-a&amp;amp;hnear=Mosj%C3%B8en,+Nordland&amp;amp;gl=no&amp;amp;t=m&amp;amp;z=12&quot;&gt;Mosj&amp;#248;en&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://hellem.org/blog/index.php/2012/05/14/todays-view?blog=6&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Today having this view while working.</p><div class="image_block"><a href="http://hellem.org/blog/media/blogs/new/2012/05/mosjoen.jpg?mtime=1336984453"><img alt="" src="http://hellem.org/blog/media/blogs/new/2012/05/mosjoen.jpg?mtime=1336984453" width="480" height="360" /></a></div>
<p>Not a local? <a href="http://maps.google.no/maps?q=mosj%C3%B8en&amp;ie=UTF8&amp;oe=utf-8&amp;client=firefox-a&amp;hnear=Mosj%C3%B8en,+Nordland&amp;gl=no&amp;t=m&amp;z=12">Mosj&#248;en</a></p><div class="item_footer"><p><small><a href="http://hellem.org/blog/index.php/2012/05/14/todays-view?blog=6">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://hellem.org/blog/index.php/2012/05/14/todays-view?blog=6#comments</comments>
			<wfw:commentRss>http://hellem.org/blog/index.php?blog=6&#38;tempskin=_rss2&#38;disp=comments&#38;p=4818</wfw:commentRss>
		</item>
				<item>
			<title>My latest book: Philip Short "Pol Pot - Anatonmy of a Nightmare"</title>
			<link>http://hellem.org/blog/index.php/2012/05/12/my-latest-book-philip-short?blog=6</link>
			<pubDate>Sat, 12 May 2012 21:20:00 +0000</pubDate>			<dc:creator>Rune Hellem</dc:creator>
			<category domain="main">Books</category>			<guid isPermaLink="false">4817@http://hellem.org/blog/</guid>
						<description>&lt;p&gt;A lot of details, hard to follow the story due to many names to keep track of, almost grueling to read, but most of all a terrifying story of what a few men are able to make a whole nation go through.  &lt;/p&gt;
&lt;div class=&quot;image_block&quot;&gt;&lt;a href=&quot;http://hellem.org/blog/media/blogs/new/2012/05/polpot.jpg?mtime=1336857000&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://hellem.org/blog/media/blogs/new/2012/05/polpot.jpg?mtime=1336857000&quot; width=&quot;125&quot; height=&quot;197&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;Lots of clips to be found on Youtube&lt;/p&gt;

&lt;div class=&quot;videoblock&quot;&gt;&lt;object data=&quot;http://www.youtube.com/v/VsPDu-KuRyk&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/VsPDu-KuRyk&quot; /&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;&lt;/object&gt;&lt;/div&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://hellem.org/blog/index.php/2012/05/12/my-latest-book-philip-short?blog=6&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>A lot of details, hard to follow the story due to many names to keep track of, almost grueling to read, but most of all a terrifying story of what a few men are able to make a whole nation go through.  </p>
<div class="image_block"><a href="http://hellem.org/blog/media/blogs/new/2012/05/polpot.jpg?mtime=1336857000"><img alt="" src="http://hellem.org/blog/media/blogs/new/2012/05/polpot.jpg?mtime=1336857000" width="125" height="197" /></a></div>

<p>Lots of clips to be found on Youtube</p>

<div class="videoblock"><object data="http://www.youtube.com/v/VsPDu-KuRyk" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/VsPDu-KuRyk" /><param name="wmode" value="transparent" /></object></div><div class="item_footer"><p><small><a href="http://hellem.org/blog/index.php/2012/05/12/my-latest-book-philip-short?blog=6">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://hellem.org/blog/index.php/2012/05/12/my-latest-book-philip-short?blog=6#comments</comments>
			<wfw:commentRss>http://hellem.org/blog/index.php?blog=6&#38;tempskin=_rss2&#38;disp=comments&#38;p=4817</wfw:commentRss>
		</item>
				<item>
			<title>Dive!!! "Stupe l&#230;ll"</title>
			<link>http://hellem.org/blog/index.php/2012/05/12/dive-stupe-laell?blog=6</link>
			<pubDate>Sat, 12 May 2012 16:36:00 +0000</pubDate>			<dc:creator>Rune Hellem</dc:creator>
			<category domain="main">Anything but the other</category>			<guid isPermaLink="false">4816@http://hellem.org/blog/</guid>
						<description>&lt;p&gt;Crazy mothafucka if you ask me!!&lt;/p&gt;

&lt;div class=&quot;videoblock&quot;&gt;&lt;object data=&quot;http://www.youtube.com/v/cd2pjrBzh1s&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/cd2pjrBzh1s&quot; /&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;&lt;/object&gt;&lt;/div&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://hellem.org/blog/index.php/2012/05/12/dive-stupe-laell?blog=6&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Crazy mothafucka if you ask me!!</p>

<div class="videoblock"><object data="http://www.youtube.com/v/cd2pjrBzh1s" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/cd2pjrBzh1s" /><param name="wmode" value="transparent" /></object></div><div class="item_footer"><p><small><a href="http://hellem.org/blog/index.php/2012/05/12/dive-stupe-laell?blog=6">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://hellem.org/blog/index.php/2012/05/12/dive-stupe-laell?blog=6#comments</comments>
			<wfw:commentRss>http://hellem.org/blog/index.php?blog=6&#38;tempskin=_rss2&#38;disp=comments&#38;p=4816</wfw:commentRss>
		</item>
				<item>
			<title>Communal duty work</title>
			<link>http://hellem.org/blog/index.php/2012/05/11/communal-duty-work?blog=6</link>
			<pubDate>Fri, 11 May 2012 18:37:00 +0000</pubDate>			<dc:creator>Rune Hellem</dc:creator>
			<category domain="main">Anything but the other</category>			<guid isPermaLink="false">4811@http://hellem.org/blog/</guid>
						<description>&lt;p&gt;On Wednesday, communal duty work (dugnad) in the kindergarten. Five blisters, but the sandboxes are much safer after we have dug up the sand and also swept the asphalt.&lt;/p&gt;&lt;div class=&quot;image_block&quot;&gt;&lt;a href=&quot;http://hellem.org/blog/media/blogs/new/2012/05/communalduty.jpg?mtime=1336761448&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://hellem.org/blog/media/blogs/new/2012/05/communalduty.jpg?mtime=1336761448&quot; width=&quot;480&quot; height=&quot;360&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://hellem.org/blog/index.php/2012/05/11/communal-duty-work?blog=6&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>On Wednesday, communal duty work (dugnad) in the kindergarten. Five blisters, but the sandboxes are much safer after we have dug up the sand and also swept the asphalt.</p><div class="image_block"><a href="http://hellem.org/blog/media/blogs/new/2012/05/communalduty.jpg?mtime=1336761448"><img alt="" src="http://hellem.org/blog/media/blogs/new/2012/05/communalduty.jpg?mtime=1336761448" width="480" height="360" /></a></div><div class="item_footer"><p><small><a href="http://hellem.org/blog/index.php/2012/05/11/communal-duty-work?blog=6">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://hellem.org/blog/index.php/2012/05/11/communal-duty-work?blog=6#comments</comments>
			<wfw:commentRss>http://hellem.org/blog/index.php?blog=6&#38;tempskin=_rss2&#38;disp=comments&#38;p=4811</wfw:commentRss>
		</item>
				<item>
			<title>Askerrunden 2012</title>
			<link>http://hellem.org/blog/index.php/2012/05/08/askerrunden-2012?blog=6</link>
			<pubDate>Tue, 08 May 2012 19:03:00 +0000</pubDate>			<dc:creator>Rune Hellem</dc:creator>
			<category domain="main">Sport</category>			<guid isPermaLink="false">4803@http://hellem.org/blog/</guid>
						<description>&lt;p&gt;Last Sunday I participated in Askerrunden, 67 kilometers in...Asker...quite happy with the result all in all. 33 of 39 ain&#039;t no good, but the time was ok. Sick two weeks ago, so I was very happy that I was able to hang in there together with a few others. Was not able to help them as much as I wanted, but they helped me a lot...&lt;/p&gt;

&lt;p&gt;Found this video, have to work harder next year so I can get a part in the movie as well :-)&lt;/p&gt;

&lt;div class=&quot;videoblock&quot;&gt;&lt;object data=&quot;http://www.youtube.com/v/7UfEGLjsbwY&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/7UfEGLjsbwY&quot; /&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;&lt;/object&gt;&lt;/div&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://hellem.org/blog/index.php/2012/05/08/askerrunden-2012?blog=6&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Last Sunday I participated in Askerrunden, 67 kilometers in...Asker...quite happy with the result all in all. 33 of 39 ain't no good, but the time was ok. Sick two weeks ago, so I was very happy that I was able to hang in there together with a few others. Was not able to help them as much as I wanted, but they helped me a lot...</p>

<p>Found this video, have to work harder next year so I can get a part in the movie as well :-)</p>

<div class="videoblock"><object data="http://www.youtube.com/v/7UfEGLjsbwY" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/7UfEGLjsbwY" /><param name="wmode" value="transparent" /></object></div><div class="item_footer"><p><small><a href="http://hellem.org/blog/index.php/2012/05/08/askerrunden-2012?blog=6">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://hellem.org/blog/index.php/2012/05/08/askerrunden-2012?blog=6#comments</comments>
			<wfw:commentRss>http://hellem.org/blog/index.php?blog=6&#38;tempskin=_rss2&#38;disp=comments&#38;p=4803</wfw:commentRss>
		</item>
				<item>
			<title>Got a Nissan Micra you want to get rid of?</title>
			<link>http://hellem.org/blog/index.php/2012/05/05/got-a-nissan-micra-you?blog=6</link>
			<pubDate>Sat, 05 May 2012 19:39:00 +0000</pubDate>			<dc:creator>Rune Hellem</dc:creator>
			<category domain="main">Anything but the other</category>			<guid isPermaLink="false">4801@http://hellem.org/blog/</guid>
						<description>&lt;p&gt;Have been watching all episodes of &lt;a href=&quot;http://www.nrk.no/nett-tv/klipp/827561/&quot;&gt;Team Bachstad, Mongol Rally 2011&lt;/a&gt;. Loved it! A natural follow up after having watched &lt;a href=&quot;http://longwayround.com/&quot;&gt;Long Way Round&lt;/a&gt; and &lt;a href=&quot;http://en.wikipedia.org/wiki/Long_Way_Down&quot;&gt;Long Way Down&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;You can participate this year as well...and need to use a...Nissan Micra....&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;To tackle the worst roads in the world you you need a chariot with an engine size of under 1 litre (ish). There is nothing like staring down the bonnet of a Nissan Micra at hundreds of miles of dirt track and foot-high rocks.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt; &lt;a href=&quot;http://www.theadventurists.com/the-adventures/mongol-rally&quot;&gt;http://www.theadventurists.com/the-adventures/mongol-rally&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Off course you can do it as a charity ride as well, like the Norwegian girls &lt;a href=&quot;http://cookingcharitychicks.com/&quot;&gt;CookingCharityChicks&lt;/a&gt; are supposed to do &lt;/p&gt;

&lt;p&gt;Also, a lot of clips to be found on &lt;a href=&quot;http://www.youtube.com/results?search_query=mongol+rally+2011&amp;amp;oq=mongol+rally&amp;amp;aq=2&amp;amp;aqi=g10&amp;amp;aql=&amp;amp;gs_l=youtube-psuggest.3.2.0l10.157.2211.0.3586.12.10.0.2.2.0.158.969.4j6.10.0...0.0.&quot;&gt;Youtube&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://hellem.org/blog/index.php/2012/05/05/got-a-nissan-micra-you?blog=6&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Have been watching all episodes of <a href="http://www.nrk.no/nett-tv/klipp/827561/">Team Bachstad, Mongol Rally 2011</a>. Loved it! A natural follow up after having watched <a href="http://longwayround.com/">Long Way Round</a> and <a href="http://en.wikipedia.org/wiki/Long_Way_Down">Long Way Down</a>. </p>

<p>You can participate this year as well...and need to use a...Nissan Micra....</p>
<blockquote><p>To tackle the worst roads in the world you you need a chariot with an engine size of under 1 litre (ish). There is nothing like staring down the bonnet of a Nissan Micra at hundreds of miles of dirt track and foot-high rocks.</p></blockquote><p> <a href="http://www.theadventurists.com/the-adventures/mongol-rally">http://www.theadventurists.com/the-adventures/mongol-rally</a></p>

<p>Off course you can do it as a charity ride as well, like the Norwegian girls <a href="http://cookingcharitychicks.com/">CookingCharityChicks</a> are supposed to do </p>

<p>Also, a lot of clips to be found on <a href="http://www.youtube.com/results?search_query=mongol+rally+2011&amp;oq=mongol+rally&amp;aq=2&amp;aqi=g10&amp;aql=&amp;gs_l=youtube-psuggest.3.2.0l10.157.2211.0.3586.12.10.0.2.2.0.158.969.4j6.10.0...0.0.">Youtube</a></p><div class="item_footer"><p><small><a href="http://hellem.org/blog/index.php/2012/05/05/got-a-nissan-micra-you?blog=6">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://hellem.org/blog/index.php/2012/05/05/got-a-nissan-micra-you?blog=6#comments</comments>
			<wfw:commentRss>http://hellem.org/blog/index.php?blog=6&#38;tempskin=_rss2&#38;disp=comments&#38;p=4801</wfw:commentRss>
		</item>
			</channel>
</rss>

