<?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>SupremeTechs &#187; Movies</title>
	<atom:link href="http://supremetechs.com/category/movies/feed/" rel="self" type="application/rss+xml" />
	<link>http://supremetechs.com</link>
	<description>Anything and everything techy</description>
	<lastBuildDate>Mon, 07 May 2012 11:47:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Netflix Error Code n8156-6013 Fix</title>
		<link>http://supremetechs.com/2012/05/07/netflix-error-code-n81566013-fix/</link>
		<comments>http://supremetechs.com/2012/05/07/netflix-error-code-n81566013-fix/#comments</comments>
		<pubDate>Mon, 07 May 2012 07:09:14 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Linux Stuff]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[netflix date error]]></category>
		<category><![CDATA[netflix error]]></category>
		<category><![CDATA[netflix n8156-6013]]></category>

		<guid isPermaLink="false">http://supremetechs.com/?p=762</guid>
		<description><![CDATA[I ran into this issue while changing my VM's configuration. The VM is a Windows XP machine that I use primarily to watch Netflix on Linux, since Netflix doesn't support Linux. After I made a change to the VM configuration, I could no longer view Netflix videos. The error code was N8156-6013 and the error [...]<p><a href="http://supremetechs.com/2012/05/07/netflix-error-code-n81566013-fix/">Netflix Error Code n8156-6013 Fix</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I ran into this issue while changing my VM's configuration. The VM is a <a href="http://supremetechs.com/category/windows/" >Windows</a> XP machine that I use primarily to watch Netflix on <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a>, since Netflix doesn't support <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a>. After I made a change to the VM configuration, I could no longer view Netflix videos. The error code was N8156-6013 and the error message said that my system date was not valid, even though it was completely correct.</p>
<p>Examining the issue, I found that some solutions point to a file in the C:\ProgramData folder. This folder doesn't exist in my XP VM. XP keeps the file in:</p>
<pre>c:\Documents and Settings\All Users\Application Data\Microsoft\PlayReady\</pre>
<p>The file is mspr.hds. All you have to do is rename that file. If you get an error while trying to rename it, close out any browser that has Netflix running on it. After you have successfully renamed the file, you should be able to watch your Netflix again.</p>
<p><a href="http://supremetechs.com/2012/05/07/netflix-error-code-n81566013-fix/">Netflix Error Code n8156-6013 Fix</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2012/05/07/netflix-error-code-n81566013-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to play a Bluray movie in Debian Testing</title>
		<link>http://supremetechs.com/2012/03/23/play-bluray-movie-debian-testing/</link>
		<comments>http://supremetechs.com/2012/03/23/play-bluray-movie-debian-testing/#comments</comments>
		<pubDate>Sat, 24 Mar 2012 03:43:25 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Movies]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bluray in vlc]]></category>
		<category><![CDATA[bluray on linux]]></category>
		<category><![CDATA[how to play bluray on debian]]></category>
		<category><![CDATA[playBluRay.sh]]></category>

		<guid isPermaLink="false">http://supremetechs.com/?p=724</guid>
		<description><![CDATA[This HOWTO will probably work in Debian Squeeze, but the system I used was running Wheezy. Hopefully this HOWTO won't be necessary long, but until then, it's a very good way to watch blurays on your Linux system. This will also work for Mac and Windows, with some changes, but this is strictly a Debian [...]<p><a href="http://supremetechs.com/2012/03/23/play-bluray-movie-debian-testing/">How to play a Bluray movie in Debian Testing</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>This HOWTO will probably work in Debian Squeeze, but the system I used was running Wheezy. Hopefully this HOWTO won't be necessary long, but until then, it's a very good way to watch blurays on your <a href="http://supremetechs.com/category/operating-systems/linux-stuff/" >Linux</a> system. This will also work for Mac and <a href="http://supremetechs.com/category/windows/" >Windows</a>, with some changes, but this is strictly a Debian Testing HOWTO.</p>
<p>There are various ways to do what we need to do. Some require you to rip the bluray first and then watch the resulting MKV. I found that this took 15 minutes or so on my 8-core system. However, there is another method which uses a program called makemkv and pipes the output to VLC using a network stream. I found this method on the web but found that some of the links were screwed up, so I couldn't use it directly. After some searching, I found the script I was looking for and edited it slightly. For your convenience, I'm rewriting the HOWTO and including the files all here.</p>
<p>First of all, create a folder called makemkv in your home directory. You can use a different location if you prefer but for simplicity we'll put it in our home directory.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> ~<span style="color: #000000; font-weight: bold;">/</span>makemkv</pre></div></div>

<p>Change into that directory and grab two zipped tarballs from the makemkv author. Then extract them.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> ~<span style="color: #000000; font-weight: bold;">/</span>makemkv
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>www.makemkv.com<span style="color: #000000; font-weight: bold;">/</span>download<span style="color: #000000; font-weight: bold;">/</span>makemkv_v1.7.2_bin.tar.gz
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>www.makemkv.com<span style="color: #000000; font-weight: bold;">/</span>download<span style="color: #000000; font-weight: bold;">/</span>makemkv_v1.7.2_oss.tar.gz
<span style="color: #c20cb9; font-weight: bold;">tar</span> xvf makemkv_v1.7.2_bin.tar.gz
<span style="color: #c20cb9; font-weight: bold;">tar</span> xvf makemkv_v1.7.2_oss.tar.gz</pre></div></div>

<p>Yes you need both the bin and the src.</p>
<p>Make sure you have some dependencies.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> build-essential libc6-dev libssl-dev libgl1-mesa-dev libqt4-dev curl vlc</pre></div></div>

<p>In other HOWTOs, the curl dependency isn't mentioned. You need curl for the script we will download later.</p>
<p>Next compile and installed the two packages.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> makemkv_v1.6.12_oss
<span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #660033;">-f</span> makefile.linux
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #660033;">-f</span> makefile.linux <span style="color: #c20cb9; font-weight: bold;">install</span>
<span style="color: #7a0874; font-weight: bold;">cd</span> ..<span style="color: #000000; font-weight: bold;">/</span>makemkv_v1.6.12_bin
<span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #660033;">-f</span> makefile.linux
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #660033;">-f</span> makefile.linux <span style="color: #c20cb9; font-weight: bold;">install</span></pre></div></div>

<p>Finally download and run <a href="http://supremetechs.com/wp-content/uploads/2012/03/playBluRay.sh_.gz">playBluRay.sh</a>. I gzipped it so the site wouldn't complain about the file type. Just gunzip it and execute it.</p>
<p>It will run makemkvcon to decrypt the bluray and setup a stream on port 51000 of your computer. Then it will start vlc using the network stream. It may take a few moments to load it all.</p>
<p>Note that sometimes a bluray won't play correctly even with this method or you may see a behind the scenes segment before the movie. I had this problem on my Rambo bluray.</p>
<p><a href="http://supremetechs.com/2012/03/23/play-bluray-movie-debian-testing/">How to play a Bluray movie in Debian Testing</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2012/03/23/play-bluray-movie-debian-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Final Fantasy VII Music</title>
		<link>http://supremetechs.com/2012/01/29/final-fantasy-vii-music/</link>
		<comments>http://supremetechs.com/2012/01/29/final-fantasy-vii-music/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 21:33:11 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[final fantasy music]]></category>
		<category><![CDATA[final fantasy soundtrack]]></category>
		<category><![CDATA[game music]]></category>
		<category><![CDATA[movie music]]></category>

		<guid isPermaLink="false">http://supremetechs.com/?p=685</guid>
		<description><![CDATA[1997 was my favorite year in game history. That was the year that Final Fantasy VII came out on the original Sony Playstation. I remember seeing the trailers to that game with that famous opening scene with the train. Back then, that was some amazing graphics. I had never played a Final Fantasy game up [...]<p><a href="http://supremetechs.com/2012/01/29/final-fantasy-vii-music/">Final Fantasy VII Music</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>1997 was my favorite year in game history. That was the year that Final Fantasy VII came out on the original Sony Playstation. I remember seeing the trailers to that game with that famous opening scene with the train. Back then, that was some amazing graphics.</p>
<p>I had never played a Final Fantasy game up to that point. I have yet to play any other Final Fantasy game that even compares to it. I bought VIII when it came out, and I liked it, but it was missing something. After years of examining my fondnesss for Final Fantasy VII, I've come to the conclusion that what really makes Final Fantasy special is it's confusing story and it's wonderful music. As a side note, I bought FFVII on PSX, PC, and finally on PS3. I didn't complete the game until I played it on PS3 in 2010/2011.</p>
<p>Final Fantasy has a good story, but it was completely confusing. I loved that. It made the game more interesting. FFVIII (which I never completed) also had a confusing plot. I really need to complete it next. Plot for plot, I think that FFVIII is just as good as FFVII. It's hard to tell. One thing is for sure, however, FFVII has the best music. I would say that FFVII has the best music of any game ever. I'm listening to the Piano Collection version of the sound track and  it's amazing. It brings back some great feelings from the game, but it also stands on its own as good quality composition.</p>
<p>I've recently commented that new movies aren't even worth pirating these days. When I think of good movies, I think of movies that came out during the 80's and early 90's. I realize that a lot of this is my own bias, as I was growing up during that time period, but movies today are just terrible. The best movies today come from Pixar. They are about the only movies worth having in a movie collection. I spend most of my movie watching time viewing classics. There's just nothing out there today that really grabs me.</p>
<p>I don't think it's the overuse of special effects or the concentration on 3D technology that makes the movies terrible though. I think it's the lack of quality musical compositions. Think back to some of the best movies, or watch some of the movies that have awesome scores.</p>
<p>Superman 1 - 4 weren't that great, but they had an amazing soundtrack. The original Star Wars trilogy was awesome, but think about the score that went along with it. ET, Jurassic Park, The Godfather, The Last of the Mohicans, Jaw, and many other movies benefited greatly from their music.</p>
<p>I think the same can be said about Final Fantasy VII. You know I read a review of Final Fantasy VII back when it first came out. They gave the music a very low rating. It's funny. I don't play FFVII anymore, but I still listen to the music.</p>
<p><a href="http://supremetechs.com/2012/01/29/final-fantasy-vii-music/">Final Fantasy VII Music</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2012/01/29/final-fantasy-vii-music/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Planet Earth in Blue Ray (Blu-Ray, Blue-ray, Blu Ray, BluRay)</title>
		<link>http://supremetechs.com/2009/04/03/the-planet-earth-in-blue-ray/</link>
		<comments>http://supremetechs.com/2009/04/03/the-planet-earth-in-blue-ray/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 20:52:49 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Movies]]></category>
		<category><![CDATA[planet earth 5 disc bluray box set]]></category>
		<category><![CDATA[planet earth blue ray]]></category>
		<category><![CDATA[planet earth the complete series blue ray]]></category>
		<category><![CDATA[planet earth video blue ray]]></category>

		<guid isPermaLink="false">http://supremetechs.com/wordpress/?p=276</guid>
		<description><![CDATA[Even though there are many ways to write Blu-Ray, they all mean one thing, high definition video and great audio. Mix that with the best cinematography every thrown into a documentary and you end up with Planet Earth Blu-Ray edition. To me, this was what Blu-Ray was invented for.  The Discovery Channel went all out [...]<p><a href="http://supremetechs.com/2009/04/03/the-planet-earth-in-blue-ray/">Planet Earth in Blue Ray (Blu-Ray, Blue-ray, Blu Ray, BluRay)</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Even though there are many ways to write Blu-Ray, they all mean one thing, high definition video and great audio. Mix that with the best cinematography every thrown into a documentary and you end up with Planet Earth Blu-Ray edition. To me, this was what Blu-Ray was invented for. </p>
<p>The Discovery Channel went all out with this documentary. It is an eleven part mini series that explores the mountains, oceans, deserts, jungle, polar, and fresh water regions of our favorite planet. In the process they display the best visuals you'll ever see in a documentary. I saw this Blu-Ray set in Walmart a week or so ago for around $70. The list retail price is $100. I found it for $50 <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?type=2&amp;campid=5336259490&amp;toolid=10001&amp;customid=Planet+Earth+BluRay&amp;ext=220332513854&amp;item=220332513854">here</a>. Not even Amazon has this good of a deal.</p>
<div>
<table width="100%" border="0" cellpadding="5" cellspacing="5" bgcolor="" onmouseover="style.backgroundColor='';" onmouseout="style.backgroundColor=''" style="font-size:12px;">
  <tr>
    <td width="100" align="left"><img src="http://thumbs.ebaystatic.com/pict/150691000395_0.jpg" alt="Planet Earth The Complete Series Blu ray 5 Disc Set" border="0" /></td>
    <td style="word-wrap: break-word;"><a href="http://supremetechs.com/item-planet-earth-the-complete-series-blu-ray-5-disc-set_150691000395_US.html" target="_blank" rel="nofollow"><strong>Planet Earth The Complete Series Blu ray 5 Disc Set</strong></a></td>
    <td width="20" align="right"><img src="http://supremetechs.com/images/pp.gif" alt="Paypal" /></td>
    <td width="60" align="right"><img src="http://supremetechs.com/images/0-bin.gif" alt="" /></td>
    <td width="100" align="right">US $25.95</td>
    <td width="80" align="right">13d 12h 19m </td>
  </tr>
</table><table width="100%" border="0" cellpadding="5" cellspacing="5" bgcolor="" onmouseover="style.backgroundColor='';" onmouseout="style.backgroundColor=''" style="font-size:12px;">
  <tr>
    <td width="100" align="left"><img src="http://thumbs.ebaystatic.com/pict/261024823692_0.jpg" alt="Planet Earth The Complete Collection Blu ray Disc 2007 4 Disc Set" border="0" /></td>
    <td style="word-wrap: break-word;"><a href="http://supremetechs.com/item-planet-earth-the-complete-collection-blu-ray-disc-2007-4-disc-set_261024823692_US.html" target="_blank" rel="nofollow"><strong>Planet Earth The Complete Collection Blu ray Disc 2007 4 Disc Set</strong></a></td>
    <td width="20" align="right"><img src="http://supremetechs.com/images/pp.gif" alt="Paypal" /></td>
    <td width="60" align="right"> 0 Bid</td>
    <td width="100" align="right">US $17.99</td>
    <td width="80" align="right">18h 14m </td>
  </tr>
</table><table width="100%" border="0" cellpadding="5" cellspacing="5" bgcolor="" onmouseover="style.backgroundColor='';" onmouseout="style.backgroundColor=''" style="font-size:12px;">
  <tr>
    <td width="100" align="left"><img src="http://thumbs.ebaystatic.com/pict/330732063525_0.jpg" alt="Planet Earth The Complete Collection Blu ray Disc" border="0" /></td>
    <td style="word-wrap: break-word;"><a href="http://supremetechs.com/item-planet-earth-the-complete-collection-blu-ray-disc_330732063525_US.html" target="_blank" rel="nofollow"><strong>Planet Earth The Complete Collection Blu ray Disc</strong></a></td>
    <td width="20" align="right"><img src="http://supremetechs.com/images/pp.gif" alt="Paypal" /></td>
    <td width="60" align="right"><img src="http://supremetechs.com/images/0-bin.gif" alt="" /></td>
    <td width="100" align="right">US $47.00</td>
    <td width="80" align="right">1d 1h 56m </td>
  </tr>
</table><table width="100%" border="0" cellpadding="5" cellspacing="5" bgcolor="" onmouseover="style.backgroundColor='';" onmouseout="style.backgroundColor=''" style="font-size:12px;">
  <tr>
    <td width="100" align="left"><img src="http://thumbs.ebaystatic.com/pict/120913916333_0.jpg" alt="Planet Earth blu ray dvd box set 5 disc set low postage complete series" border="0" /></td>
    <td style="word-wrap: break-word;"><a href="http://supremetechs.com/item-planet-earth-blu-ray-dvd-box-set-5-disc-set-low-postage-complete-series_120913916333_US.html" target="_blank" rel="nofollow"><strong>Planet Earth blu ray dvd box set 5 disc set low postage complete series</strong></a></td>
    <td width="20" align="right"><img src="http://supremetechs.com/images/pp.gif" alt="Paypal" /></td>
    <td width="60" align="right"> 7 Bids</td>
    <td width="100" align="right">US $10.28</td>
    <td width="80" align="right">1d 15h 22m </td>
  </tr>
</table><table width="100%" border="0" cellpadding="5" cellspacing="5" bgcolor="" onmouseover="style.backgroundColor='';" onmouseout="style.backgroundColor=''" style="font-size:12px;">
  <tr>
    <td width="100" align="left"><img src="http://thumbs.ebaystatic.com/pict/180882061985_0.jpg" alt="Planet Earth 4 Disc Collectors Edition Blu Ray" border="0" /></td>
    <td style="word-wrap: break-word;"><a href="http://supremetechs.com/item-planet-earth-4-disc-collectors-edition-blu-ray_180882061985_US.html" target="_blank" rel="nofollow"><strong>Planet Earth 4 Disc Collectors Edition Blu Ray</strong></a></td>
    <td width="20" align="right"><img src="http://supremetechs.com/images/pp.gif" alt="Paypal" /></td>
    <td width="60" align="right"> 0 Bid</td>
    <td width="100" align="right">US $28.98</td>
    <td width="80" align="right">1d 23h 58m </td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="5" cellpadding="5" style="background-color:#eaeaea">
  <tr>
    <td align="left">

    </td>
    <td align="right"><a href="http://www.phpbay.com">Powered by phpBay Pro</a></td>
  </tr>
</table>


</div>

<p><a href="http://supremetechs.com/2009/04/03/the-planet-earth-in-blue-ray/">Planet Earth in Blue Ray (Blu-Ray, Blue-ray, Blu Ray, BluRay)</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2009/04/03/the-planet-earth-in-blue-ray/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Star Trek &#124; Official Movie Site &#124; In Theaters May 2009 &#124; Star Trek Movie</title>
		<link>http://supremetechs.com/2009/03/06/star-trek-official-movie-site-in-theaters-may-2009-star-trek-movie/</link>
		<comments>http://supremetechs.com/2009/03/06/star-trek-official-movie-site-in-theaters-may-2009-star-trek-movie/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 18:26:35 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Movies]]></category>
		<category><![CDATA[Star Trek Movie Trailer]]></category>

		<guid isPermaLink="false">http://supremetechs.com/wordpress/?p=29</guid>
		<description><![CDATA[Star Trek &#124; Official Movie Site &#124; In Theaters May 2009 &#124; Star Trek Movie. I wouldn't say I'm a huge Star Trek fan, but I do have a special place in my heart for the original series. The trailer for the new movie looks pretty good though. I wouldn't mind seeing a complete remake [...]<p><a href="http://supremetechs.com/2009/03/06/star-trek-official-movie-site-in-theaters-may-2009-star-trek-movie/">Star Trek | Official Movie Site | In Theaters May 2009 | Star Trek Movie</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.startrekmovie.com/">Star Trek | Official Movie Site | In Theaters May 2009 | Star Trek Movie</a>.</p>
<p>I wouldn't say I'm a huge Star Trek fan, but I do have a special place in my heart for the original series. The trailer for the new movie looks pretty good though. I wouldn't mind seeing a complete remake of TOS. The franchise itself may have many diehard(somewhat strange) fans, but it somehow just never gets old to me. Even though there are a lot of cliche's, there is always a fresh direction to go with it. This is a good example. I can't wait to see the full feature.</p>
<p><a href="http://supremetechs.com/2009/03/06/star-trek-official-movie-site-in-theaters-may-2009-star-trek-movie/">Star Trek | Official Movie Site | In Theaters May 2009 | Star Trek Movie</a> is a post from: <a href="http://supremetechs.com">SupremeTechs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://supremetechs.com/2009/03/06/star-trek-official-movie-site-in-theaters-may-2009-star-trek-movie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

