<?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>Marius van Witzenburg &#187; Fun</title>
	<atom:link href="http://mariusvw.com/tag/fun/feed/" rel="self" type="application/rss+xml" />
	<link>http://mariusvw.com</link>
	<description>&#34;Learned my lesson in life, now setting my action to stay in life.&#34;</description>
	<lastBuildDate>Mon, 26 Jul 2010 10:54:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Having fun on April 1st with SSH and Mac OS X</title>
		<link>http://mariusvw.com/2010/04/11/having-fun-on-april-1st-with-ssh-and-mac-os-x/</link>
		<comments>http://mariusvw.com/2010/04/11/having-fun-on-april-1st-with-ssh-and-mac-os-x/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 07:44:44 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[April]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Sleep]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://mariusvw.com/?p=1607</guid>
		<description><![CDATA[Contributed by: momerath Inspired by the latest MacAddict's April Fools' pranks, here are some very handy commands to remotely control a computer of which you are an administrator. These are most useful in a family environment where you own and administer the others' computers. They also work well over AirPort. First, you need to ssh [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Contributed by: momerath</strong></p>
<p>Inspired by the latest MacAddict's April Fools' pranks, here are some very handy commands to remotely control a computer of which you are an administrator.  These are most useful in a family environment where you own and administer the others' computers. They also work well over AirPort.</p>
<p>First, you need to ssh to the computer using your admin account.  Then, you can type in any or all of the following commands.</p>
<p>[<strong>robg adds</strong>: Read the rest of the article for the pranks. <strong>Please note that some of these are quite nasty!</strong> Using your power as Admin to remotely reboot someone's machine, for example, is a simply horrendous thing to do.  With that said, however, some of the following would be quite fun to do to someone with a good sense of humor...]</p>
<p>Note: Commands that are shown on two lines have the second line indented by two spaces.  Enter the command on <strong>one line</strong>, removing all but one space between the end of the first displayed line and the start of the second...</p>
<p>
<strong>Absolutely nasty:</strong></p>
<pre><code>sudo kill [program id learned from top] </code></pre>
<pre><code>sudo halt</code></pre>
<pre><code>sudo reboot</code></pre>
<pre><code>sudo osascript -e 'tell app "[name of an open program]" to quit'</code></pre>
<p>Note: using 'sudo open' over ssh does not give the user super-user privileges for the opened application.
</p>
<p>
<strong>Power:</strong></p>
<pre><code>sudo osascript -e 'tell app "Finder" to sleep'</code></pre>
<pre><code>sudo osascript -e 'tell app "Finder" to shut down'</code></pre>
</p>
<p>
<strong>General:</strong></p>
<pre><code>sudo open /Applications/iChat.app</code></pre>
<pre><code>sudo osascript -e "set volume 0"</code></pre>
<pre><code>sudo osascript -e "beep"</code></pre>
<pre><code>sudo osascript -e 'display dialog "Did you know that you are annoying?" buttons "Yes" with icon note'</code></pre>
<pre><code>sudo osascript -e 'tell app "Finder" to quit'</code></pre>
<pre><code>sudo open [path to an application]</code></pre>
</p>
<p>
<strong>Speech:</strong></p>
<pre><code>sudo osascript -e 'say "[whatever]" using "Zarvox"'</code></pre>
<pre><code>sudo osascript -e 'say "Dum dum dum dum dum dum dum he he he ho ho ho fa lah lah lah lah lah lah fa lah full hoo hoo hoo" using "Cellos"'</code></pre>
</p>
<p>
<strong>iTunes Control:</strong></p>
<pre><code>sudo open /Applications/iTunes.app; sudo osascript -e 'say "Play some music. Go on.  I dare you." using "Zarvox"'</code></pre>
<pre><code>sudo osascript -e 'tell app "iTunes" to stop' -e 'say "Please stop playing your annoying music" using "Zarvox"'</code></pre>
<pre><code>sudo osascript -e 'tell app "iTunes" to next track' -e 'say "I did not like that song very much" using "Zarvox"'</code></pre>
<pre><code>sudo osascript -e 'tell app "iTunes" to fast forward' -e 'say "This song is boring" using "Zarvox"'</code></pre>
<pre><code>sudo osascript -e 'tell app "iTunes" to quit'</code></pre>
</p>
<p>Have fun, but not <em>too</em> much fun!</p>
<p>~ <a href="http://www.macosxhints.com/article.php?story=20030328190234419">source</a> ~</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://mariusvw.com/2010/04/11/having-fun-on-april-1st-with-ssh-and-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>With a lot of hard work of us all we present: Raven Times edition 8</title>
		<link>http://mariusvw.com/2010/02/07/with-a-lot-of-hard-work-of-us-all-we-present-raven-times-edition-8/</link>
		<comments>http://mariusvw.com/2010/02/07/with-a-lot-of-hard-work-of-us-all-we-present-raven-times-edition-8/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 10:24:54 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Acoustic]]></category>
		<category><![CDATA[Celtic]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Fairyball]]></category>
		<category><![CDATA[Folk]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Irish]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[OMNIA]]></category>
		<category><![CDATA[Pagan]]></category>
		<category><![CDATA[Pagan Folk]]></category>
		<category><![CDATA[Raven Times]]></category>
		<category><![CDATA[RavenTimes]]></category>
		<category><![CDATA[Sexy]]></category>

		<guid isPermaLink="false">http://mariusvw.com/?p=1248</guid>
		<description><![CDATA[The past months we all worked hard to release the new Raven Times edition, today its finally the moment. As usual it will be released in four different languages: English / Dutch / German / French. Please visit the website of OMNIA to view it on the fanpages. You can find their website here. For [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://mariusvw.com/wp-content/uploads/2010/02/RavenTimes.png" alt="RavenTimes With a lot of hard work of us all we present: Raven Times edition 8" title="RavenTimes" width="600" height="245" class="alignnone size-full wp-image-1257" /></p>
<p>The past months we all worked hard to release the new Raven Times edition, today its finally the moment.</p>
<p>As usual it will be released in four different languages: English / Dutch / German / French.</p>
<p>Please visit the website of <a href='http://www.worldofomnia.com/' rel='external ' title=''>OMNIA</a> to view it on the fanpages.<br />
You can find their website <a href="http://www.worldofomnia.com">here</a>.</p>
<p>For all you guys and girls out there... Have fun reading...</p>
<p>Hope to see you soon on the <a href='http://www.fairyball.nl' rel='external ' title=''>Fairy Ball</a> <img src='http://mariusvw.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' title="With a lot of hard work of us all we present: Raven Times edition 8 photo" /> </p>
<p>~~<br />
Editors: Femke, Steve Sic en Jenny<br />
German translation: Bienchen (Maja)<br />
French translation: Célie<br />
Dutch translation: Femke<br />
Lay-out en computer stuff: Marius von Witzenbürg (me <img src='http://mariusvw.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' title="With a lot of hard work of us all we present: Raven Times edition 8 photo" /> )<br />
Drawings: Miez, Steve Sic and Alan Lee<br />
Photos: Marcel Bakker (plus many un named others)<br />
All copyrights on artwork text and photos © 2010 <a href='http://www.worldofomnia.com/' rel='external ' title=''>OMNIA</a>/<a href='http://www.paganscum.com' rel='external ' title=''>PaganScum</a> records</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://mariusvw.com/2010/02/07/with-a-lot-of-hard-work-of-us-all-we-present-raven-times-edition-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USB powered Coca-Cola engine</title>
		<link>http://mariusvw.com/2009/10/29/usb-powered-coca-cola-engine/</link>
		<comments>http://mariusvw.com/2009/10/29/usb-powered-coca-cola-engine/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 15:34:38 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[Funnies]]></category>
		<category><![CDATA[Can]]></category>
		<category><![CDATA[Coca]]></category>
		<category><![CDATA[Coca-Cola]]></category>
		<category><![CDATA[Cola]]></category>
		<category><![CDATA[Engine]]></category>
		<category><![CDATA[Fans]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Parts]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Stumble]]></category>
		<category><![CDATA[Surfing]]></category>

		<guid isPermaLink="false">http://mariusvw.com/?p=1135</guid>
		<description><![CDATA[While surfing the net for 5v fans for a project I'm working on... I stumbled upon this movie... Nice, an engine made out of a coca cola can and parts of a real engine]]></description>
			<content:encoded><![CDATA[<p>While surfing the net for 5v fans for a project I'm working on... I stumbled upon this movie...</p>
<p>Nice, an engine made out of a coca cola can and parts of a real engine <img src='http://mariusvw.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' title="USB powered Coca Cola engine photo" /> </p>
<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/cIf9iPskgJs&#038;fs=1" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/cIf9iPskgJs&#038;fs=1" /><param name="FlashVars" value="playerMode=embedded"/><param name="wmode" value="transparent"/></object></p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://mariusvw.com/2009/10/29/usb-powered-coca-cola-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crazy dutch people with there tooth brush paste.</title>
		<link>http://mariusvw.com/2009/09/05/crazy-dutch-people-with-there-tooth-brush-paste/</link>
		<comments>http://mariusvw.com/2009/09/05/crazy-dutch-people-with-there-tooth-brush-paste/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 12:18:54 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[Funnies]]></category>
		<category><![CDATA[Living]]></category>
		<category><![CDATA[Brush]]></category>
		<category><![CDATA[Commercial]]></category>
		<category><![CDATA[Crazy]]></category>
		<category><![CDATA[Fake]]></category>
		<category><![CDATA[Fooled]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Paste]]></category>
		<category><![CDATA[Sound]]></category>
		<category><![CDATA[Story]]></category>
		<category><![CDATA[Toothbrush]]></category>

		<guid isPermaLink="false">http://mariusvw.com/?p=911</guid>
		<description><![CDATA[When I saw the comercial of Sensodyne Iso Active I was like. YEAH RIGHT. If you look at the commercial the first things you notice: - The text is read in front of the camera. - The camera takes don't match. - The girl sounds completely non-beleavable. And now, you even have a website of [...]]]></description>
			<content:encoded><![CDATA[<p>When I saw the comercial of Sensodyne Iso Active I was like. YEAH RIGHT.</p>
<p>If you look at the commercial the first things you notice:<br />
- The text is read in front of the camera.<br />
- The camera takes don't match.<br />
- The girl sounds completely non-beleavable.</p>
<p>And now, you even have a website of this crazy hype.</p>
<p>Of course, Sensodyne is making great money out of us crazy people who just seem to fall for it every time.</p>
<p>Visit the Sensodyne crazyness <a href="http://www.mondsdolheid.nl/">here</a></p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://mariusvw.com/2009/09/05/crazy-dutch-people-with-there-tooth-brush-paste/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Icecream near the beach, what a surprise.</title>
		<link>http://mariusvw.com/2009/08/14/icecream-near-the-beach-what-a-surprise/</link>
		<comments>http://mariusvw.com/2009/08/14/icecream-near-the-beach-what-a-surprise/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 08:09:16 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[Funnies]]></category>
		<category><![CDATA[Beach]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Icecream]]></category>
		<category><![CDATA[Surprise]]></category>

		<guid isPermaLink="false">http://mariusvw.com/?p=599</guid>
		<description><![CDATA[Personally I think this is not great to experience but it is fun to see it happen]]></description>
			<content:encoded><![CDATA[<p>Personally I think this is not great to experience but it is fun to see it happen <img src='http://mariusvw.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' title="Icecream near the beach, what a surprise. photo" /> </p>
<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/PIg6URsSVsE&#038;fs=1" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/PIg6URsSVsE&#038;fs=1" /><param name="FlashVars" value="playerMode=embedded"/><param name="wmode" value="transparent"/></object></p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://mariusvw.com/2009/08/14/icecream-near-the-beach-what-a-surprise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yesterday&#8217;s barbeque/grill in 3 steps ;)</title>
		<link>http://mariusvw.com/2009/08/09/yesterdays-barbeque-grill-in-3-steps/</link>
		<comments>http://mariusvw.com/2009/08/09/yesterdays-barbeque-grill-in-3-steps/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 14:32:25 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[Barbeque]]></category>
		<category><![CDATA[Eating]]></category>
		<category><![CDATA[Food]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Grill]]></category>

		<guid isPermaLink="false">http://mariusvw.com/?p=485</guid>
		<description><![CDATA[1. You get a shitload of food in your refrigerator: 2. You place the food on a grill or BBQ (our bbq turned into a grill uh something ). And wait... 3. After repeating step 2 a lot of times, your result might be the same as ours:]]></description>
			<content:encoded><![CDATA[<p>1. You get a shitload of food in your refrigerator:</p>
<p><a href="http://mariusvw.com/wp-content/uploads/2009/08/IMG_0419.jpg" rel="lightbox[485]" title="Full refrigerator"><img class="alignnone size-medium wp-image-486" title="Full refrigerator" src="http://mariusvw.com/wp-content/uploads/2009/08/IMG_0419-384x512.jpg" alt="Full refrigerator" width="384" height="512" /></a></p>
<p>2. You place the food on a grill or BBQ (our bbq turned into a grill uh something <img src='http://mariusvw.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' title="Yesterdays barbeque/grill in 3 steps ;) photo" /> ). And wait...</p>
<p><a href="http://mariusvw.com/wp-content/uploads/2009/08/IMG_0425.jpg" rel="lightbox[485]" title="Table Grill"><img class="alignnone size-medium wp-image-487" title="Table Grill" src="http://mariusvw.com/wp-content/uploads/2009/08/IMG_0425-384x512.jpg" alt="Tafel Grill" width="384" height="512" /></a></p>
<p>3. After repeating step 2 a lot of times, your result might be the same as ours:</p>
<p><a href="http://mariusvw.com/wp-content/uploads/2009/08/IMG_0429.JPG" rel="lightbox[485]" title="Done grilling."><img class="alignnone size-medium wp-image-488" title="Done grilling." src="http://mariusvw.com/wp-content/uploads/2009/08/IMG_0429-512x384.jpg" alt="Done grilling." width="512" height="384" /></a></p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://mariusvw.com/2009/08/09/yesterdays-barbeque-grill-in-3-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smileys are fun, at least, these are!</title>
		<link>http://mariusvw.com/2009/08/06/smileys-are-fun-at-least-these-are/</link>
		<comments>http://mariusvw.com/2009/08/06/smileys-are-fun-at-least-these-are/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 17:24:32 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[Funnies]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Joke]]></category>
		<category><![CDATA[Smiley]]></category>
		<category><![CDATA[Sound]]></category>

		<guid isPermaLink="false">http://mariusvw.com/?p=363</guid>
		<description><![CDATA[Smiley 1You can use them for your keychain if you want or just save them... See the mp3 recordings below if you want to know how they sound MP3 sounds: Smiley One Smiley Two Smiley Three Smiley Four]]></description>
			<content:encoded><![CDATA[<p>Smiley 1You can use them for your keychain if you want or just save them...</p>
<p>See the mp3 recordings below if you want to know how they sound <img src='http://mariusvw.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' title="Smileys are fun, at least, these are! photo" /><br />
<a href="http://mariusvw.com/wp-content/uploads/2009/08/IMG_0413.jpg" rel="lightbox[363]" title="IMG_0413"><img src="http://mariusvw.com/wp-content/uploads/2009/08/IMG_0413-575x430.jpg" alt="IMG 0413 575x430 Smileys are fun, at least, these are!" title="IMG_0413" width="575" height="430" class="alignnone size-medium wp-image-383" /></a></p>
<p>MP3 sounds:</p>
<ul>
<li><a href='http://mariusvw.com/wp-content/uploads/2009/08/1.mp3'>Smiley One</a></li>
<li><a href='http://mariusvw.com/wp-content/uploads/2009/08/2.mp3'>Smiley Two</a></li>
<li><a href='http://mariusvw.com/wp-content/uploads/2009/08/3.mp3'>Smiley Three</a></li>
<li><a href='http://mariusvw.com/wp-content/uploads/2009/08/4.mp3'>Smiley Four</a></li>
</ul>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://mariusvw.com/2009/08/06/smileys-are-fun-at-least-these-are/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://mariusvw.com/wp-content/uploads/2009/08/1.mp3" length="158823" type="audio/mpeg" />
<enclosure url="http://mariusvw.com/wp-content/uploads/2009/08/2.mp3" length="186408" type="audio/mpeg" />
<enclosure url="http://mariusvw.com/wp-content/uploads/2009/08/3.mp3" length="61857" type="audio/mpeg" />
<enclosure url="http://mariusvw.com/wp-content/uploads/2009/08/4.mp3" length="193096" type="audio/mpeg" />
		</item>
		<item>
		<title>day 31, week 31 :-)</title>
		<link>http://mariusvw.com/2009/07/31/day-31-week-31/</link>
		<comments>http://mariusvw.com/2009/07/31/day-31-week-31/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 12:56:31 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://mariusvw.wordpress.com/2009/07/31/day-31-week-31/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://mariusvw.com/wp-content/uploads/2009/07/74c2510dc253f4f7e70f33ebe9633eb9.jpg" rel="lightbox[129]" title="Day 31, week 31"><img src="http://mariusvw.com/wp-content/uploads/2009/07/74c2510dc253f4f7e70f33ebe9633eb9-225x300.jpg" alt="Day 31, week 31" title="Day 31, week 31" width="225" height="300" class="alignnone size-medium wp-image-128" /></a></p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://mariusvw.com/2009/07/31/day-31-week-31/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The climbing fridge cat ;)</title>
		<link>http://mariusvw.com/2009/02/01/the-climbing-fridge-cat/</link>
		<comments>http://mariusvw.com/2009/02/01/the-climbing-fridge-cat/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 18:29:53 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[Cat]]></category>
		<category><![CDATA[Door]]></category>
		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://mariusvw.wordpress.com/2009/02/01/the-climbing-fridge-cat/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://mariusvw.com/wp-content/uploads/2009/02/bb8299ad6244ef8f594156c3ef955e9b.jpg" rel="lightbox[17]" title="bb8299ad6244ef8f594156c3ef955e9b.jpg"><img src="http://mariusvw.com/wp-content/uploads/2009/02/bb8299ad6244ef8f594156c3ef955e9b-225x300.jpg" alt="bb8299ad6244ef8f594156c3ef955e9b.jpg" title="bb8299ad6244ef8f594156c3ef955e9b.jpg" width="225" height="300" class="alignnone size-medium wp-image-16" /></a></p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://mariusvw.com/2009/02/01/the-climbing-fridge-cat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fun: digidaantje guerilla night at youtube</title>
		<link>http://mariusvw.com/2008/09/21/fun-digidaantje-guerilla-night-at-youtube/</link>
		<comments>http://mariusvw.com/2008/09/21/fun-digidaantje-guerilla-night-at-youtube/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 17:41:20 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[Funnies]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://mariusvw.com/?p=306</guid>
		<description><![CDATA[DigiDaantje's guerilla night posted at youtube. I hope you all will like the clip about this happening! * update * You can find the clip here: http://nl.youtube.com/watch?v=5fFF7nteiyE]]></description>
			<content:encoded><![CDATA[<p>DigiDaantje's guerilla night posted at youtube.</p>
<p>I hope you all will like the clip about this happening! <img src='http://mariusvw.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="fun: digidaantje guerilla night at youtube photo" /> </p>
<p>* update *<br />
You can find the clip here:</p>
<p>http://nl.youtube.com/watch?v=5fFF7nteiyE</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://mariusvw.com/2008/09/21/fun-digidaantje-guerilla-night-at-youtube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
