<?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>Throx &#187; Throx.net</title>
	<atom:link href="http://www.throx.net/category/throx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.throx.net</link>
	<description>Quietly Brilliant</description>
	<lastBuildDate>Thu, 13 Oct 2011 04:22:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Victoria, Australia vehicle license plate now featured Looney Tunes</title>
		<link>http://www.throx.net/2011/10/13/victoria-australia-vehicle-license-plate-now-featured-looney-tunes/</link>
		<comments>http://www.throx.net/2011/10/13/victoria-australia-vehicle-license-plate-now-featured-looney-tunes/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 04:22:50 +0000</pubDate>
		<dc:creator>throx</dc:creator>
				<category><![CDATA[Throx.net]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.throx.net/?p=725</guid>
		<description><![CDATA[Yes, no kidding. I can never imagine how can this happen to reality. I mean is a formal and government thing, they actually bring Looney Tunes in the vehicle licence plate. They are available end of November.]]></description>
			<content:encoded><![CDATA[<p>Yes, no kidding. I can never imagine how can this happen to reality. I mean is a formal and government thing, they actually bring Looney Tunes in the vehicle licence plate. They are available end of November.</p>
<p><a href="http://www.throx.net/wp-content/uploads/2011/10/LooneyTunes-.jpg" rel="shadowbox[sbpost-725];player=img;"><img class="alignnone size-full wp-image-726" title="LooneyTunes" src="http://www.throx.net/wp-content/uploads/2011/10/LooneyTunes-.jpg" alt="" width="640" height="189" /></a></p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://www.throx.net/2011/10/13/victoria-australia-vehicle-license-plate-now-featured-looney-tunes/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.throx.net/2011/10/13/victoria-australia-vehicle-license-plate-now-featured-looney-tunes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Junction to link your directory</title>
		<link>http://www.throx.net/2011/05/09/using-junction-to-link-your-directory/</link>
		<comments>http://www.throx.net/2011/05/09/using-junction-to-link-your-directory/#comments</comments>
		<pubDate>Mon, 09 May 2011 04:08:55 +0000</pubDate>
		<dc:creator>throx</dc:creator>
				<category><![CDATA[Throx.net]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.throx.net/?p=684</guid>
		<description><![CDATA[Running out of space in your C drive ? Using SSD with limited space and want to create more room ? You can use Windows command Junction, a very simple and smart way to link your Folder to another Folder. Its basically creating a shortcut from your original path to your desire target folder. You [...]]]></description>
			<content:encoded><![CDATA[<p>Running out of space in your C drive ? Using SSD with limited space and want to create more room ?</p>
<p>You can use Windows command <strong>Junction</strong>, a very simple and smart way to link your Folder to another Folder. Its basically creating a shortcut from your original path to your desire target folder.</p>
<p>You can download Junction here: <a href="http://technet.microsoft.com/en-us/sysinternals/bb896768">http://technet.microsoft.com/en-us/sysinternals/bb896768</a></p>
<p style="padding-left: 30px;">Use junction to list junctions:</p>
<p style="padding-left: 30px;"><strong>Usage: [-s]</strong></p>
<p style="padding-left: 30px;"><strong>-s </strong>Recurse subdirectories</p>
<p style="padding-left: 30px;"><strong>Examples:</strong></p>
<p style="padding-left: 30px;">To determine if a file is a junction, specify the file name:</p>
<p style="padding-left: 30px;"><strong>junction c:\test</strong></p>
<p style="padding-left: 30px;">To list junctions beneath a directory, include the –s switch:</p>
<p style="padding-left: 30px;"><strong>junction -s c:\</strong></p>
<p style="padding-left: 30px;">To create a junction c:\Program-Files for &#8220;c:\Program Files&#8221;:</p>
<p style="padding-left: 30px;"><strong>C:\&gt;md Program-Files</strong></p>
<p style="padding-left: 30px;"><strong>C:\&gt;junction c:\Program-Files &#8220;c:\Program Files&#8221;</strong></p>
<p style="padding-left: 30px;">To delete a junction, use the –d switch:</p>
<p style="padding-left: 30px;"><strong>junction -d c:\Program-Files<br />
</strong></p>
<p>For example in windows 7 64bit environment. You want to move all Google data from your C: drive to D: drive. This is how you do this.</p>
<p>Steps:</p>
<p>1. Copy the folder C:\Users\Username\AppData\Local\Google  to anywhere you want, in this example we put in D:\Google</p>
<p>2. After the copy process complete, double check if everything ok. Now delete the Google folder from C:</p>
<p>3. Download the Junction and unzip it to anywhere you want, in this case I put it in my C:\Windows</p>
<p>4. Now start your command prompt and go to C:\Windows</p>
<p>5. Type:  junction C:\Users\Username\AppData\Local\Google D:\Google</p>
<p>6. Press enter and you are done, a shortcut icon will be created and now the data will be stored in D:\Google</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://www.throx.net/2011/05/09/using-junction-to-link-your-directory/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.throx.net/2011/05/09/using-junction-to-link-your-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perth&#8217;s $440m Waterfront plan revealed</title>
		<link>http://www.throx.net/2011/02/16/perths-440m-waterfront-plan-revealed/</link>
		<comments>http://www.throx.net/2011/02/16/perths-440m-waterfront-plan-revealed/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 05:35:19 +0000</pubDate>
		<dc:creator>throx</dc:creator>
				<category><![CDATA[Throx.net]]></category>
		<category><![CDATA[Perth]]></category>
		<category><![CDATA[Real Estate]]></category>

		<guid isPermaLink="false">http://www.throx.net/?p=638</guid>
		<description><![CDATA[Perth finally get a face lift for this new Waterfront project due to complete by mid 2014. More information: planning.wa.gov.au]]></description>
			<content:encoded><![CDATA[<p>Perth finally get a face lift for this new Waterfront project due to complete by mid 2014.</p>

<a href='http://www.throx.net/wp-content/uploads/2011/02/359727-watefront-1.jpg' rel='shadowbox[sbalbum-638];player=img;' title='359727-watefront-1'><img width="150" height="150" src="http://www.throx.net/wp-content/uploads/2011/02/359727-watefront-1-150x150.jpg" class="attachment-thumbnail" alt="359727-watefront-1" title="359727-watefront-1" /></a>
<a href='http://www.throx.net/wp-content/uploads/2011/02/360274-waterfront-2.jpg' rel='shadowbox[sbalbum-638];player=img;' title='360274-waterfront-2'><img width="150" height="150" src="http://www.throx.net/wp-content/uploads/2011/02/360274-waterfront-2-150x150.jpg" class="attachment-thumbnail" alt="360274-waterfront-2" title="360274-waterfront-2" /></a>
<a href='http://www.throx.net/wp-content/uploads/2011/02/361344-waterfront3.jpg' rel='shadowbox[sbalbum-638];player=img;' title='361344-waterfront3'><img width="150" height="150" src="http://www.throx.net/wp-content/uploads/2011/02/361344-waterfront3-150x150.jpg" class="attachment-thumbnail" alt="361344-waterfront3" title="361344-waterfront3" /></a>
<a href='http://www.throx.net/wp-content/uploads/2011/02/362572-waterfront-night1.jpg' rel='shadowbox[sbalbum-638];player=img;' title='362572-waterfront-night1'><img width="150" height="150" src="http://www.throx.net/wp-content/uploads/2011/02/362572-waterfront-night1-150x150.jpg" class="attachment-thumbnail" alt="362572-waterfront-night1" title="362572-waterfront-night1" /></a>
<a href='http://www.throx.net/wp-content/uploads/2011/02/363361-waterfront-night2.jpg' rel='shadowbox[sbalbum-638];player=img;' title='363361-waterfront-night2'><img width="150" height="150" src="http://www.throx.net/wp-content/uploads/2011/02/363361-waterfront-night2-150x150.jpg" class="attachment-thumbnail" alt="363361-waterfront-night2" title="363361-waterfront-night2" /></a>

<p>More information: <a title="Perth Waterfront Prokect" href="http://www.planning.wa.gov.au/Plans+and+policies/Metropolitan+planning/Perth+Waterfront/default.aspx">planning.wa.gov.au</a></p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://www.throx.net/2011/02/16/perths-440m-waterfront-plan-revealed/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.throx.net/2011/02/16/perths-440m-waterfront-plan-revealed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random Face</title>
		<link>http://www.throx.net/2009/06/12/random-face/</link>
		<comments>http://www.throx.net/2009/06/12/random-face/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 11:59:23 +0000</pubDate>
		<dc:creator>throx</dc:creator>
				<category><![CDATA[Throx.net]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://www.throx.net/?p=528</guid>
		<description><![CDATA[Just want to share a funny monoface website made by Flash. It has 759,375 faces available randomly, just click on the facial or hit the shuffe face button. Enjoy. Monoface]]></description>
			<content:encoded><![CDATA[<p>Just want to share a funny monoface website made by Flash. It has 759,375 faces available randomly, just click on the facial or hit the shuffe face button. Enjoy.</p>
<p><a href="http://www.mono-1.com/monoface/main.html">Monoface</a></p>
<p><img class="alignnone size-full wp-image-529" title="monoface" src="http://www.throx.net/wp-content/uploads/2009/06/monoface.jpg" alt="monoface" width="350" height="365" /></p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://www.throx.net/2009/06/12/random-face/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.throx.net/2009/06/12/random-face/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>12 or 13 ?</title>
		<link>http://www.throx.net/2009/06/12/12-or-13/</link>
		<comments>http://www.throx.net/2009/06/12/12-or-13/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 15:12:36 +0000</pubDate>
		<dc:creator>throx</dc:creator>
				<category><![CDATA[Throx.net]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Mail]]></category>

		<guid isPermaLink="false">http://www.throx.net/?p=523</guid>
		<description><![CDATA[This content is from a forwarded mail. Wait until the picture changes then figure out. 12 or 13 people ? Its amazing isnt it ? Haha, if you do figured out plz leave a comment and let me know !]]></description>
			<content:encoded><![CDATA[<p>This content is from a forwarded mail.</p>
<p>Wait until the picture changes then figure out.</p>
<p><span>12 or 13 people ?<br />
</span></p>
<p><img class="size-full wp-image-524 alignnone" title="image001" src="http://www.throx.net/wp-content/uploads/2009/06/image001.gif" alt="image001" width="270" height="200" /></p>
<p>Its amazing isnt it ? Haha, if you do figured out plz leave a comment and let me know !</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://www.throx.net/2009/06/12/12-or-13/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.throx.net/2009/06/12/12-or-13/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Racist Australian ?</title>
		<link>http://www.throx.net/2009/06/10/racist-australian/</link>
		<comments>http://www.throx.net/2009/06/10/racist-australian/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 13:00:55 +0000</pubDate>
		<dc:creator>throx</dc:creator>
				<category><![CDATA[Throx.net]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Racist]]></category>

		<guid isPermaLink="false">http://www.throx.net/?p=503</guid>
		<description><![CDATA[I saw this news in a forwarded mail regarding &#8220;Racist Facebook group targets Aussie immigrants&#8221;. Here are some links regarding this issues. Fuck Off We&#8217;re Full Fuck off &#8211; We&#8217;re Full!!! News on SMH Having lived in Australia for 4 years now, I have never suffered in discrimination by any means. Well atleast indirect one, [...]]]></description>
			<content:encoded><![CDATA[<p>I saw this news in a forwarded mail regarding &#8220;Racist Facebook group targets Aussie immigrants&#8221;. Here are some links regarding this issues.</p>
<p><a href="http://www.facebook.com/home.php#/group.php?sid=8aeefb8f6520e1c917e61d428eca673b&amp;gid=48449193335&amp;ref=search">Fuck Off We&#8217;re Full</a></p>
<p><a href="http://www.facebook.com/group.php?gid=61001963837">Fuck off &#8211; We&#8217;re Full!!!</a></p>
<p><a href="http://www.smh.com.au/articles/2009/06/10/1244313180075.html">News on SMH</a></p>
<p>Having lived in Australia for 4 years now, I have never suffered in discrimination by any means. Well atleast indirect one, I know some of them are racist but they didnt speak it out.</p>
<p><strong>What I want to tell immigrants are, please live confidently and do not look down yourself. You are qualified person which have done lots of paper works to migrate to Australia.</strong></p>
<p><strong>Speak confidently and loud then no one will look down on you.</strong></p>
<p>What do you think ?</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://www.throx.net/2009/06/10/racist-australian/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.throx.net/2009/06/10/racist-australian/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Moon and Planets Smile :)</title>
		<link>http://www.throx.net/2008/12/02/moon-and-planets-smile/</link>
		<comments>http://www.throx.net/2008/12/02/moon-and-planets-smile/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 08:17:21 +0000</pubDate>
		<dc:creator>throx</dc:creator>
				<category><![CDATA[Throx.net]]></category>
		<category><![CDATA[New]]></category>

		<guid isPermaLink="false">http://www.throx.net/?p=408</guid>
		<description><![CDATA[Just want to share a picture I took last night of a smiling moon. It happens every 48 years.    ]]></description>
			<content:encoded><![CDATA[<p>Just want to share a picture I took last night of a smiling moon. It happens every 48 years.</p>
<p> </p>
<p> </p>
<div id="attachment_411" class="wp-caption alignnone" style="width: 370px"><a href="http://www.throx.net/wp-content/uploads/2008/12/smilemoon.jpg" rel="shadowbox[sbpost-408];player=img;"><img class="size-full wp-image-411" title="smilemoon" src="http://www.throx.net/wp-content/uploads/2008/12/smilemoon.jpg" alt="Happy Moon :)" width="360" height="290" /></a><p class="wp-caption-text">Happy Moon <img src='http://www.throx.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></div>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://www.throx.net/2008/12/02/moon-and-planets-smile/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.throx.net/2008/12/02/moon-and-planets-smile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Business Card</title>
		<link>http://www.throx.net/2008/07/01/free-business-card/</link>
		<comments>http://www.throx.net/2008/07/01/free-business-card/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 12:33:08 +0000</pubDate>
		<dc:creator>throx</dc:creator>
				<category><![CDATA[Throx.net]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Free]]></category>

		<guid isPermaLink="false">http://www.throx.net/?p=330</guid>
		<description><![CDATA[Ever heard of OOPrint ? They have a lot of free name card around, yes it is free. All you have to do is pay the shipping fees. URL: http://www.ooprint.com Examples: Business Card Bloggers Business Card:]]></description>
			<content:encoded><![CDATA[<p>Ever heard of OOPrint ? They have a lot of free name card around, yes it is free. All you have to do is pay the shipping fees.</p>
<p>URL: http://www.ooprint.com</p>
<p>Examples:<br />
<strong>Business Card</strong></p>
<p><a class="thickbox" href="http://www.throx.net/wp-content/uploads/2008/07/clinton-business-cards.jpg" rel="shadowbox[sbpost-330];player=img;"><img class="alignnone size-medium wp-image-331" title="clinton-business-cards" src="http://www.throx.net/wp-content/uploads/2008/07/clinton-business-cards.jpg" alt="" width="180" height="120" /></a></p>
<p><strong>Bloggers Business Card:</strong></p>
<p><a class="thickbox" href="http://www.throx.net/wp-content/uploads/2008/07/blogger_businesscard.gif" rel="shadowbox[sbpost-330];player=img;"><img class="alignnone size-medium wp-image-332" title="blogger_businesscard" src="http://www.throx.net/wp-content/uploads/2008/07/blogger_businesscard.gif" alt="" width="180" height="110" /></a></p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://www.throx.net/2008/07/01/free-business-card/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.throx.net/2008/07/01/free-business-card/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Malaysia 40% petrol prices raises (RM2.70 per litre)</title>
		<link>http://www.throx.net/2008/06/05/malaysia-40-petrol-prices-raises/</link>
		<comments>http://www.throx.net/2008/06/05/malaysia-40-petrol-prices-raises/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 15:26:05 +0000</pubDate>
		<dc:creator>throx</dc:creator>
				<category><![CDATA[Throx.net]]></category>
		<category><![CDATA[Fuel]]></category>
		<category><![CDATA[Malaysia]]></category>

		<guid isPermaLink="false">http://www.throx.net/?p=306</guid>
		<description><![CDATA[Effective starting on 05 June 2008, fuel price control will be removed and petrol price raised to RM2.70 per litre. A 40.6 percent jump from RM1.92 per litre to RM2.70. Ouch, what a shame. And the worse part is that price could reach 3 to 4 RM per litre in August, said Domestic Trade Minister [...]]]></description>
			<content:encoded><![CDATA[<p>Effective starting on 05 June 2008, fuel price control will be removed and petrol price raised to RM2.70 per litre. <span>A 40.6 percent jump from RM1.92 per litre to RM2.70.</span> Ouch, what a shame. And the worse part is that price could reach 3 to 4 RM per litre in August, said <span>Domestic Trade Minister Shahrir Samad.</span></p>
<p>Fuel price is just the beginning, food, daily goods and especially gas &amp; electricity will increase as well due to the increased expanses.</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://www.throx.net/2008/06/05/malaysia-40-petrol-prices-raises/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.throx.net/2008/06/05/malaysia-40-petrol-prices-raises/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Help the Sichuan, China Earthquake Victims / 帮助四川地震灾民 (www.onefoundation.cn)</title>
		<link>http://www.throx.net/2008/05/19/help-the-sichuan-china-earthquake-victims-%e5%b8%ae%e5%8a%a9%e5%9b%9b%e5%b7%9d%e5%9c%b0%e9%9c%87%e7%81%be%e6%b0%91-onefoundationcn/</link>
		<comments>http://www.throx.net/2008/05/19/help-the-sichuan-china-earthquake-victims-%e5%b8%ae%e5%8a%a9%e5%9b%9b%e5%b7%9d%e5%9c%b0%e9%9c%87%e7%81%be%e6%b0%91-onefoundationcn/#comments</comments>
		<pubDate>Sun, 18 May 2008 14:16:57 +0000</pubDate>
		<dc:creator>throx</dc:creator>
				<category><![CDATA[Throx.net]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[Earthquake]]></category>

		<guid isPermaLink="false">http://www.throx.net/?p=299</guid>
		<description><![CDATA[If you stay in overseas, you can still donate to victims at Sichuan china from this website www.onefoundation.cn through Paypal or other payment types as states in the webpage.]]></description>
			<content:encoded><![CDATA[<p>If you stay in overseas, you can still donate to victims at Sichuan china from this website <strong><a title="Donations" href="http://www.onefoundation.cn/html/cn/beneficence_01.htm" target="_blank">www.onefoundation.cn</a></strong> through Paypal or other payment types as states in the webpage.</p>
<p><a class="thickbox" href="http://www.throx.net/wp-content/uploads/2008/05/onefoundation.jpg" rel="shadowbox[sbpost-299];player=img;"><img class="alignnone size-medium wp-image-300" title="onefoundation" src="http://www.throx.net/wp-content/uploads/2008/05/onefoundation-230x300.jpg" alt="onefoundation" width="230" height="300" /></a></p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://www.throx.net/2008/05/19/help-the-sichuan-china-earthquake-victims-%e5%b8%ae%e5%8a%a9%e5%9b%9b%e5%b7%9d%e5%9c%b0%e9%9c%87%e7%81%be%e6%b0%91-onefoundationcn/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.throx.net/2008/05/19/help-the-sichuan-china-earthquake-victims-%e5%b8%ae%e5%8a%a9%e5%9b%9b%e5%b7%9d%e5%9c%b0%e9%9c%87%e7%81%be%e6%b0%91-onefoundationcn/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

