<?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>Shane&#039;s Blog</title>
	<atom:link href="http://shanesblog.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://shanesblog.net</link>
	<description>Blogging with a new attitude!</description>
	<lastBuildDate>Tue, 07 Sep 2010 04:51:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Audio Player</title>
		<link>http://shanesblog.net/2010/09/06/audio-player/</link>
		<comments>http://shanesblog.net/2010/09/06/audio-player/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 03:51:40 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://shanesblog.net/?p=219</guid>
		<description><![CDATA[This is a test post to test out the Audio Player plugin. It allows you to add an audio tag to the front of music links and it is suppose to load them  in the player. Audio Player WP Plugin &#8211; http://wordpress.org/extend/plugins/audio-player/ Standalone Audio Player &#8211; http://wpaudioplayer.com/standalone Here is a good one from Cake &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>This is a test post to test out the Audio Player plugin. It allows you to add an audio tag to the front of music links and it is suppose to load them  in the player.</p>
<p>Audio Player WP Plugin &#8211; <a href="http://wordpress.org/extend/plugins/audio-player/" target="_blank">http://wordpress.org/extend/plugins/audio-player/</a></p>
<p>Standalone Audio Player &#8211; <a href="http://wpaudioplayer.com/standalone" target="_blank">http://wpaudioplayer.com/standalone</a></p>
<p>Here is a good one from Cake &#8211; B-Sides and Rarities &#8211; Mahna, Mahna</p>
<p><a href="http://shanesblog.net/audio/mahnamahna.mp3">Download audio file (mahnamahna.mp3)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://shanesblog.net/2010/09/06/audio-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://shanesblog.net/audio/mahnamahna.mp3" length="2868128" type="audio/mpeg" />
		</item>
		<item>
		<title>Host Your Own Ventrilo Server</title>
		<link>http://shanesblog.net/2010/09/06/host-your-own-ventrilo-server/</link>
		<comments>http://shanesblog.net/2010/09/06/host-your-own-ventrilo-server/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 01:51:31 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://shanesblog.net/?p=198</guid>
		<description><![CDATA[This guide will explain in detail how to set up your own Ventrilo server at home. This guide will cover all bases, unlike most guides that just tell you how to click next on an installer. Difficulty: Intermediate Prerequisites: Basic knowledge of your home network configuration. Knowledge of any firewall software installed on your computer [...]]]></description>
			<content:encoded><![CDATA[<p>This guide will explain in detail how to set up your own Ventrilo server at home. This guide will cover all bases, unlike most guides that just tell you how to click next on an installer.</p>
<p>Difficulty: Intermediate<br />
Prerequisites: Basic knowledge of your home network configuration. Knowledge of any firewall software installed on your computer<br />
Requirements: Windows based computer. Computer connected directly to the internet OR Access to your router&#8217;s admin interface</p>
<p>1) Download and install.</p>
<p>Go to <a href="http://www.ventrilo.com/download.php" target="_blank">http://www.ventrilo.com/download.php</a> and download the Server Program: Windows i386 &#8211; 32bit. Click the I Agree button at the bottom to start download. Save to a known destination. After download is complete, run the program and complete the install with default settings.</p>
<p>2) Configure your server INI file.</p>
<p>Click on Start &gt; Programs &gt; VentSrv &gt; Edit INI File. Here you need to configure a few things. The first few lines that need to be modified are listed below. Leave all others blank unless you know what they are.</p>
<p>Name=(your server name)<br />
Phonetic=(server phonetic name, just leave blank)<br />
Auth=(0 for no password to server, and 1 to require a password to connect to this server)<br />
Duplicates=(0 to disallow duplicate usernames and 1 to allow, just set to 1)<br />
AdminPassword=(type the server admin password here, this is important for creating channels and such)<br />
Password=(if you selected 1 for Auth, enter the password to connect to your server here)</p>
<p>VoiceCodec=3<br />
VoiceFormat=32</p>
<p>*note: codec 3 format 32 is the highest quality Speex codec available and is the recommended choice; MAC users can only connect to servers running Speex codec&#8217;s; for a full list of codec&#8217;s enter the command &#8216;ventrilo_srv -?&#8217; in the VentSrv command prompt</p>
<p>3) Decide on how to run the server</p>
<p>There are two ways to run your Ventrilo server. You can open it manually each time you need it, or you can set it to run as a system service, that will run in the background each time windows starts.</p>
<p>3A) If you want the Ventrilo server online when ever your computer is on, then you want to run it as an NT Service.</p>
<p>To install the Ventrilo server as a NT Service, simply go to Start &gt;  Programs &gt; VentSrv &gt; Service &gt; Install. Ventrilo is now  installed as a NT Service and will run next time you start/restart your  computer (note: don&#8217;t forget to restart your computer for the next step  if you chose to install as a service).</p>
<p>3B) If you only want the Ventrilo server to be online when you choose, then you will want to open it manually each time.</p>
<p>To run the Ventrilo server manually, simply go to Start &gt; Programs &gt; VentSrv&gt; Ventrilo Server. You will see the server open, display some statistics, then say READY:. Do not close this window, as that will close your Ventrilo Server, just minimize it and close it when your done.</p>
<p>*note: the server will need inbound and outbound access to the outside internet. When you first run the server, make sure you click allow on any firewall notifications that may come up and set it as a rule to always allow this type of communication.</p>
<p>4) Test your server</p>
<p>Now that your server is installed, configured and running we need to connect to it.</p>
<p>Open up your Ventrilo Client and add a new server.</p>
<p>server: 127.0.0.1<br />
port: 3784<br />
password: (enter your server password if you created one above, if not leave blank).</p>
<p>Press OK and click connect.</p>
<p>You should be able to connect to your new Ventrilo server at this point with the above information. If not, you need to go back over step&#8217;s 1-3</p>
<p>*note: this will only work on the computer the server is running on, you need to continue with the other steps and finish the guide to connect from other computers</p>
<p>5) Connecting to your server part one</p>
<p>Chances are you are connected to the internet ONE of TWO ways (only do5A or 5B, NOT both):</p>
<p>5A) Your computer is directly connected to a cable or DSL modem that provides you internet (IF THIS DOES NOT DESCRIBE YOU, skip to 4B).</p>
<p>This is the easiest way to set up any server to accept incoming connections because you do not have to deal with port forwarding. The only issue to deal with here is Dynamic DNS. Do not get discouraged, you don&#8217;t have to know what that is, but you do have to understand how it affects people connecting to your server.</p>
<p>*note: if you choose not to install a DynamicDNS service, you will have  to retrieve your sever ip each time you run the server, and give your  friends the new IP and have them enter it in each time they want to  connect. This is NOT recommended!</p>
<p>NOT RECOMMENDED: If you want to skip installing a DynamicDNS service and let your friends start connecting now; you can simply get your IP address from here: <a href="http://www.whatsmyip.org/" target="_blank">http://www.whatsmyip.org/</a> Give your friends that IP, use port 3784, and the password if you chose one and your done (shame on you, keep reading lazy).</p>
<p>RECOMMENDED: Continue to step 6 =D</p>
<p>5B) Your computer is connected to a router (wired or wireless) that is connected to a cable or DSL modem that provides you internet.</p>
<p>This is the hardest way to set up a server connection as you must set up port forwarding, and a static local IP address. This requires no prior knowledge, just a little common sense =D</p>
<p>To start, lets log in to your router. To find your router&#8217;s address, go to Start &gt; Run &gt; type &#8216;cmd&#8217;; then in the command prompt window that opens, type &#8216;ipconfig&#8217;. Take note of your default gateway as this is your router&#8217;s address. Now open up Firefox (or your favorite browser) and type in the default gateway in the address bar (ex. Address: 192.168.1.1) and press enter (or click go); now type in your router&#8217;s username and password (most default to admin/admin).</p>
<p>All router web interfaces are different, but for the most part, provide similar functions. Now that we are logged into our router, and we know what our routers address is, we can start by setting up a static local IP. Open Network and Sharing Center, click Change adapter settings (in top left corner), then right click on the active (connected) adapter and go to Properties. Select Internet Protocol Version 4 and click Properties again. Now select Use the following IP address option. This will allow you to enter in an IP address, subnet mask and Default gateway manualy.</p>
<p>Here you need to enter in an available (not in use by another device) IP address within your IP range. Use this table to decide on an IP address:</p>
<p>10.0.0.0 – 10.255.255.255    subnet mask: (255.0.0.0)    16,777,216 available addresses    24 bits<br />
172.16.0.0 – 172.31.255.255    subnet mask: (255.240.0.0)    1,048,576 available addresses    20 bits<br />
192.168.0.0 – 192.168.255.255    subnet mask: (255.255.0.0)    65,536 available addresses    16 bits</p>
<p>Choose an IP address within the same range as your router, that is not the same as your router and use the subnet mask that corresponds. Press OK, and OK again. This will apply the settings. Give the network a second to request the IP you entered above. If accepted you should be back online.</p>
<p>Once back online, go back to the router web interface in your web browser and look for a menu or heading titled with something like NAT/QOS/Application/Gaming/Forwarding (this is where common sense comes in to play). There you should find the port forwarding page, or a submenu, continue to look for something called Port Forwarding Range or Port Forwarding (in DD-WRT its NAT/QOS &gt;Port Range Forwarding). Here you will need to forward port 3874 to the static local IP you chose above and enable it.</p>
<p>*note: this is probably the hardest part of the guide, where I provide the least of information because it is different for every router; if you are having trouble with this step, you need to google for help on how to set up port forwarding with your router; in DD-WRT it looks something like this:</p>
<p><a href="http://img825.imageshack.us/img825/8416/ddwrt.png" target="_blank"><img src="http://img825.imageshack.us/img825/8416/ddwrt.th.png" border="0" alt="" /></a></p>
<p>After everything is entered correctly, apply all settings.</p>
<p>NOT RECOMMENDED: If you want to skip installing a DynamicDNS service  and let your friends start connecting now; you can simply get your IP  address from here: <a href="http://www.whatsmyip.org/" target="_blank">http://www.whatsmyip.org/</a> Give your friends that IP, use port 3784, and the password if you chose one and your done (shame on you, keep reading lazy).</p>
<p>RECOMMENDED: Continue to step 6 =D</p>
<p>6) DynamicDNS service &#8211; connecting to your server part two</p>
<p>This will allow people to connect to your server, with a server name that will never change. There are many DynamicDNS services available, for this guide I will use <a href="http://www.no-ip.com/" target="_blank">No-IP</a>. You will need to go to <a href="http://www.no-ip.com/" target="_blank">http://www.no-ip.com/</a>, click on No-IP Free, and sign up with their service. After you are done signing up, they will send you a conformation e-mail (make sure you use a good e-mail address). While you are waiting on the email, you can download the software.</p>
<p>Once you are done downloading and installing the No-IP software (DUC), you need to retreive theh conformation e-mail and click on the corrosponding link to activate your No-IP account.</p>
<p>After your account is active, click login, and log in with the email and password you registered with. Then click on Manage Hosts from the menu on the side or icon at the bottom. Then click Add a Host from the bottom right below the Host list. Here you can type in what ever you want for a host name (if its not taken) and choose your top level domain from the drop down. Leave the rest default and click create host at the bottom right corner.</p>
<p>Now you can open the No-IP software by going to Start &gt; Programs &gt; No-IP DUC &gt; DUC 3.0. Enter in your e-mail and password your registered with and press OK. This should open the software and bring up the Select Groups/Hosts window. Here select the host you just created and click Save. Now go to File, and select Options. Here you need to put a check in the box by Run on start-up and Run as system service, that way it runs when your computer starts, and runs in the background.</p>
<p>Now just give out your vent info to your friends and let them start connecting. Use the full hostname you created above. Example:</p>
<p>Server: example.no-ip.org<br />
Port: 3784<br />
Password: (blank or chosen above)</p>
<p>6) Setting up your new vent server&#8217;s channels and users (OPTIONAL)</p>
<p>If you want to have channels and administrators and all that good stuff, you need to set it all up your self. This is all done from within the Ventrilo Client by right clicking and going to server admin and channel admin. There is tons of documentation on using Ventrilo all over the internet, so I am not going to try and teach you the entire program on this post.</p>
<p>You can google it, or use these Ventrilo Tutorials from TypeFrag: <a href="http://typefrag.com/support/ventrilo-tutorials/" target="_self">http://typefrag.com/support/ventrilo-tutorials/</a></p>
<p>For the most basic set-up, go to server admin, and select Login, enter the password you created above for AdminPassword (not server password). If entered sucessfully you will see an &#8220;A&#8221; by the server name up top  appear. Now right click on the server name, that has the &#8220;A&#8221;, go to channel admin, and select Create. Simply type in the desired name for the channel and press ok. You now have a channel in your Ventrilo server.</p>
<p>CONGRATULATIONS! You now have a fully functional Ventrilo server, that runs when ever your computer is on, and a domain name that always points to your server, no matter what your IP is.</p>
<p>If you have any questions on this post, feel free to comment.</p>
<p>If you require professional assistance setting up a Ventrilo server, contact <a href="http://www.futuretechwebdesign.com/contact/" target="_blank">Shane @ http://www.futuretechwebdesign.com/contact/</a> for great prices&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://shanesblog.net/2010/09/06/host-your-own-ventrilo-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TED: Derek Sivers: Keep Your Goals to Yourself</title>
		<link>http://shanesblog.net/2010/09/04/ted-derek-sivers-keep-your-goals-to-yourself/</link>
		<comments>http://shanesblog.net/2010/09/04/ted-derek-sivers-keep-your-goals-to-yourself/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 02:03:25 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://shanesblog.net/?p=189</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" 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/NHopJHSlVo4?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/NHopJHSlVo4?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://shanesblog.net/2010/09/04/ted-derek-sivers-keep-your-goals-to-yourself/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Poker Tournament Manager</title>
		<link>http://shanesblog.net/2010/08/31/poker-tournament-manager/</link>
		<comments>http://shanesblog.net/2010/08/31/poker-tournament-manager/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 23:12:54 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Games]]></category>

		<guid isPermaLink="false">http://shanesblog.net/?p=187</guid>
		<description><![CDATA[If you ever want to run a home tournament, or you attend a home tournament where they are always sloppy with rounds and blinds, then this is the right program for you. Tournament Director is an easy to configure tournament timer with many more options if you desire to configure them. http://rs449.rapidshare.com/files/405896344/TD.rar]]></description>
			<content:encoded><![CDATA[<p>If you ever want to run a home tournament, or you attend a home tournament where they are always sloppy with rounds and blinds, then this is the right program for you. Tournament Director is an easy to configure tournament timer with many more options if you desire to configure them.</p>
<p><a href="http://rs449.rapidshare.com/files/405896344/TD.rar" target="_blank">http://rs449.rapidshare.com/files/405896344/TD.rar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://shanesblog.net/2010/08/31/poker-tournament-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple Display Full-screen Hack</title>
		<link>http://shanesblog.net/2010/08/26/multiple-display-full-screen-hack/</link>
		<comments>http://shanesblog.net/2010/08/26/multiple-display-full-screen-hack/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 02:56:20 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://shanesblog.net/?p=183</guid>
		<description><![CDATA[This is a hack for any Adobe Flash content to allow you to work within applications on one display, while maintaining full-screen video in the other display. Simply download this hacked .dll file: http://shanesblog.net/downloads/npswf32.zip Then copy it to your Flash directory, most likely located here: C:\Windows\system32\Macromed\Flash\ or C:\Windows\SysWOW64\Macromed\Flash\ After your done, restart your browser, and [...]]]></description>
			<content:encoded><![CDATA[<p>This is a hack for any Adobe Flash content to allow you to work within applications on one display, while maintaining full-screen video in the other display.</p>
<p>Simply download this hacked .dll file: <a href="http://shanesblog.net/downloads/npswf32.zip">http://shanesblog.net/downloads/npswf32.zip</a></p>
<p>Then copy it to your Flash directory, most likely located here:</p>
<p>C:\Windows\system32\Macromed\Flash\<br />
or<br />
C:\Windows\SysWOW64\Macromed\Flash\</p>
<p>After your done, restart your browser, and enjoy full-screen on one display while doing work on the other display =D</p>
]]></content:encoded>
			<wfw:commentRss>http://shanesblog.net/2010/08/26/multiple-display-full-screen-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ted Stevens Series of Tubes</title>
		<link>http://shanesblog.net/2010/08/16/the-internet-is-tubes/</link>
		<comments>http://shanesblog.net/2010/08/16/the-internet-is-tubes/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 06:06:30 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Uncatagorized]]></category>

		<guid isPermaLink="false">http://shanesblog.net/?p=175</guid>
		<description><![CDATA[Having worked on airplanes for 3 years, this caught my attention. My buddy mentioned a senator went down in an air crash, and he was more focused on describing the senator&#8217;s death and its irony, where as I was more focused on the air crash. I was 100% oblivious to who this man was or [...]]]></description>
			<content:encoded><![CDATA[<p>Having worked on airplanes for 3 years, this caught my attention. My buddy mentioned a senator went down in an air crash, and he was more focused on describing the senator&#8217;s death and its irony, where as I was more focused on the air crash. I was 100% oblivious to who this man was or what he did until I goggled it a few days after. Enjoy:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" 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/_cZC67wXUTs?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/_cZC67wXUTs?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://shanesblog.net/2010/08/16/the-internet-is-tubes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ninite Installing Apps Made Easy</title>
		<link>http://shanesblog.net/2010/08/11/ninite-installer/</link>
		<comments>http://shanesblog.net/2010/08/11/ninite-installer/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 23:22:31 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://shanesblog.net/?p=156</guid>
		<description><![CDATA[Ninite is a free online service that lets you choose from a large list of open source programs to install, creates a custom installer for the chosen applications, and installs them all for you automatically, saying no to all toolbars and extra junk. If you are re-installing your windows, setting up a buddies computer, or [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Ninite</strong> is a free online service that lets you choose from a large list of open source programs to install, creates a custom installer for the chosen applications, and installs them all for you automatically, saying no to all toolbars and extra junk. If you are re-installing your windows, setting up a buddies computer, or just installing some additional programs, Ninite saves you lots of extra time. With Ninite, you do not have to go to the software&#8217;s website, download it, find it, open it, agree to their terms of service, say no to the toolbar, uncheck the norton free system scan (virus), press OK a few more times, then click finished. Ninite is easy to use:</p>
<p><strong>To use Ninite:</strong></p>
<ol>
<li>Go to <a href="http://www.ninite.com/" target="_blank">ninite.com</a> (then bookmark it if you have not already).</li>
<li>Select the programs you want.</li>
<li>Click &#8220;Download Installer&#8221; (choose save or open).</li>
<li>Open Ninite (if you chose save above) and continue through any security warnings.</li>
</ol>
<p>Ninite will do the rest for you. Sit back and enjoy free time =D<a href="http://www.ninite.com/" target="_blank"></a></p>
<p><img class="alignleft size-full wp-image-157" style="visibility: hidden;" title="Ninite" src="http://shanesblog.net/wp-content/uploads/2010/08/ninite-logo.jpg" alt="" width="100" height="100" /></p>
]]></content:encoded>
			<wfw:commentRss>http://shanesblog.net/2010/08/11/ninite-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shanesblog.net New Website</title>
		<link>http://shanesblog.net/2010/07/05/new-website/</link>
		<comments>http://shanesblog.net/2010/07/05/new-website/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 23:02:07 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Uncatagorized]]></category>

		<guid isPermaLink="false">http://shanesblog.net/?p=6</guid>
		<description><![CDATA[Welcome to the new shanesblog.net website&#8230; I have decided on a design. It still needs tweaking/personalization; however, I will do with what I got for now =D]]></description>
			<content:encoded><![CDATA[<p>Welcome to the new shanesblog.net website&#8230; I have decided on a design. It still needs tweaking/personalization; however, I will do with what I got for now =D</p>
]]></content:encoded>
			<wfw:commentRss>http://shanesblog.net/2010/07/05/new-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
