<?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>Team140.com &#187; hack</title>
	<atom:link href="http://team140.com/tag/hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://team140.com</link>
	<description>Nothing to see here, move along folks!</description>
	<lastBuildDate>Thu, 07 Jan 2010 20:38:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>FedEx Brought Some Goodies!</title>
		<link>http://team140.com/2009/09/25/fedex-brought-some-goodies/</link>
		<comments>http://team140.com/2009/09/25/fedex-brought-some-goodies/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 00:50:36 +0000</pubDate>
		<dc:creator>Team140</dc:creator>
				<category><![CDATA[Hacks!]]></category>
		<category><![CDATA[900 mhz]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[digi]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[rf]]></category>
		<category><![CDATA[xtend]]></category>

		<guid isPermaLink="false">http://team140.com/?p=519</guid>
		<description><![CDATA[In my quest to get a balloon into the Stratosphere, I ran across a few teams using Arduino boards to operate payload functions and some that used the Digi Xtend RF modules for communication. I bought both! The photos can be found on flicker by clicking here. There&#8217;s WAY too much to post here without [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/HEHdD7pd64I&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/HEHdD7pd64I&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p style="text-align: left;">In my quest to get a balloon into the Stratosphere, I ran across a few teams using Arduino boards to operate payload functions and some that used the Digi Xtend RF modules for communication. I bought both!</p>
<p style="text-align: left;">The photos can be found on flicker by clicking <a href="http://www.flickr.com/photos/team140/sets/72157622455443680/" target="_blank">here</a>. There&#8217;s WAY too much to post here without going overboard!</p>
]]></content:encoded>
			<wfw:commentRss>http://team140.com/2009/09/25/fedex-brought-some-goodies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Multipass USB Project</title>
		<link>http://team140.com/2009/08/20/the-multipass-usb-project/</link>
		<comments>http://team140.com/2009/08/20/the-multipass-usb-project/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 16:32:13 +0000</pubDate>
		<dc:creator>Team140</dc:creator>
				<category><![CDATA[Hacks!]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[multiboot]]></category>
		<category><![CDATA[multipass]]></category>
		<category><![CDATA[rescue cd]]></category>
		<category><![CDATA[thumb drive]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://team140.com/?p=471</guid>
		<description><![CDATA[As a Systems Administrator I find myself always needing a certain tool of boot CD I don&#8217;t have with me. I&#8217;ve recently stopped carrying any CDs or DVDs with me as they always find a way to get damaged. I&#8217;ve just kept an 8GB Sandisk Cruzer thumb drive on hand with some specific tools. Until [...]]]></description>
			<content:encoded><![CDATA[<p>As a Systems Administrator I find myself always needing a certain tool of boot CD I don&#8217;t have with me. I&#8217;ve recently stopped carrying any CDs or DVDs with me as they always find a way to get damaged. I&#8217;ve just kept an 8GB Sandisk Cruzer thumb drive on hand with some specific tools. Until the other day these tools consisted of basic antivirus, system configuration tools and a couple of portable apps. I wanted something more, but never had the time to put together The Mother Of All USB Thumb Drives until now.</p>
<p>Let&#8217;s face it, the best USB thumb drive will boot on it&#8217;s own into it&#8217;s own operating system or specialized utility. <em>Those are the thumb drives that save the day!</em> Of course, if you have a thumb drive that boots into a drive imaging utility that really does you no good at all if you need to do a virus scan. That&#8217;s where Multipass (Multiboot) USB comes in.</p>
<p>Here&#8217;s how it works:</p>
<p>Every bootable drive has a set of instructions at a certain place that tells the computer how to load and run what&#8217;s on the drive. Normally, these set of instructions tell the computer to load Windows, OS X, DOS, Linux or whatever type of system you&#8217;re using. With the addition of a &#8220;Boot Manager&#8221;, the drive tells the computer to load the boot manager the same way &#8211; except the boot manager can now give you a selection of what you want to boot your computer into. Boot managers have been around for a while, but making their way onto USB drives is relatively new.</p>
<p>OK, so what&#8217;s the plan? What are we going to do with this USB Drive? I have several tools I consider &#8220;favorites&#8221; and we&#8217;re going to combine them all on one USB thumb drive. Here they are and what they do:</p>
<p><a href="http://www.trinityhome.org" target="_blank">Trinity Rescue Kit</a> &#8211; <em>&#8220;Trinity Rescue Kit or TRK is a <strong>free </strong>live Linux distribution that aims specifically at <strong>recovery and repair operations </strong>on Windows machines, but is equally usable for Linux recovery issues.&#8221;</em> <strong>- Trinity is my newest favorite tool. It resets passwords, runs virus scans from 4 different vendors, rootkit detection, filesharing, drive evacuation &#8211; you name it. It&#8217;s a very thorough tool.</strong></p>
<p><a href="http://www.piotrbania.com/all/kon-boot/" target="_blank">Kon-Boot</a> &#8211; <em>&#8220;<strong>Kon-Boot</strong> is an prototype piece of software which allows to              change contents of a linux kernel (<strong>and now Windows kernel also!!!</strong>) on the fly (while booting). In the              current compilation state it allows to log into a linux system as &#8216;root&#8217;              user <strong>without typing the correct password </strong>or to <strong>elevate              privileges</strong> from <strong>current user to root</strong>. For <strong>Windows</strong> systems it allows to enter any password protected profile <strong>without              any knowledge of the password</strong>.&#8221;<strong> </strong></em><strong>- It does exactly what it says it does. very well and damn near seamless.  Fantastic for Forensics and getting back into machines that you&#8217;ve long forgotten the passwords to.</strong></p>
<p><a href="http://ophcrack.sourceforge.net/" target="_blank">Ophcrack</a> &#8211; &#8220;<em>Ophcrack is a free Windows password cracker based on rainbow        tables. It is a very efficient implementation of rainbow tables        done by the inventors of the method. It comes with a         Graphical User Interface and runs on multiple platforms.&#8221;</em><strong> &#8211; As the one in charge of IT security, it&#8217;s my job to make sure your passwords are secure enough. This fantastic tool will tell me who passes and who fails the test!</strong></p>
<p><a href="http://www.dban.org" target="_blank">DBAN</a> -<em> &#8220;Darik&#8217;s Boot and Nuke (&#8220;DBAN&#8221;) is a self-contained boot disk that securely wipes the hard disks of most computers. DBAN will automatically and completely delete the contents of any hard disk that it can detect, which makes it an appropriate utility for bulk or emergency data destruction.&#8221;</em> <strong>- With a government IT background and my current position having to rely on HIPAA guidelines, DBAN is a great tool to wipe a computer&#8217;s hard drive to Department of Defense specs.</strong></p>
<p><a href="http://www.hiren.info/pages/bootcd" target="_blank">Hiren&#8217;s 9.9</a> &#8211; <strong>Hiren&#8217;s Boot CD is the standard by which all other Rescue CDs are measured. This CD has an <em>amazing</em> amount of stuff on it. It was my #1 go to CD for a long time.</strong></p>
<p><a href="http://www.ubuntu.com" target="_blank">Ubuntu 9.04 LiveCD</a> -<em> &#8220;Ubuntu is a community developed, Linux-based operating system that is perfect for laptops, desktops and servers. It contains all the applications you need &#8211; a web browser, presentation, document and spreadsheet software, instant messaging and much more.&#8221;</em><strong> &#8211; If the machine won&#8217;t boot at all and you NEED to get into an operating system for something, an Ubuntu LiveCD will save the day.</strong></p>
<p><a href="http://www.microsoft.com/windows" target="_blank">Windows 7 Install DVD</a> &#8211; <strong>Windows 7 is going to be a hit. I&#8217;ll be prepared with the ability to install it from a USB drive as well as boot into the recovery mode to solve problems.</strong></p>
<p><a href="http://www.remote-exploit.org/backtrack.html" target="_blank">BackTrack 4</a> -<em> &#8220;BackTrack is the most top rated linux live distribution focused on penetration testing. With no installation whatsoever, the analysis platform is started directly from the CD-Rom and is fully accessible within minutes.&#8221;</em> <strong>- Again, as a security professional, I need to know when my systems are vulnerable. This amazing set of applications allows me to attack my systems and find their weak points.</strong></p>
<p><a href="http://www.macrium.com" target="_blank">Macrium Reflect</a> -<em> &#8220;A <span>complete</span> disaster recovery                solution for your home and office. Protect your personal documents,                photos, music and emails<strong>. </strong> Upgrade your hard disk                or try new operating systems in the safe knowledge that everything                is securely saved in an easily recovered backup file.&#8221; </em><strong>- Time for a new hard drive? Boot into Macrium for a fast way to clone your existing data to your new drive. It&#8217;s today&#8217;s Symantec Ghost.</strong></p>
<p><strong>Let&#8217;s begin!</strong></p>
<p>There are three tools you&#8217;ll need to pull this off &#8211; <a href="http://gocoding.com/page.php?al=petousb" target="_blank">PeToUSB</a>, <a href="http://sourceforge.net/project/showfiles.php?group_id=104188" target="_blank">grubinst and grubfordos</a>. Format the USB drive with PeToUSB by selecting the drive and choosing: Enable Disk Format, Quick Format and Force Volume Dismount. If you have a drive thatps over 2GB, you&#8217;ll get an error. Ignore it and format the drive as FAT32 using Disk Manager in Windows. Next, run grubinst_gui.exe from the grubinst package. Select your drive and click install. No options need to be changed. Copy the grldr file from the grubfordos package and place it into the root of your drive. Finally, create a text file called menu.lst and place it with the grldr file. You can now boot from the USB drive. You&#8217;ll quickly find out that at this point, there&#8217;s nothing to boot into except the bootloader! Time to put your goodies on the drive.</p>
<p>From what I understand, the next version of grub will give you the ability to multiboot directly into an ISO image of a CD or DVD more reliably. As of now, there are only a few ISOs that this will work with. Let&#8217;s go through some examples of my configuration.</p>
<p>Hiren&#8217;s BootCD: One of the easiest to set up. Simply extract the contents of the ISO and copy the HBCD folder to the root of your USB drive. Edit the menu.lst file and add the following:</p>
<blockquote><p>title Hirens 9.9<br />
kernel /HBCD/memdisk<br />
initrd /HBCD/boot.gz</p></blockquote>
<p>You&#8217;ll now have the menu option to boot into Hiren&#8217;s Boot CD. It gets tricky though. Let&#8217;s take a look at Ubuntu LiveCD. For this one to work, we need to extract the entire contents of the CD to the USB drive. Our menu entry for it would look like this:</p>
<blockquote><p>title Ubuntu 9.04 x86<br />
root (hd0,0)<br />
kernel  /casper/vmlinuz boot=casper ramdisk_size=1048576 root=/dev/ram rw quiet splash<br />
initrd  /casper/initrd.gz</p></blockquote>
<p>It takes a little trial and error to get things working the way they should, but the payoff in the end is worth it. What about Ophcrack and other BootCDs that contain &#8220;BOOT&#8221; folders? If you copy all the BOOT folders to one location, won&#8217;t they screw everything up? Yes they will. What we will do is put them either in subdirectories or rename the BOOT folder to something like &#8220;Ophcrackboot&#8221; once they are on the thumbdrive. Here is my Ophcrack entry:</p>
<blockquote><p>title Ophcrack<br />
kernel /ophcrack/boot/bzImage rw root=/dev/null vga=normal lang=C kmap=us screen=1024x768x16 autologin<br />
initrd /ophcrack/boot/rootfs.gz</p></blockquote>
<p>Finally, here is my entire menu.lst for my Multipass USB drive:</p>
<blockquote><p>splashimage=/splash.xpm.gz<br />
color red/black white/black</p>
<p>root (hd0,0)</p>
<p>title Ubuntu 9.04 x86<br />
root (hd0,0)<br />
kernel  /casper/vmlinuz boot=casper ramdisk_size=1048576 root=/dev/ram rw quiet splash<br />
initrd  /casper/initrd.gz</p>
<p>title Windows 7<br />
map (hd0,0)/win7.iso (hd32)<br />
map &#8211;hook<br />
chainloader (hd32)</p>
<p>title Trinity Rescue Kit<br />
configfile /submenu.lst</p>
<p>title Hirens 9.9<br />
kernel /memdisk<br />
initrd /HBCD/boot.gz</p>
<p>title Macrium Reflect<br />
map (hd0,0)/macriumreflect.iso (hd32)<br />
map &#8211;hook<br />
chainloader (hd32)</p>
<p>title Kon-Boot<br />
map &#8211;mem /konboot.img (fd0)<br />
map &#8211;hook<br />
chainloader (fd0)+1<br />
map (hd1) (hd0)<br />
map &#8211;hook<br />
rootnoverify (fd0)</p>
<p>title Ophcrack<br />
kernel /ophcrack/boot/bzImage rw root=/dev/null vga=normal lang=C kmap=us screen=1024x768x16 autologin<br />
initrd /ophcrack/boot/rootfs.gz</p>
<p>title ntpasswd<br />
kernel /ntpasswd/vmlinuz rw vga=1 initrd=/ntpasswd/initrd.cgz /ntpasswd/scsi.cgz<br />
initrd /ntpasswd/initrd.cgz</p>
<p>title BackTrack 4 BETA<br />
root (hd0,0)<br />
kernel /bootbt4/vmlinuz vga=0&#215;317 ramdisk_size=6666 root=/dev/ram0 rw quiet<br />
initrd=/bootbt4/initrd.gz<br />
boot</p>
<p>title DBAN<br />
kernel /memdisk<br />
initrd /dban.img</p>
<p>title Boot the First Hard Disk<br />
rootnoverify (hd1)<br />
chainloader +1</p>
<p>##END################<br />
boot</p></blockquote>
<p>So what does it all look like when it&#8217;s finished? I&#8217;ve added a custom background to my installation and you can too. read the documentation for grub4dos to find out how &#8211; it&#8217;s super simple. Now for the eye candy!</p>
<div id="attachment_478" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-478 " title="The HP Mini 1030NR on the boot screen" src="http://team140.com/wp-content/uploads/2009/08/multipassfull-300x225.jpg" alt="The HP Mini 1030NR on the boot screen" width="300" height="225" /><p class="wp-caption-text">The HP Mini 1030NR on the boot screen</p></div>
<div id="attachment_479" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-479 " title="The boot screen up close" src="http://team140.com/wp-content/uploads/2009/08/multipassclose-300x225.jpg" alt="The boot screen up close" width="300" height="225" /><p class="wp-caption-text">The boot screen up close</p></div>
]]></content:encoded>
			<wfw:commentRss>http://team140.com/2009/08/20/the-multipass-usb-project/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>1957 RCA Victor LCD Conversion</title>
		<link>http://team140.com/2009/05/10/1957-rca-victor-lcd-conversion/</link>
		<comments>http://team140.com/2009/05/10/1957-rca-victor-lcd-conversion/#comments</comments>
		<pubDate>Mon, 11 May 2009 01:13:38 +0000</pubDate>
		<dc:creator>Team140</dc:creator>
				<category><![CDATA[Hacks!]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[deluxe]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[lcd]]></category>
		<category><![CDATA[rca]]></category>
		<category><![CDATA[victor]]></category>

		<guid isPermaLink="false">http://team140.com/?p=430</guid>
		<description><![CDATA[First off, let me first apologize to the vintage TV purists out there. I know there are very few of these televisions left out there and most aren&#8217;t as nice looking as this TV. Parts are hard to find and even if I did revive it, even though it&#8217;s nostalgic, I wouldn&#8217;t enjoy watching it [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><object width="560" height="340" data="http://www.youtube.com/v/9uS5TxrMKoA&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/9uS5TxrMKoA&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00" /><param name="allowfullscreen" value="true" /></object></p>
<p style="text-align: left;">First off, let me first apologize to the vintage TV purists out there. I know there are very few of these televisions left out there and most aren&#8217;t as nice looking as this TV. Parts are hard to find and even if I did revive it, even though it&#8217;s nostalgic, I wouldn&#8217;t enjoy watching it every day.</p>
<p style="text-align: left;">I bought the TV a couple of years ago at an auction just because<img class="alignright size-medium wp-image-431" style="border: 3px solid black; margin: 3px;" title="img_8983" src="http://team140.com/wp-content/uploads/2009/05/img_8983-200x300.jpg" alt="img_8983" width="200" height="300" /> I loved the way it looked. When I got home, I plugged the TV in hoping to see an image on the screen but was instead met with a blank screen but <em>fantastic</em> sounding audio. I was slightly disappointed, but what do you expect for a as-is, where-is sale? I shuffled it into a spare room where it sat for all that time. As you can see from the picture to the right, it was a TV, but also a TV stand in itself! That&#8217;s no way for a classic RCA to live&#8230;</p>
<p style="text-align: left;">I started looking around for a tube 4:3 TV that I could house in the RCA cabinet that preferrably had HD abilities. Sadly, my search to find the right picture tube never panned out. I wound up waiting too late to search and now all the store shelves are loaded up with widescreen LCDs. You&#8217;re lucky if you can find a tube TV now. Seeing the state of things on the shelves I decided to drop the tube TV idea and move on the replacing the tube with an LCD.</p>
<p style="text-align: left;">In my Multi Touch table project, I&#8217;m using a Dell 23&#8243; widescreen LCDso I grabbed it and laid it up against the RCA&#8217;s screen. Hmm&#8230; with a little bit of modification, I can put the widescreen LCD in there!</p>
<p style="text-align: left;">Let the hacking begin!</p>
<p style="text-align: left;"><img class="alignleft size-medium wp-image-432" style="border: 3px solid black; margin: 3px;" title="img_8989" src="http://team140.com/wp-content/uploads/2009/05/img_8989-300x200.jpg" alt="img_8989" width="300" height="200" />I started out by removing the guts of the TV. As you can see in the picture to the left, it had a lot of guts! Heavy, too.</p>
<p style="text-align: left;">While playing mad scientist in the back of the TV, I found a ring on the tail end of the TV tube that had broken loose and was just flopping around. That&#8217;s probably what the problem was, but I was on a mission!</p>
<p style="text-align: left;">I removed everything you see in the photo, the mass of tubes on the bottom of the cabinet, the tuning assembly on the left and the picture tube itself.</p>
<p style="text-align: left;">
<p style="text-align: left;">Once the case was gutted, I took the tube fascia off and marke<img class="alignright size-medium wp-image-433" style="border: 3px solid black; margin: 3px;" title="img_9578" src="http://team140.com/wp-content/uploads/2009/05/img_9578-300x200.jpg" alt="img_9578" width="300" height="200" />d where to make the cuts so the LCD panel would fit. I had hoped to leave a few of the original tube support mounts to use to secure the LCD, but due to it&#8217;s width they had to go.</p>
<p style="text-align: left;">An air powered auto body saw made very short work of the heavy duty steel that the fascia was made of. It cut through it like butter. I was able to cut right up to the tape line nice and smooth without even disturbing the tape!</p>
<p style="text-align: left;">Once I had the fascia trimmed, I dropped the LCD into place to make sure everything would fit. It fits like a glove!</p>
<p style="text-align: left;"><img class="size-medium wp-image-435 alignleft" style="border: 3px solid black; margin: 3px;" title="img_9589" src="http://team140.com/wp-content/uploads/2009/05/img_9589-300x200.jpg" alt="img_9589" width="300" height="200" /></p>
<p style="text-align: left;">Since it was rather late at night to go parts shopping, I grabbed a few lengths of wire, some electrical tape and an old pair of black slacks I&#8217;ve never worn and put them to use.</p>
<p style="text-align: left;">I strapped the LCD to the case with the wire and cut strips from the slacks to lay over the top and bottom edges of the LCD to act as a blackout cloth since the fascia and the LCD don&#8217;t mate up completely.</p>
<p style="text-align: left;">I had planned on making a run to Lowes to pick up something proper to strap the LCD in with, but it is Mother&#8217;s Day after all. I&#8217;ll stop by the hardware store sometime this week and finish up the LCD mounting.</p>
<p style="text-align: left;">I&#8217;ve still got a little bit of work to do with this to be complete. Here&#8217;s a short list:</p>
<ul>
<li>Set up the dedicated PC. It will be a Dell Dimension 4700 2.8GHz machine. Needs a video card upgrade first.</li>
<li>Mount the IR remote control receiver. This should be pretty straight forward.</li>
<li>Mount an external DVD writer in the case. See that funny looking panel with the &#8220;RCA Victor&#8221; and chevron on it? That&#8217;s a flip down access panel. The drive is going behind that!</li>
<li>Audio. I need to do something about sound. I&#8217;m thinking a small amp to drive the stock speakers. They sound awesome!</li>
</ul>
<p>After all of that, the RCA Victor Media Center should be complete! Here&#8217;s a few more shots showing the finished product. I&#8217;ve succeeded in turning a vintage 1957 Console TV into a high definition media center capable of playing 1080p content for just about $300!</p>
<p style="text-align: center;"><img class="alignnone size-medium wp-image-436" style="border: 3px solid black; margin: 3px;" title="img_9583" src="http://team140.com/wp-content/uploads/2009/05/img_9583-300x200.jpg" alt="img_9583" width="300" height="200" /><img class="alignnone size-medium wp-image-438" style="border: 3px solid black; margin: 3px;" title="img_9610" src="http://team140.com/wp-content/uploads/2009/05/img_9610-300x200.jpg" alt="img_9610" width="300" height="200" /></p>
<p style="text-align: center;"><img class="alignnone size-medium wp-image-439" style="border: 3px solid black; margin: 3px;" title="img_9611" src="http://team140.com/wp-content/uploads/2009/05/img_9611-200x300.jpg" alt="img_9611" width="200" height="300" /><img class="alignnone size-medium wp-image-437" style="border: 3px solid black; margin: 3px;" title="img_9609" src="http://team140.com/wp-content/uploads/2009/05/img_9609-200x300.jpg" alt="img_9609" width="200" height="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://team140.com/2009/05/10/1957-rca-victor-lcd-conversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
