<?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>Forged Defiance &#187; Music</title>
	<atom:link href="http://xanderx.com/category/music/feed/" rel="self" type="application/rss+xml" />
	<link>http://xanderx.com</link>
	<description>Tempered to the Web</description>
	<lastBuildDate>Fri, 06 Jan 2012 21:39:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel="next" href="http://xanderx.com/category/music/feed/?page=2" />

		<item>
		<title>Making Ringtones Loop on Android</title>
		<link>http://xanderx.com/2010/08/25/making-ringtones-loop-on-android/</link>
		<comments>http://xanderx.com/2010/08/25/making-ringtones-loop-on-android/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 13:15:24 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=430</guid>
		<description><![CDATA[<p><strong>Update 2012-01-06:</strong> ICS appears to have a bug where the end of the file is chopped off, so ringtones do not loop properly.  If I find or hear a solution I&#8217;ll update again!</p>
<p><strong>Update 2010-11-09:</strong> Added clarification on why I suggest having a short (sub-10 second) ringtone. You want it to loop, right? =P</p>
<p>Following on from my <a href="http://xanderx.com/2009/09/21/use-ogg-vorbis-for-lag-free-ringtones-on-android/">previous</a> <a href="http://xanderx.com/2009/11/08/ogg-vorbis-encoder-for-windows/">articles</a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><strong>Update 2012-01-06:</strong> ICS appears to have a bug where the end of the file is chopped off, so ringtones do not loop properly.  If I find or hear a solution I&#8217;ll update again!</p>
<p><strong>Update 2010-11-09:</strong> Added clarification on why I suggest having a short (sub-10 second) ringtone. You want it to loop, right? =P</p>
<p>Following on from my <a href="http://xanderx.com/2009/09/21/use-ogg-vorbis-for-lag-free-ringtones-on-android/">previous</a> <a href="http://xanderx.com/2009/11/08/ogg-vorbis-encoder-for-windows/">articles</a> on ringtones, I&#8217;ve finally worked out how to make ringtones loop seamlessly in Android.</p>
<p>My problem before was that, despite the fact I made an OGG that <em>should</em> loop properly, when played back on Android, it didn&#8217;t.&nbsp; Turns out, there&#8217;s a little piece of metadata you need to add to the tags in the ringtone to make it loop properly.</p>
<p>Using your favourite tag editor (I used <a href="http://www.foobar2000.org/">foobar2000 on Windows</a>), <strong>add a tag/field called &#8220;ANDROID_LOOP&#8221;</strong>, and <strong>set it to &#8220;true&#8221;</strong>.</p>
<p>Please note that the file itself will also need to loop properly for things to work out.&nbsp; That means that if you&#8217;re basing your ringtone on a longer piece of music, it needs to be trimmed down to 10 or fewer seconds <em>and</em> trimmed in such a way that the audio sounds like it goes on forever when played from beginning to end repeatedly.</p>
<p>The file doesn&#8217;t <em>have</em> to be less than 10 seconds, but I figure you&#8217;re reading this because you want to make a file that loops!&nbsp; Most carriers will stop ringing your phone after 15 to 30 seconds and pass the call to voicemail.&nbsp; This depends on the carrier, your preferences (if you can change how long voicemail waits at all), and whether or not you have voicemail enabled!</p>
<p>Also, you need to use a format that doesn&#8217;t add silence to the end of the track. OGG (<a href="http://xanderx.com/2009/09/21/use-ogg-vorbis-for-lag-free-ringtones-on-android/">which I recommend</a>), FLAC and AAC should all work fine. I do not know if Android reads LAME&#8217;s metadata with allows MP3s encoded by it to loop. MP3s encoded with other encoders will probably add silence and as such will not loop perfectly.</p>
<p>Have fun with this!</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2010/08/25/making-ringtones-loop-on-android/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Delete Songs From Smart Playlists in iTunes</title>
		<link>http://xanderx.com/2009/11/20/delete-songs-from-smart-playlists-in-itunes/</link>
		<comments>http://xanderx.com/2009/11/20/delete-songs-from-smart-playlists-in-itunes/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 22:46:11 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=274</guid>
		<description><![CDATA[<p><strong>Update 2009-11-23:</strong> Corrected Mac keyboard keys.  I don&#8217;t own a Mac myself, but a friend of mine tells me that iTunes defies the normal behaviour of many other Apple applications. Probably because it&#8217;s ancient and desperately needs an update.</p>
<p>Made a smart playlist to find songs you want to delete, then found that the delete function no longer works?</p>
<p>Just &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><strong>Update 2009-11-23:</strong> Corrected Mac keyboard keys.  I don&#8217;t own a Mac myself, but a friend of mine tells me that iTunes defies the normal behaviour of many other Apple applications. Probably because it&#8217;s ancient and desperately needs an update.</p>
<p>Made a smart playlist to find songs you want to delete, then found that the delete function no longer works?</p>
<p>Just hold Shift. Or Option.</p>
<p>Pressing Shift+Delete on Windows or Option+Delete on Mac will give you a prompt to delete songs just like any other delete operation performed in the library.</p>
<p>Holding Shift  on Windows or Option  on Mac and right-clicking on one or more songs will show &#8220;Delete&#8221; in the context menu.</p>
<p>As an aside, this shortcut also allows you to delete songs from static playlists as well.</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/11/20/delete-songs-from-smart-playlists-in-itunes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ogg Vorbis Encoder for Windows</title>
		<link>http://xanderx.com/2009/11/08/ogg-vorbis-encoder-for-windows/</link>
		<comments>http://xanderx.com/2009/11/08/ogg-vorbis-encoder-for-windows/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 16:18:44 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=389</guid>
		<description><![CDATA[<p>I not so long ago made a post about <a href="http://xanderx.com/2009/09/21/use-ogg-vorbis-for-lag-free-ringtones-on-android/">using  Ogg Vorbis for Ringtones on Android</a>, as it considerably reduces the  lag between getting a phone call and the phone actually playing the  ringtone.  The same goes for music on the device&#8211;it just starts playing  quicker.</p>
<p>Anyway, just now I realised that I didn&#8217;t link to any encoders for  &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I not so long ago made a post about <a href="http://xanderx.com/2009/09/21/use-ogg-vorbis-for-lag-free-ringtones-on-android/">using  Ogg Vorbis for Ringtones on Android</a>, as it considerably reduces the  lag between getting a phone call and the phone actually playing the  ringtone.  The same goes for music on the device&#8211;it just starts playing  quicker.</p>
<p>Anyway, just now I realised that I didn&#8217;t link to any encoders for  it.  So if anyone wondered what I used to accomplish the task, they&#8217;d be stuck!</p>
<p>So here&#8217;s a quick update to fill in in the gaps:</p>
<p>If you&#8217;re wanting to just convert some files you already have into  Ogg Vorbis, I&#8217;d recommend <a href="http://www.rarewares.org/ogg-oggdropxpd.php">oggdropXPd</a>.   Open the program, right-click on the &#8220;dropbox&#8221; that appears to configure  it, then when it&#8217;s all done, drag and drop the files you want to  convert onto the dropbox, and wait!  It works fine under Windows Vista  (32-bit) and Windows 7 (64-bit).</p>
<p>If you&#8217;re wanting to both edit a music track into a short ringtone  and convert to Ogg Vorbis, <a href="http://audacity.sourceforge.net/">Audacity</a> did the job for me.  It&#8217;s open-source and supports a number of file types (including  MP3 if you download a separate plug-in), so hopefully it&#8217;ll work for you  too.  Again, it works fine in Windows Vista (32-bit) and Windows 7  (64-bit).</p>
<p>The settings I used for the Ogg Vorbis files on my G1 where 128kbps CBR.  You don&#8217;t need much quality because the phone&#8217;s speaker isn&#8217;t  exactly an orchestra, and I used Constant Bitrate under the assumption  it would take less CPU to decode.  If you know otherwise, please let me  know!</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/11/08/ogg-vorbis-encoder-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Ogg Vorbis for Lag-free Ringtones on Android</title>
		<link>http://xanderx.com/2009/09/21/use-ogg-vorbis-for-lag-free-ringtones-on-android/</link>
		<comments>http://xanderx.com/2009/09/21/use-ogg-vorbis-for-lag-free-ringtones-on-android/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 13:50:42 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[ogg]]></category>
		<category><![CDATA[ringtones]]></category>
		<category><![CDATA[vorbis]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=214</guid>
		<description><![CDATA[<p><strong>Update 2010-06-21:</strong> If you want to use custom ringtones in the first place, install Rings Extended from the Android Market, then go to Home &#62; Settings &#62; Sound &#38; display &#62; Phone ringtone.  When it asks which application you want to use, select Rings Extended, and check the checkbox so that it doesn&#8217;t ask you again.</p>
<p>This will work anywhere &#8230;</p>]]></description>
			<content:encoded><![CDATA[<div class="update">
<p><strong>Update 2010-06-21:</strong> If you want to use custom ringtones in the first place, install Rings Extended from the Android Market, then go to Home &gt; Settings &gt; Sound &amp; display &gt; Phone ringtone.  When it asks which application you want to use, select Rings Extended, and check the checkbox so that it doesn&#8217;t ask you again.</p>
<p>This will work anywhere any application asks for you to pick a ringtone, assuming it asks via a standard means!</p>
<p>I&#8217;ve also written <a href="http://xanderx.com/2009/11/08/ogg-vorbis-encoder-for-windows/">another article detailing how to convert your music in to Ogg Vorbis files</a>.</p>
</div>
<p>Why, do I hear you cry?</p>
<p>Simple really, here&#8217;s the story: when I first transferred various files to my phone for use as ringtones (one each for calls, texts, e-mails&#8230;) I used MP3s.  Thanks to the Rings Extended application in the marketplace I had no trouble in using them.</p>
<p>But one thing struck me as odd whenever I got a call (or text etc.); lag.  If I were to get a call right now, the phone would vibrate, the screen would turn black, and then a couple of seconds later the contact details show and my ringtone starts playing.  Not ideal.</p>
<p>So I decided to try something.  I set one of the standard ringtones that came with the phone as the current ringtone, and tried again.  This time the phone started vibrating and played the tone at the same time.</p>
<p>After that I had to figure out what format they used, since I had no idea where the files could be and what format they were.  I reasoned that Ogg Vorbis would be the format they&#8217;d use — an open-source <acronym title="Operating System">OS</acronym> with open-source ringtones.  Makes sense, right?</p>
<p>So I tried it: I converted those same ringtones I started out with to 128kbps CBR Vorbis files.  128kbps because I thought that a higher bitrate would lag the phone out (plus you wouldn&#8217;t hear a quality difference from the speaker anyway), and CBR because I thought it would be easier for the decoder to work with, though I have no evidence to back this up.</p>
<p>Voilà!  Suddenly my ringtones loaded a lot quicker, and no longer did I get vibrations with no accompanying ringtone (unless it was set to vibrate only!).</p>
<p>I haven&#8217;t tested other settings on the Vorbis encoder (different bitrates, VBR etc.), nor have I tested other formats aside from MP3 and Ogg.</p>
<p>Hope this is of help to someone that actually cares about this stuff.</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/09/21/use-ogg-vorbis-for-lag-free-ringtones-on-android/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Strip ID3v1 Tags from MP3s in Linux</title>
		<link>http://xanderx.com/2009/09/16/strip-id3v1-tags-from-mp3s-in-linux/</link>
		<comments>http://xanderx.com/2009/09/16/strip-id3v1-tags-from-mp3s-in-linux/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 19:38:09 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=209</guid>
		<description><![CDATA[<p>For kicks I decided to remove all the ID3v1 tags from my music files today.  They were just getting in the way and served no useful purpose — since I had perfectly fine ID3v2 tags — so they just had to go.</p>
<p>I cooked up a little command to help out here!  But first, we need to make sure you &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>For kicks I decided to remove all the ID3v1 tags from my music files today.  They were just getting in the way and served no useful purpose — since I had perfectly fine ID3v2 tags — so they just had to go.</p>
<p>I cooked up a little command to help out here!  But first, we need to make sure you have the command that we&#8217;re going to need here, id3v2.  Install it from the official repositories using your distribution&#8217;s package manager.  For example, on Ubuntu:</p>
<pre>sudo apt-get install id3v2</pre>
<p>This command is used to view and manipulate ID3 tags inside of music files.  One argument in particular is of use to us, <code>-s</code>, which strips ID3v1 tags out of the specified file(s).</p>
<p>With that in mind the task is just getting a list of the files that you want to remove ID3v1 tags from.  I&#8217;ve managed to solve that and fit it all in one line — don&#8217;t forget to replace the path with the correct one:</p>
<pre>find /path/to/music -name \*.mp3 -type f -print0 | xargs -0 id3v2 -s</pre>
<p>That&#8217;s it!  After testing I ran it on my whole music library and it appears to have survived just fine.  Just be patient (and careful) if you&#8217;re stripping tags out of hundreds or thousands of files.</p>
<p>Let me know how it works out for you, and any improvements you may have!</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/09/16/strip-id3v1-tags-from-mp3s-in-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Reset iTunes Dimensions to Fit Resolution</title>
		<link>http://xanderx.com/2009/06/25/reset-itunes-dimensions-to-fit-resolution/</link>
		<comments>http://xanderx.com/2009/06/25/reset-itunes-dimensions-to-fit-resolution/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 18:25:22 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=124</guid>
		<description><![CDATA[<p>Here&#8217;s a handy little feature that I find useful.  If you ever play around with the size or location of the iTunes window and want to make it fit the screen better, simply follow the instructions:</p>
<dl>
<dt>If you&#8217;re on Windows:</dt>
<dd>hold Shift and either double-click the title bar or single-click the maximise button  (The title bar is the small bar </dd>&#8230;</dl>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a handy little feature that I find useful.  If you ever play around with the size or location of the iTunes window and want to make it fit the screen better, simply follow the instructions:</p>
<dl>
<dt>If you&#8217;re on Windows:</dt>
<dd>hold Shift and either double-click the title bar or single-click the maximise button  (The title bar is the small bar at the top that says &#8220;iTunes&#8221; in the middle.)</dd>
<dt>If you&#8217;re on Mac OS:</dt>
<dd>hold Option and click the Zoom (+) button</dd>
</dl>
<p>This&#8217;ll reset the size and position to its default for your screen resolution.  Assuming you haven&#8217;t changed screen resolution since installing it, it&#8217;ll look just as it did when you first installed it — nearly filling the entire screen, but not quite.  It&#8217;s also a very useful shortcut if you ever change your screen resolution.</p>
<p>Doing the operation a second time will move the iTunes window back to where it was before you started reading this article and messing with it.  Simple!</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/06/25/reset-itunes-dimensions-to-fit-resolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phoenix Wright &#8212; Ace Attorney: Trials and Tribulations Soundtrack Download</title>
		<link>http://xanderx.com/2009/06/20/phoenix-wright-ace-attorney-trials-and-tribulations-soundtrack-download/</link>
		<comments>http://xanderx.com/2009/06/20/phoenix-wright-ace-attorney-trials-and-tribulations-soundtrack-download/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 13:58:28 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Download]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=113</guid>
		<description><![CDATA[<p>That was a mouthful of a title.</p>
<p>Over time I&#8217;ve played and thoroughly enjoyed the Ace Attorney series of games, from Phoenix Wright to Apollo Justice.  But for those of you familiar to the series, you&#8217;ll notice that this is the soundtrack for the third game in the series.  So why have I posted this one?</p>
<p>You see, this soundtrack &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>That was a mouthful of a title.</p>
<p>Over time I&#8217;ve played and thoroughly enjoyed the Ace Attorney series of games, from Phoenix Wright to Apollo Justice.  But for those of you familiar to the series, you&#8217;ll notice that this is the soundtrack for the third game in the series.  So why have I posted this one?</p>
<p>You see, this soundtrack posting has a small story behind it.  A while back a perfectionist of a soundtrack ripper called <a href="http://forums.court-records.net/hazakurain-gs3/trials-and-tribulations-ost-complete-t4724.html">TheRedPriest</a> ripped the soundtrack and uploaded it to his website.  He gets wound up by pops and blips in tracks &#8212; I can relate to that&#8230;</p>
<p>Anyway, unfortunately like so many good things on the web, the website went offline!  Luckily, a member of the forum called <acronym title="Graphical User Interface">GUI</acronym> <a href="http://forums.court-records.net/hazakurain-gs3/trials-and-tribulations-ost-complete-t4724-40.html#p584612">uploaded the soundtrack</a> and all was good within the world.</p>
<p>Since I hate having just one mirror for things that have had so much time and effort put into them, and because I like the soundtrack so much, I decided to host the soundtrack for myself.</p>
<p>Just to make it clear: I did <em>not</em> rip this soundtrack or have any input in its ripping!  I am but a simple mirror, wanting to preserve the great work of a video game soundtrack ripper.</p>
<p>Hope that everyone enjoys this as much as I do.</p>
<p><a href="http://download.xanderx.com/music/Phoenix_Wright_Ace_Attorney_Trials_and_Tribulations.7z">Download the Phoenix Wright &#8212; Ace Attorney: Trials and Tribulations soundtrack.</a></p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/06/20/phoenix-wright-ace-attorney-trials-and-tribulations-soundtrack-download/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Advance Wars 2 Soundtrack Download</title>
		<link>http://xanderx.com/2009/06/10/advance-wars-2-soundtrack-download/</link>
		<comments>http://xanderx.com/2009/06/10/advance-wars-2-soundtrack-download/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 09:24:25 +0000</pubDate>
		<dc:creator>XanderX</dc:creator>
				<category><![CDATA[Download]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://xanderx.com/?p=51</guid>
		<description><![CDATA[You owe it to yourself to listen to the Advance Wars 2 soundtrack.]]></description>
			<content:encoded><![CDATA[<div id="attachment_52" class="wp-caption alignleft" style="width: 200px"><a href="http://xanderx.com/wp-content/uploads/2009/06/andy.png"><img class="size-medium wp-image-52" title="Andy" src="http://xanderx.com/wp-content/uploads/2009/06/andy-190x300.png" alt="Andy, a Commanding Officer from Advance Wars 2" width="190" height="300" /></a><p class="wp-caption-text">Andy, a Commanding Officer from Advance Wars 2</p></div>
<p>Ah, Advance Wars 2.  What is it about you I thought was so amazing?  The lovable, single-minded cast?  The deep turn-based strategy?  The little battle animations of infantry flying off the screen?</p>
<p>Well, okay, all of those things are very good reasons to love the game, but there&#8217;s another one that sticks out for me too.</p>
<p>The soundtrack!</p>
<p>Once I completed the normal campaign and could buy the Sound Room, that was it.  Time and again I&#8217;ve inserted the cart into my <acronym title="Gameboy Advance">GBA</acronym> purely for the reason of enjoying the music on an infinite loop.</p>
<p>Yes, I am that way inclined as a person, but there&#8217;s something about this soundtrack that keeps me coming back.  I&#8217;m not sure if it&#8217;s the enthusiastic beats or the simple, catchy tunes, but this is one soundtrack I struggle to put down.</p>
<p>But anyway, enough of me rambling about game soundtracks; judge for yourself!  Ripped by yours truly and packaged as 192kbps MP3s, the Advance Wars 2 soundtrack is one you should definitely have in your library if you enjoy the game or the kind of music you get from a <acronym title="Gameboy Advance">GBA</acronym>.</p>
<p><a title="Download now!  Make sure you have 7-zip" href="http://download.xanderx.com/music/Advance_Wars_2.7z">Download the Advance Wars 2 Soundtrack.</a></p>
<p>Also available from another site I co-run, <a title="The best Advance Wars site on the interwebs, probably" href="http://advancewars.net">Black Hole Headquarters</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://xanderx.com/2009/06/10/advance-wars-2-soundtrack-download/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: xanderx.com @ 2012-02-06 07:09:16 by W3 Total Cache -->
