<?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>HeyZeus.org &#187; Music, Movies &amp; TV Shows</title>
	<atom:link href="http://heyzeus.org/category/musicmoviestvshows/feed/" rel="self" type="application/rss+xml" />
	<link>http://heyzeus.org</link>
	<description>Life and times of Zeus and sometimes tech stuff.</description>
	<lastBuildDate>Mon, 09 Jan 2012 20:38:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta2-20489</generator>
		<item>
		<title>Restoring an Apple TV from Scratch on Mac OS X</title>
		<link>http://heyzeus.org/restoring-an-apple-tv-from-scratch-on-mac-os-x/</link>
		<comments>http://heyzeus.org/restoring-an-apple-tv-from-scratch-on-mac-os-x/#comments</comments>
		<pubDate>Wed, 06 May 2009 19:46:17 +0000</pubDate>
		<dc:creator>Zeus</dc:creator>
				<category><![CDATA[Music, Movies & TV Shows]]></category>
		<category><![CDATA[Tech & Geeky]]></category>
		<category><![CDATA[apple tv]]></category>
		<category><![CDATA[ATV]]></category>
		<category><![CDATA[freezing apple tv]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[Restore from scratch]]></category>

		<guid isPermaLink="false">http://heyzeus.org/?p=909</guid>
		<description><![CDATA[So I&#8217;ve had to do this a few times because my Apple TV keeps &#8216;acting&#8217; up. It kept freezing during tv shows I downloaded and converted via iSquint. The ATv would then restart and not recognize what was on the hard drive (Format not recognized by Apple TV). It was pissing Mandy and I off [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve had to do this a few times because my Apple TV keeps &#8216;acting&#8217; up.  It kept freezing during tv shows I downloaded and converted via iSquint.  The ATv would then restart and not recognize what was on the hard drive (Format not recognized by Apple TV).  It was pissing Mandy and I off enough for me to try to do another &#8216;from scratch&#8217; restore.  I&#8217;ve followed these directions before referencing <a href="http://smallnum.blogspot.com/2008/02/re-creating-apple-tv-from-scratch.html">Smallnum&#8217;s directions</a> and <a href="http://wiki.awkwardtv.org/wiki/Prepare_a_Hard_Drive">AwkwardTV&#8217;s Wiki</a>.  I&#8217;m saving them here, because it&#8217;s more concise and may help others.  These are directions for a mac OS X Leopard 10.5.6 .    Download the <a href="http://mesu.apple.com/version.xml">latest Apple TV image from here</a> and find the full url of the dmg file to download.  It doesn&#8217;t matter what size the drive is you want to do this with.  Assuming, /dev/disk2 is your disk.  All these commands are done from terminal unless otherwise noted.</p>
<p>1. Connect your hard drive to a Macbook using an IDE-to-usb/firewire dongle.</p>
<p>2.  Clear any partition information and create a new partition table (you can also just format the drive with DiskUtil, you also need to run &#8216;diskutil unmountDisk /dev/disk2&#8242; after each gpt command) :</p>
<pre>gpt destroy /dev/disk2
diskutil unmountDisk /dev/disk2
gpt create /dev/disk2</pre>
<p>3. Create the partitions using &#8216;gpt&#8217;. There should be four partitions: EFI (200m), Recovery (400m), OSBoot (900m), Media (rest of the disk). The EFI and Recovery partitions can be completely blank, but those sizes must be exact.</p>
<pre>gpt add -b 40 -i 1 -s 409600 -t efi /dev/disk2
diskutil unmountDisk /dev/disk2
gpt add -b 409640 -i 2 -s 819200 -t 5265636F-7665-11AA-AA11-00306543ECAC /dev/disk2
diskutil unmountDisk /dev/disk2
gpt add -b 1228840 -i 3 -s 1843200 -t hfs /dev/disk2
diskutil unmountDisk /dev/disk2
gpt show /dev/disk2  {*Review the next partition size and enter in the large value*}
gpt add -b 3072040 -i 4 -s 231369575 -t hfs /dev/disk2
diskutil unmountDisk /dev/disk2</pre>
<p>4. Remounts drives with file permissions and names, this combines two things in one.</p>
<pre>diskutil eraseVolume "Journaled HFS+" OSBoot /dev/disk2s3
diskutil eraseVolume "Journaled HFS+" Media /dev/disk2s4
diskutil unmountDisk /dev/disk2</pre>
<p>5. Restore the image. Use disk utility, click on OSBoot, and restore the image you downloaded.</p>
<p>Note:  I did not create and restore the recovery parition I have done this once and it was a pain.  If I ever do it again I&#8217;ll document it here.</p>
]]></content:encoded>
			<wfw:commentRss>http://heyzeus.org/restoring-an-apple-tv-from-scratch-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Kevin Smith&#8217;s &#8211; Zack and Miri Make a Porno Teaser Trailer</title>
		<link>http://heyzeus.org/kevin-smiths-zack-and-miri-make-a-porno-teaser-trailer/</link>
		<comments>http://heyzeus.org/kevin-smiths-zack-and-miri-make-a-porno-teaser-trailer/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 00:30:12 +0000</pubDate>
		<dc:creator>Zeus</dc:creator>
				<category><![CDATA[Music, Movies & TV Shows]]></category>
		<category><![CDATA[kevin smith rules]]></category>
		<category><![CDATA[kevin smith's new movie]]></category>

		<guid isPermaLink="false">http://heyzeus.org/kevin-smiths-zack-and-miri-make-a-porno-teaser-trailer/</guid>
		<description><![CDATA[Finally!  The Teaser Trailer is officially out!  So pumped for this movie!  I have a feeling it&#8217;s gonna be his best movie ever hands down!  Quote me on it!!  Enjoy! AskMen.com &#8211; Zack and Miri Make a Porno Teaser Trailer.]]></description>
			<content:encoded><![CDATA[<p>Finally!  The Teaser Trailer is officially out!  So pumped for this movie!  I have a feeling it&#8217;s gonna be his best movie ever hands down!  Quote me on it!!  Enjoy!</p>
<p><a href="http://www.askmen.com/video/2008_apr/apr02.html">AskMen.com &#8211; Zack and Miri Make a Porno Teaser Trailer</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://heyzeus.org/kevin-smiths-zack-and-miri-make-a-porno-teaser-trailer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apple TV has changed the way I watch TV, movies, and listen to music</title>
		<link>http://heyzeus.org/apple-tv-has-changed-the-way-i-watch-tv-movies-and-listen-to-music/</link>
		<comments>http://heyzeus.org/apple-tv-has-changed-the-way-i-watch-tv-movies-and-listen-to-music/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 11:34:45 +0000</pubDate>
		<dc:creator>Zeus</dc:creator>
				<category><![CDATA[Home & Projects]]></category>
		<category><![CDATA[Music, Movies & TV Shows]]></category>
		<category><![CDATA[Tech & Geeky]]></category>
		<category><![CDATA[Apple TV Rocks]]></category>
		<category><![CDATA[HTPC are a waste of a computer]]></category>
		<category><![CDATA[Mandy loves watching movies over and over again]]></category>

		<guid isPermaLink="false">http://heyzeus.org/?p=630</guid>
		<description><![CDATA[Apple TV has been a great investment for me/us.  I was never using it to it&#8217;s full potential till Take 2 came out, but it has eliminated the &#8216;need&#8217; for a DVR, Tivo, Sling-box, or Home Theatre PC.  Let me break it down. Music first; I love making playlists for parties, or for music I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.apple.com/appletv/">Apple TV</a> has been a great investment for me/us.  I was never using it to it&#8217;s full potential till Take 2 came out, but it has eliminated the &#8216;need&#8217; for a DVR, Tivo, Sling-box, or <a class="zem_slink" title="Home theater PC" rel="wikipedia" href="http://en.wikipedia.org/wiki/Home_theater_PC">Home Theatre PC</a>.  Let me break it down.</p>
<p>Music first; I love making playlists for parties, or for music I want to jam out to.  I enjoy being able to play music videos easily as well.  Sound quality is more than adequate for our needs.  Mandy also jams out to her Jimmy Buffett from a playlist I&#8217;ve created.</p>
<p>Pictures; Another great feature because I can load it up with pictures and show it off on a beautiful big screen so everyone in the room can enjoy.  I can set an album as a screen saver during a party (ie, this is what I did for our last party with pictures from Sydney) which people can enjoy.  Pictures also make great conversation pieces!</p>
<p>Movies; This is my second favorite feature.  I download a number of movies and put them on the apple TV for Mandy and I to enjoy!  I also rip DVD&#8217;s of Mandy&#8217;s favorite movies which watches repeatably (ie. The Italian Job, Any of the Pirates, The Holiday, <span class="zem_slink">The Incredibles</span>, National Treasure 1 &amp; 2, etc.).  This is very convenient because she doesn&#8217;t have to pop in a DVD and we don&#8217;t have to buy a 5 disc DVD player, we&#8217;re only limited to the amount of storage it can hold!  Also being able rent HD movies from Apple is also a huge convenience for a wife that loves renting movies from Blockbuster and On-Demand.</p>
<p>TV Shows;  This is my first favorite feature!  Again I download TV shows (don&#8217;t ask how), and put them on the apple TV for Mandy and I to catch up on.  This is great because I don&#8217;t have to worry about fast forwarding through commercials!  That convenience alone has made this device priceless!  We are usually one day behind on TV Shows, but if we can&#8217;t wait, we&#8217;ll just watch it live.  This has eliminated the need for a DVR type device (although I do have a <a href="http://tvshows.sourceforge.net/">software solution </a>on my macbook pro for how I get tv shows).</p>
<p>The interface is very easy and beautiful, and not having a techy wife this makes her life a lot easier and more enjoyable to watch, and listen to things on the Apple TV.  We currently have the 40gb version, but I plan to hack it with a bigger drive.</p>
<p>So while on this <a href="http://heyzeus.org/welcome-to-unterhaching-germany/">aggressive</a> <a href="http://heyzeus.org/being-home-sick/">travel</a> <a href="http://heyzeus.org/moving-to-perth-australia/">schedule</a>, I&#8217;ll download a whole bunch of movies, music and tv shows and then when I&#8217;m home get them on the Apple TV for Mandy to enjoy while I&#8217;m away.  It&#8217;s a win  win for the whole family!  So if you&#8217;re on the fence between a netflix streaming box, HTPC, or other home media device, research what your needs are, because Apple TV is a sure winner for us.</p>
]]></content:encoded>
			<wfw:commentRss>http://heyzeus.org/apple-tv-has-changed-the-way-i-watch-tv-movies-and-listen-to-music/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ginormous!!</title>
		<link>http://heyzeus.org/ginormous/</link>
		<comments>http://heyzeus.org/ginormous/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 04:56:07 +0000</pubDate>
		<dc:creator>Zeus</dc:creator>
				<category><![CDATA[Friends & Family]]></category>
		<category><![CDATA[Music, Movies & TV Shows]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Ginormous!]]></category>

		<guid isPermaLink="false">http://heyzeus.org/?p=629</guid>
		<description><![CDATA[I&#8217;ve made a number of videos lately from Sydney and before, but this by far is my favorite! Ginormous! from Jesus Salgueiro on Vimeo.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made a number of videos lately from Sydney and before, but this by far is my favorite!<br />
<object width="400" height="302"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1147993&amp;server=www.vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1147993&amp;server=www.vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="302"></embed></object><br /><a href="http://www.vimeo.com/1147993?pg=embed&#038;sec=1147993">Ginormous!</a> from <a href="http://www.vimeo.com/zeusis?pg=embed&#038;sec=1147993">Jesus Salgueiro</a> on <a href="http://vimeo.com?pg=embed&#038;sec=1147993">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://heyzeus.org/ginormous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Star Wars Ewok Gospel Song</title>
		<link>http://heyzeus.org/star-wars-ewok-gospel-song/</link>
		<comments>http://heyzeus.org/star-wars-ewok-gospel-song/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 17:15:09 +0000</pubDate>
		<dc:creator>Zeus</dc:creator>
				<category><![CDATA[Music, Movies & TV Shows]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[ewoks are awesome creatures]]></category>
		<category><![CDATA[Star Wars rules]]></category>

		<guid isPermaLink="false">http://heyzeus.org/?p=611</guid>
		<description><![CDATA[This is freakin Great!]]></description>
			<content:encoded><![CDATA[<p>This is freakin Great!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/Xdd0edT-BeE&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/Xdd0edT-BeE&amp;hl=en" wmode="transparent"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://heyzeus.org/star-wars-ewok-gospel-song/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Singing in Rockband is freakin awesome!</title>
		<link>http://heyzeus.org/singing-in-rockband-is-freakin-awesome/</link>
		<comments>http://heyzeus.org/singing-in-rockband-is-freakin-awesome/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 04:57:33 +0000</pubDate>
		<dc:creator>Zeus</dc:creator>
				<category><![CDATA[Comedy]]></category>
		<category><![CDATA[Friends & Family]]></category>
		<category><![CDATA[Music, Movies & TV Shows]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[dani california]]></category>
		<category><![CDATA[guy's night]]></category>
		<category><![CDATA[red hot chili peppers]]></category>
		<category><![CDATA[rockband]]></category>

		<guid isPermaLink="false">http://heyzeus.org/singing-in-rockband-is-freakin-awesome/</guid>
		<description><![CDATA[Now I may sound terrible, but I can jam out with the best of them. This is me singing Dani California by the Red Hot Chili Peppers on Rockband. Look at Ian&#8217;s intensity, he&#8217;s a very serious drummer. Rock band with the guys from Jesus Salgueiro on Vimeo.]]></description>
			<content:encoded><![CDATA[<p><code></code>Now I may sound terrible, but I can jam out with the best of them.  This is me singing Dani California by the Red Hot Chili Peppers on Rockband.  Look at Ian&#8217;s intensity, he&#8217;s a very serious drummer.<br />
<object type="application/x-shockwave-flash" width="400" height="302" data="http://www.vimeo.com/moogaloop.swf?clip_id=694670&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=694670&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/694670/l:embed_694670">Rock band with the guys</a> from <a href="http://www.vimeo.com/user371813/l:embed_694670">Jesus Salgueiro</a> on <a href="http://vimeo.com/l:embed_694670">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://heyzeus.org/singing-in-rockband-is-freakin-awesome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>16gb Iphone on it&#8217;s way&#8230;.soon</title>
		<link>http://heyzeus.org/16gb-iphone-on-its-waysoon/</link>
		<comments>http://heyzeus.org/16gb-iphone-on-its-waysoon/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 02:24:55 +0000</pubDate>
		<dc:creator>Zeus</dc:creator>
				<category><![CDATA[Music, Movies & TV Shows]]></category>
		<category><![CDATA[Tech & Geeky]]></category>
		<category><![CDATA[16gb iphone]]></category>

		<guid isPermaLink="false">http://heyzeus.org/16gb-iphone-on-its-waysoon/</guid>
		<description><![CDATA[Well, if you check my Tumblr Log, or follow me on twitter, you&#8217;ll notice I ordered the new 16gb Iphone this morning I should get it by next week.  Just in time for my 2 week trip to Germany.  Hip Hip Horray!]]></description>
			<content:encoded><![CDATA[<p>Well, if you check my <a href="http://tumblr.heyzeus.org">Tumblr Log</a>, or <a href="http://www.twitter.com/zeusis">follow me</a> on twitter, you&#8217;ll notice I ordered the new 16gb Iphone this morning I should get it by next week.  Just in time for my 2 week trip to Germany.  Hip Hip Horray!</p>
]]></content:encoded>
			<wfw:commentRss>http://heyzeus.org/16gb-iphone-on-its-waysoon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>30 Rock&#8217;s Midnight Train to Georgia</title>
		<link>http://heyzeus.org/30-rocks-midnight-train-to-georgia/</link>
		<comments>http://heyzeus.org/30-rocks-midnight-train-to-georgia/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 01:24:54 +0000</pubDate>
		<dc:creator>Zeus</dc:creator>
				<category><![CDATA[Music, Movies & TV Shows]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Midnight train to georgia]]></category>

		<guid isPermaLink="false">http://heyzeus.org/30-rocks-midnight-train-to-georgia/</guid>
		<description><![CDATA[
<object	type="application/x-shockwave-flash"
			data="http://youtube.com/v/rv8yX-6wXFo"
			width="425"
			height="350">
	<param name="movie" value="http://youtube.com/v/rv8yX-6wXFo" />
	<param name=wmode" value="transparent" />
</object> This was the best episode ever!!! Keep up the good work writers&#8230;.whenever you get your deal worked out.]]></description>
			<content:encoded><![CDATA[<p><code>
<object	type="application/x-shockwave-flash"
			data="http://youtube.com/v/rv8yX-6wXFo"
			width="425"
			height="350">
	<param name="movie" value="http://youtube.com/v/rv8yX-6wXFo" />
	<param name=wmode" value="transparent" />
</object></code></p>
<p>This was the best episode ever!!!   Keep up the good work writers&#8230;.whenever you get your deal worked out.</p>
]]></content:encoded>
			<wfw:commentRss>http://heyzeus.org/30-rocks-midnight-train-to-georgia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lost Season 4 Trailer Released</title>
		<link>http://heyzeus.org/lost-season-4-trailer-released/</link>
		<comments>http://heyzeus.org/lost-season-4-trailer-released/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 15:34:59 +0000</pubDate>
		<dc:creator>Zeus</dc:creator>
				<category><![CDATA[Music, Movies & TV Shows]]></category>

		<guid isPermaLink="false">http://heyzeus.org/lost-season-4-trailer-released/</guid>
		<description><![CDATA[Wow, am I pumped for this! The trailer for Lost Season 4 is now online read more &#124; digg story]]></description>
			<content:encoded><![CDATA[<p>Wow, am I pumped for this! The trailer for Lost Season 4 is now online</p>
<p><a href="http://www.youtube.com/watch?v=CbY_dWObLho">read more</a> | <a href="http://digg.com/television/Lost_Season_4_Trailer_Released">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://heyzeus.org/lost-season-4-trailer-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A call to all my fraternity brothers, don&#8217;t we know this guy?</title>
		<link>http://heyzeus.org/a-call-to-all-my-fraternity-brothers-dont-we-know-this-guy/</link>
		<comments>http://heyzeus.org/a-call-to-all-my-fraternity-brothers-dont-we-know-this-guy/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 00:42:19 +0000</pubDate>
		<dc:creator>Zeus</dc:creator>
				<category><![CDATA[Music, Movies & TV Shows]]></category>
		<category><![CDATA[actor]]></category>
		<category><![CDATA[david blue]]></category>
		<category><![CDATA[delta upsilon]]></category>
		<category><![CDATA[Fraternity]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[ugly betty]]></category>

		<guid isPermaLink="false">http://heyzeus.org/a-call-to-all-my-fraternity-brothers-dont-we-know-this-guy/</guid>
		<description><![CDATA[I was watching Ugly Betty&#8230;(with Mandy of course, cause I wouldn&#8217;t watch it alone&#8230;..ok maybe I would).Â  Anyways there is a new character on the show but his real name is David Blue and he looks ridiculously familiar.Â  Was he not in our Fraternity Delta Upsilon?Â  If someone knows let me know.Â  On another note [...]]]></description>
			<content:encoded><![CDATA[<p>I was watching Ugly Betty&#8230;(with Mandy of course, cause I wouldn&#8217;t watch it alone&#8230;..ok maybe I would).Â  Anyways there is a new character on the show but his real name is <a href="http://www.imdb.com/name/nm2437382/">David Blue</a> and he looks ridiculously familiar.Â  Was he not in our Fraternity <a href="http://www.deltau.org">Delta Upsilon</a>?Â  If someone knows let me know.Â  On another note this post made me check <a href="http://www.duucf.org">Delta Upsilon&#8217;s UCF Chapter</a> (seems like the site changes every year). Dikaia!!!&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.Upotheke!!!Â  Bet you haven&#8217;t heard that in a while.</p>
]]></content:encoded>
			<wfw:commentRss>http://heyzeus.org/a-call-to-all-my-fraternity-brothers-dont-we-know-this-guy/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

