<?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"
	>

<channel>
	<title></title>
	<atom:link href="http://ctrlsave.com/airmonsters/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://ctrlsave.com/airmonsters</link>
	<description>Development blog for air monsters</description>
	<pubDate>Thu, 11 Sep 2008 13:49:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Reading multiple sensor data from arduino</title>
		<link>http://ctrlsave.com/airmonsters/?p=160</link>
		<comments>http://ctrlsave.com/airmonsters/?p=160#comments</comments>
		<pubDate>Tue, 22 Apr 2008 18:04:16 +0000</pubDate>
		<dc:creator>ctrlsave</dc:creator>
		
		<category><![CDATA[technology]]></category>

		<category><![CDATA[arduino]]></category>

		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://ctrlsave.com/airmonsters/?p=160</guid>
		<description><![CDATA[I used to have this naive thinking that reading a sensor input from arduino is just a few lines of codes that I can copy and paste over and over again , probably because I worked with quite a lot of sensors in my last project &#8220;portable windows&#8221; as well, but for portable windows I [...]]]></description>
			<content:encoded><![CDATA[<p>I used to have this naive thinking that reading a sensor input from arduino is just a few lines of codes that I can copy and paste over and over again , probably because I worked with quite a lot of sensors in my last project &#8220;portable windows&#8221; as well, but for portable windows I was doing everything in arduino. So when I really wanted to start bringing in a few different input from the same port, I was completely stoned. Thankfully, I got myself a copy of &#8220;Making things work&#8221; by tom igoe and I saved myself back there. So i&#8217;m going to share this code with everyone, I modified it a little, its all about assigning variables so it should be easy. I would love to help if anyone needs any (not that i&#8217;m good) , but i&#8217;ll try.</p>
<p>here goes : processing.</p>
<p>import processing.serial.*;</p>
<p>int linefeed = 10;<br />
Serial myPort;  // The serial port</p>
<p>int one, two, three, four, five;</p>
<p>void setup()<br />
{<br />
  size(512, 200);<br />
  // always start Minim first<br />
  println(Serial.list());</p>
<p>  myPort = new Serial(this, Serial.list()[0], 9600);<br />
  myPort.bufferUntil(linefeed);</p>
<p>}</p>
<p>void draw(){</p>
<p>  background(0);<br />
  if(two>0){<br />
    five=two;</p>
<p>  }<br />
  else{<br />
    two=five;<br />
  }<br />
  println(&#8221;five  =&#8221;+five);<br />
  delay(1000);<br />
}</p>
<p>void serialEvent(Serial myPort){<br />
  String myString = myPort.readStringUntil(linefeed); //the ascii value of the &#8220;|&#8221; character<br />
  if(myString != null ){<br />
    myString = trim(myString);<br />
    int sensors[] = int(split(myString, &#8216;,&#8217;));<br />
    //now assign your values in processing</p>
<p>      if (sensors.length == 4){</p>
<p>      one = sensors[0];<br />
      two = sensors[1];<br />
      three = sensors[2];<br />
      four = sensors[3];</p>
<p>      println(&#8221;one   =&#8221;+one);<br />
      println(&#8221;two   =&#8221;+two);<br />
      println(&#8221;three =&#8221;+three);<br />
      println(&#8221;four  =&#8221;+four);</p>
<p>    }</p>
<p>  }</p>
<p>} </p>
<p>For arduino&#8217;s part, its per normal but when you do a serial print u need to add a &#8220;,&#8221; after each sensor&#8217;s data. And after the last println it should end with a &#8220;|&#8221; println. What this does is that it recognises every data as an input denoted by the comma and ends every loop with an &#8220;|&#8221;.</p>
<p>Example :</p>
<p> Serial.print(gas,DEC);<br />
    Serial.print(&#8221;,&#8221;);<br />
Serial.println(retTemp, DEC);<br />
   // Serial.print(&#8221;|&#8221;);</p>
<p>hope that helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://ctrlsave.com/airmonsters/?feed=rss2&amp;p=160</wfw:commentRss>
		</item>
		<item>
		<title>Video</title>
		<link>http://ctrlsave.com/airmonsters/?p=159</link>
		<comments>http://ctrlsave.com/airmonsters/?p=159#comments</comments>
		<pubDate>Tue, 22 Apr 2008 16:47:16 +0000</pubDate>
		<dc:creator>ctrlsave</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ctrlsave.com/airmonsters/?p=159</guid>
		<description><![CDATA[just testing vimeo  
Air Monsters from ctrlsave on Vimeo.
]]></description>
			<content:encoded><![CDATA[<p>just testing vimeo <img src='http://ctrlsave.com/airmonsters/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><object type="application/x-shockwave-flash" width="400" height="300" data="http://www.vimeo.com/moogaloop.swf?clip_id=928051&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color="><param name="quality" value="best" /><param name="allowfullscreen" value="true" /><param name="scale" value="showAll" /><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=928051&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=" /></object><br /><a href="http://www.vimeo.com/928051/l:embed_928051">Air Monsters</a> from <a href="http://www.vimeo.com/user448469/l:embed_928051">ctrlsave</a> on <a href="http://vimeo.com/l:embed_928051">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ctrlsave.com/airmonsters/?feed=rss2&amp;p=159</wfw:commentRss>
		</item>
		<item>
		<title>User Testing</title>
		<link>http://ctrlsave.com/airmonsters/?p=121</link>
		<comments>http://ctrlsave.com/airmonsters/?p=121#comments</comments>
		<pubDate>Sat, 05 Apr 2008 08:18:07 +0000</pubDate>
		<dc:creator>ctrlsave</dc:creator>
		
		<category><![CDATA[Plans]]></category>

		<category><![CDATA[Thoughts]]></category>

		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://ctrlsave.com/airmonsters/?p=121</guid>
		<description><![CDATA[While doing my documentation video in school, I did some user testing with Hunping, Jiny and Alvin. Here are some results.
1. All of them felt that the spring mechanisms worked well.
2.The unit felt a little heavy at first handling but they got used to it almost immediately.
3.It felt nice to carry with the groove by [...]]]></description>
			<content:encoded><![CDATA[<p>While doing my documentation video in school, I did some user testing with Hunping, Jiny and Alvin. Here are some results.</p>
<p>1. All of them felt that the spring mechanisms worked well.</p>
<p>2.The unit felt a little heavy at first handling but they got used to it almost immediately.</p>
<p>3.It felt nice to carry with the groove by the side and also the weight was gone .</p>
<p>Some observations on my side.</p>
<p>The screen looked kind of clumsy on the hand. Also it didn&#8217;t make sense to me when they had to lift their  hand after compressing it.I would simplify the process. Thus I made the decision to place the screen on the unit itself by making an additional skin for it which would fit on both the unit and possibly any part of our body.</p>
]]></content:encoded>
			<wfw:commentRss>http://ctrlsave.com/airmonsters/?feed=rss2&amp;p=121</wfw:commentRss>
		</item>
		<item>
		<title>Completed Prototype 02.1</title>
		<link>http://ctrlsave.com/airmonsters/?p=120</link>
		<comments>http://ctrlsave.com/airmonsters/?p=120#comments</comments>
		<pubDate>Sat, 05 Apr 2008 08:07:12 +0000</pubDate>
		<dc:creator>ctrlsave</dc:creator>
		
		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://ctrlsave.com/airmonsters/?p=120</guid>
		<description><![CDATA[
Prototype 02
I intend to improve on it further over the next few days. Things such as the strap would definitely be improved on. I&#8217;m just going to do an initial documentation video with this .
]]></description>
			<content:encoded><![CDATA[<p><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2667.jpg" title="cimg2667.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2667.jpg" alt="cimg2667.jpg" /></a></p>
<p>Prototype 02</p>
<p>I intend to improve on it further over the next few days. Things such as the strap would definitely be improved on. I&#8217;m just going to do an initial documentation video with this .</p>
]]></content:encoded>
			<wfw:commentRss>http://ctrlsave.com/airmonsters/?feed=rss2&amp;p=120</wfw:commentRss>
		</item>
		<item>
		<title>Skinning my Skeleton</title>
		<link>http://ctrlsave.com/airmonsters/?p=107</link>
		<comments>http://ctrlsave.com/airmonsters/?p=107#comments</comments>
		<pubDate>Fri, 04 Apr 2008 12:24:34 +0000</pubDate>
		<dc:creator>ctrlsave</dc:creator>
		
		<category><![CDATA[experiment]]></category>

		<category><![CDATA[materials]]></category>

		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://ctrlsave.com/airmonsters/?p=107</guid>
		<description><![CDATA[








]]></description>
			<content:encoded><![CDATA[<p><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2633.jpg" title="cimg2633.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2633.jpg" alt="cimg2633.jpg" /></a><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2635.jpg" title="cimg2635.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2635.jpg" alt="cimg2635.jpg" /></a><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2636.jpg" title="cimg2636.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2636.jpg" alt="cimg2636.jpg" /></a></p>
<p><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2639.jpg" title="cimg2639.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2639.jpg" alt="cimg2639.jpg" /></a></p>
<p><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2642.jpg" title="cimg2642.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2642.jpg" alt="cimg2642.jpg" /></a></p>
<p><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2644.jpg" title="cimg2644.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2644.jpg" alt="cimg2644.jpg" /></a></p>
<p><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2645.jpg" title="cimg2645.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2645.jpg" alt="cimg2645.jpg" /></a></p>
<p><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2650.jpg" title="cimg2650.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2650.jpg" alt="cimg2650.jpg" /></a></p>
<p><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2651.jpg" title="cimg2651.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2651.jpg" alt="cimg2651.jpg" /></a></p>
<p><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2646.jpg" title="cimg2646.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2646.jpg" alt="cimg2646.jpg" /></a></p>
<p><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2664.jpg" title="cimg2664.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2664.jpg" alt="cimg2664.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ctrlsave.com/airmonsters/?feed=rss2&amp;p=107</wfw:commentRss>
		</item>
		<item>
		<title>Laser Cut + Spring mechanism assembly</title>
		<link>http://ctrlsave.com/airmonsters/?p=93</link>
		<comments>http://ctrlsave.com/airmonsters/?p=93#comments</comments>
		<pubDate>Fri, 04 Apr 2008 12:02:59 +0000</pubDate>
		<dc:creator>ctrlsave</dc:creator>
		
		<category><![CDATA[materials]]></category>

		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://ctrlsave.com/airmonsters/?p=93</guid>
		<description><![CDATA[The laser cut didn&#8217;t turn out as well as I thought it would be for the fact that there were burn marks at the edges of the wood pieces. It&#8217;s quite difficult to find a quality laser cutting service like those in the transmediale workshop.
I decided to change the sponge from the melamine white sponge [...]]]></description>
			<content:encoded><![CDATA[<p>The laser cut didn&#8217;t turn out as well as I thought it would be for the fact that there were burn marks at the edges of the wood pieces. It&#8217;s quite difficult to find a quality laser cutting service like those in the transmediale workshop.</p>
<p>I decided to change the sponge from the melamine white sponge to a normal dish washing sponge that I got from daiso. ( i love daiso). This sponge is easier to compress yet doesn&#8217;t lose its shape easily. I wanted to just use glue to put them together but the wood was heavier than I thought it would be. In order to build a strong structure that would not tear apart by itself, I thought it would be great to have a spine to hold these pieces and yet be compressable. I drilled four holes on each circle at the same spots and through these holes, I used a nylon string to tie each part and sponge together. This proved to be a test of patience and big mess but I managed to pull it off somehow. Attached are the photos. The glue that I used are wood glue, which worked perfectly to hold the sponge together.</p>
<p><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2601.jpg" title="cimg2601.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2601.jpg" alt="cimg2601.jpg" /></a></p>
<p><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2602.jpg" title="cimg2602.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2602.jpg" alt="cimg2602.jpg" /></a></p>
<p>Burnt edges</p>
<p><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2603.jpg" title="cimg2603.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2603.jpg" alt="cimg2603.jpg" /></a><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2604.jpg" title="cimg2604.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2604.jpg" alt="cimg2604.jpg" /></a></p>
<p>marking out and drilling holes for spine</p>
<p><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2606.jpg" title="cimg2606.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2606.jpg" alt="cimg2606.jpg" /></a></p>
<p><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2607.jpg" title="cimg2607.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2607.jpg" alt="cimg2607.jpg" /></a></p>
<p><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2608.jpg" title="cimg2608.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2608.jpg" alt="cimg2608.jpg" /></a></p>
<p>messy messy spine. one needs patience</p>
<p><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2610.jpg" title="cimg2610.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2610.jpg" alt="cimg2610.jpg" /></a></p>
<p>The wood glue which i&#8217;m using can be found in spotlight in plaza singapura</p>
<p><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2614.jpg" title="cimg2614.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2614.jpg" alt="cimg2614.jpg" /></a></p>
<p><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2615.jpg" title="cimg2615.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2615.jpg" alt="cimg2615.jpg" /></a></p>
<p><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2617.jpg" title="cimg2617.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2617.jpg" alt="cimg2617.jpg" /></a></p>
<p>completed skeleton. Waiting for the glue to dry</p>
<p><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2619.jpg" title="cimg2619.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/04/cimg2619.jpg" alt="cimg2619.jpg" /></a></p>
<p>Interior view of spine</p>
]]></content:encoded>
			<wfw:commentRss>http://ctrlsave.com/airmonsters/?feed=rss2&amp;p=93</wfw:commentRss>
		</item>
		<item>
		<title>dot dot dot</title>
		<link>http://ctrlsave.com/airmonsters/?p=92</link>
		<comments>http://ctrlsave.com/airmonsters/?p=92#comments</comments>
		<pubDate>Fri, 14 Mar 2008 15:21:02 +0000</pubDate>
		<dc:creator>ctrlsave</dc:creator>
		
		<category><![CDATA[Plans]]></category>

		<guid isPermaLink="false">http://ctrlsave.com/airmonsters/?p=92</guid>
		<description><![CDATA[11 lasercutting done
11 choice of material finished
11 decision what monitor/screen will be used. where is the screen located
11 present sensors working
11 values from the object visualized in processing as a proof of concept
]]></description>
			<content:encoded><![CDATA[<p>11 lasercutting done<br />
11 choice of material finished<br />
11 decision what monitor/screen will be used. where is the screen located<br />
11 present sensors working<br />
11 values from the object visualized in processing as a proof of concept</p>
]]></content:encoded>
			<wfw:commentRss>http://ctrlsave.com/airmonsters/?feed=rss2&amp;p=92</wfw:commentRss>
		</item>
		<item>
		<title>Laser Cutting Services</title>
		<link>http://ctrlsave.com/airmonsters/?p=91</link>
		<comments>http://ctrlsave.com/airmonsters/?p=91#comments</comments>
		<pubDate>Fri, 14 Mar 2008 15:19:28 +0000</pubDate>
		<dc:creator>ctrlsave</dc:creator>
		
		<category><![CDATA[materials]]></category>

		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://ctrlsave.com/airmonsters/?p=91</guid>
		<description><![CDATA[After much surfing, mailing, calling, I finally found a place suitable for Laser Cutting that deals with wood. Sorry Andreas, Good Strong Gum is unfortunately not strong with wood apparently. Plastic yes.
The link for this place is http://www.acmecraft.com.sg/ . They are quite cool. One domain with one photo.
]]></description>
			<content:encoded><![CDATA[<p>After much surfing, mailing, calling, I finally found a place suitable for Laser Cutting that deals with wood. Sorry Andreas, Good Strong Gum is unfortunately not strong with wood apparently. Plastic yes.</p>
<p>The link for this place is http://www.acmecraft.com.sg/ . They are quite cool. One domain with one photo.</p>
]]></content:encoded>
			<wfw:commentRss>http://ctrlsave.com/airmonsters/?feed=rss2&amp;p=91</wfw:commentRss>
		</item>
		<item>
		<title>Prototype</title>
		<link>http://ctrlsave.com/airmonsters/?p=85</link>
		<comments>http://ctrlsave.com/airmonsters/?p=85#comments</comments>
		<pubDate>Fri, 14 Mar 2008 15:11:09 +0000</pubDate>
		<dc:creator>ctrlsave</dc:creator>
		
		<category><![CDATA[experiment]]></category>

		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://ctrlsave.com/airmonsters/?p=85</guid>
		<description><![CDATA[Using the melamine foam, I assembled a new prototype with the skin included to test the self inflating capabilities and it worked pretty well. The next step is to laser cut my final design and start production on the actual input self-inflating unit.
 
]]></description>
			<content:encoded><![CDATA[<p>Using the melamine foam, I assembled a new prototype with the skin included to test the self inflating capabilities and it worked pretty well. The next step is to laser cut my final design and start production on the actual input self-inflating unit.</p>
<p><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/03/proto1.jpg" title="proto1.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/03/proto1.jpg" alt="proto1.jpg" /></a> <a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/03/proto2.jpg" title="proto2.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/03/proto2.jpg" alt="proto2.jpg" /></a><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/03/protousertest.jpg" title="protousertest.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/03/protousertest.jpg" alt="protousertest.jpg" /></a><a href="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/03/protouser2.jpg" title="protouser2.jpg"><img src="http://ctrlsave.com/airmonsters/wp-content/uploads/2008/03/protouser2.jpg" alt="protouser2.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ctrlsave.com/airmonsters/?feed=rss2&amp;p=85</wfw:commentRss>
		</item>
		<item>
		<title>Prototype Video</title>
		<link>http://ctrlsave.com/airmonsters/?p=84</link>
		<comments>http://ctrlsave.com/airmonsters/?p=84#comments</comments>
		<pubDate>Fri, 14 Mar 2008 14:06:16 +0000</pubDate>
		<dc:creator>ctrlsave</dc:creator>
		
		<category><![CDATA[experiment]]></category>

		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://ctrlsave.com/airmonsters/?p=84</guid>
		<description><![CDATA[ 
]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/rkoQp76-Kr0"></param> <embed src="http://www.youtube.com/v/rkoQp76-Kr0" type="application/x-shockwave-flash" width="425" height="350"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://ctrlsave.com/airmonsters/?feed=rss2&amp;p=84</wfw:commentRss>
		</item>
	</channel>
</rss>
