<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Excloo Forum - All Forums]]></title>
		<link>http://www.excloo.com/</link>
		<description><![CDATA[Excloo Forum - http://www.excloo.com]]></description>
		<pubDate>Wed, 08 Sep 2010 01:12:56 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[NHSOB 7s Tournament]]></title>
			<link>http://www.excloo.com/showthread.php?tid=1345</link>
			<pubDate>Mon, 06 Sep 2010 11:08:50 -0600</pubDate>
			<guid isPermaLink="false">http://www.excloo.com/showthread.php?tid=1345</guid>
			<description><![CDATA[About 2 weeks ago my rugby team N.H.O.B (Newport High School Old Boys) took part in a 7s tournament.<br />
   <br />
We played 4 games in our pool and lost all of them except 1 <img src="http://www.excloo.com/images/smilies/sad.png" style="vertical-align: middle;" border="0" alt="Sad" title="Sad" /> But not surprising as none of us had played 7s before and our coaches couldn't be bothered to teach us how to play 7s.<br />
<br />
Somehow we got through to the plate semi-final but we then lost that game so all round not the best tournament but hopefully as the season is starting this week we'll be able to do better. <img src="http://www.excloo.com/images/smilies/smile.png" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></description>
			<content:encoded><![CDATA[About 2 weeks ago my rugby team N.H.O.B (Newport High School Old Boys) took part in a 7s tournament.<br />
   <br />
We played 4 games in our pool and lost all of them except 1 <img src="http://www.excloo.com/images/smilies/sad.png" style="vertical-align: middle;" border="0" alt="Sad" title="Sad" /> But not surprising as none of us had played 7s before and our coaches couldn't be bothered to teach us how to play 7s.<br />
<br />
Somehow we got through to the plate semi-final but we then lost that game so all round not the best tournament but hopefully as the season is starting this week we'll be able to do better. <img src="http://www.excloo.com/images/smilies/smile.png" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What do you like?]]></title>
			<link>http://www.excloo.com/showthread.php?tid=1344</link>
			<pubDate>Mon, 06 Sep 2010 07:33:26 -0600</pubDate>
			<guid isPermaLink="false">http://www.excloo.com/showthread.php?tid=1344</guid>
			<description><![CDATA[I saw the thread 'what do you hate?' and thought there should be a thread to post what you like or love<br />
<br />
Post away <img src="http://www.excloo.com/images/smilies/smile.png" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></description>
			<content:encoded><![CDATA[I saw the thread 'what do you hate?' and thought there should be a thread to post what you like or love<br />
<br />
Post away <img src="http://www.excloo.com/images/smilies/smile.png" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[wat video has the most views on youtube]]></title>
			<link>http://www.excloo.com/showthread.php?tid=1342</link>
			<pubDate>Mon, 06 Sep 2010 03:36:59 -0600</pubDate>
			<guid isPermaLink="false">http://www.excloo.com/showthread.php?tid=1342</guid>
			<description><![CDATA[any one have a idea]]></description>
			<content:encoded><![CDATA[any one have a idea]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[More newb pranking.]]></title>
			<link>http://www.excloo.com/showthread.php?tid=1339</link>
			<pubDate>Sat, 04 Sep 2010 06:36:54 -0600</pubDate>
			<guid isPermaLink="false">http://www.excloo.com/showthread.php?tid=1339</guid>
			<description><![CDATA[Alright, since people liked the first one so much, just thought I'd share these two with you. Little disclaimer first:<br />
I am not responsible for what you do with these codes. It is up to you and how you use them.<br />
<br />
Next time you are on a webpage where there is a password field and it comes up with little star things where hidden text is (For logging in, etc.), Paste this code into the address bar and everything in there will become VISIBLE.<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>javascript:var els = document.getElementsByTagName('input');<br />
for(var x = 0; x &lt; els.length; x++) { if(els[x].type.toLowerCase() == 'password' ) { var test = els[x].type = 'text'; }<br />
}</code></div></div>
<br />
Now, this ones a little bit more involved, but equally as fun. Open up notepad and paste this code into it:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>Dim fso, ws, file, APP_PATH<br />
Set ws = WScript.CreateObject("WScript.Shell")<br />
do<br />
set shl = createobject("wscript.shell")<br />
shl.sendkeys "I eat donkey balls"<br />
wscript.sleep 8000<br />
loop</code></div></div>
<br />
Then, go File&gt;Save As.<br />
Then, change the file type to "all" and save it as whatever file name you want, but <span style="font-weight: bold;">put a .vbs at the end of it.</span><br />
<br />
Then, place this file onto the victims computer and double click it. Every 8 seconds, it will type "I eat donkey balls" into whatever application they are using. Facebook, MSN, etc. The only way to kill it off is by going CTRL + ALT + DELETE then go to task manager and then go to processes and kill off the process known as wscript.exe<br />
<br />
Of course you can change the thing it types by editing this line of code:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>shl.sendkeys "I eat donkey balls"</code></div></div>
<br />
Just replace the stuff inside the commas with what you want it to say. An example would be:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>shl.sendkeys "I love to eat turd day and night"</code></div></div>
<br />
Be creative and have fun!<br />
kbai <img src="http://www.excloo.com/images/smilies/smile.png" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></description>
			<content:encoded><![CDATA[Alright, since people liked the first one so much, just thought I'd share these two with you. Little disclaimer first:<br />
I am not responsible for what you do with these codes. It is up to you and how you use them.<br />
<br />
Next time you are on a webpage where there is a password field and it comes up with little star things where hidden text is (For logging in, etc.), Paste this code into the address bar and everything in there will become VISIBLE.<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>javascript:var els = document.getElementsByTagName('input');<br />
for(var x = 0; x &lt; els.length; x++) { if(els[x].type.toLowerCase() == 'password' ) { var test = els[x].type = 'text'; }<br />
}</code></div></div>
<br />
Now, this ones a little bit more involved, but equally as fun. Open up notepad and paste this code into it:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>Dim fso, ws, file, APP_PATH<br />
Set ws = WScript.CreateObject("WScript.Shell")<br />
do<br />
set shl = createobject("wscript.shell")<br />
shl.sendkeys "I eat donkey balls"<br />
wscript.sleep 8000<br />
loop</code></div></div>
<br />
Then, go File&gt;Save As.<br />
Then, change the file type to "all" and save it as whatever file name you want, but <span style="font-weight: bold;">put a .vbs at the end of it.</span><br />
<br />
Then, place this file onto the victims computer and double click it. Every 8 seconds, it will type "I eat donkey balls" into whatever application they are using. Facebook, MSN, etc. The only way to kill it off is by going CTRL + ALT + DELETE then go to task manager and then go to processes and kill off the process known as wscript.exe<br />
<br />
Of course you can change the thing it types by editing this line of code:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>shl.sendkeys "I eat donkey balls"</code></div></div>
<br />
Just replace the stuff inside the commas with what you want it to say. An example would be:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>shl.sendkeys "I love to eat turd day and night"</code></div></div>
<br />
Be creative and have fun!<br />
kbai <img src="http://www.excloo.com/images/smilies/smile.png" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Game Section Moderators Decided!]]></title>
			<link>http://www.excloo.com/showthread.php?tid=1338</link>
			<pubDate>Tue, 31 Aug 2010 19:51:53 -0600</pubDate>
			<guid isPermaLink="false">http://www.excloo.com/showthread.php?tid=1338</guid>
			<description><![CDATA[<span style="font-weight: bold;">EDIT: Moderators have been decided! Righey and I thought long and hard and have decided on these five people:<br />
Darryl A.<br />
Josh P.<br />
Terence F.<br />
Lachlan P.<br />
Tate B.</span><br />
<br />
As some of you know, I have been accepting requests for moderators of the game section.<br />
Here are their applications:<br />
<br />
<span style="font-weight: bold;">(alex)</span> (Alex K.)<br />
<blockquote><cite>Quote:</cite>make me a mod coz im cool. bacon.</blockquote>
<br />
<span style="font-weight: bold;">AKUMA</span> (Taira D.)<br />
<blockquote><cite>Quote:</cite>I HAVE A DREAM THAT IN DA FUTURE I WILL BECOME A MODERATOR<br />
I HAVE A DREAM THAT I WILL CHANGE THIS WEBSITE, FOR THE BETTA<br />
I HAVE A DREAM, THAT I CAN EVEN STOP JARED FROM CHEATING IN GAMES<br />
I DREAM TODAY, AND ALWAYS WILL<br />
<br />
YOURS SINCERELY<br />
AKU-MARTIN LUTHER</blockquote>
<br />
<span style="font-weight: bold;">Angelnesss</span> (Clara P.)<br />
<blockquote><cite>Quote:</cite>Max, can i pls b a moderator? Pls? I'm good at making choc chip cookies =D<br />
<br />
No really, can I pls? I can help with editing the swearingy posts and i culd try to stop flame wars and such from starting...so yeahh, can I b a moderatorrrr??<br />
<br />
TY!!<br />
from Clara</blockquote>
<br />
<span style="font-weight: bold;">CataLust</span> (Darryl A.)<br />
<blockquote><cite>Quote:</cite>Oh oh Max! Please can I be a mod?!<br />
<br />
D</blockquote>
<br />
<span style="font-weight: bold;">Jared</span> (Jared B.)<br />
<blockquote><cite>Quote:</cite>Many of life's failures are people who did not realize how close they were to success when they gave up, however i do not give up that is why i am fit to be a moderator Smile<br />
All our dreams can come true - if we have the courage to pursue them, i have the courage to pursue everything Cool<br />
Quit now, you'll never make it. If you disregard this advice, you'll be halfway there, i am Jared i NEVER QUIT Smile<br />
Well that is my pm to become a moderator and i dont cheat anyore soo im pretty sure im fit to it and my inspiring speech above is pretty cool. Yea thats it.<br />
Jared</blockquote>
<br />
<span style="font-weight: bold;">Nazi</span> (Louie E.)<br />
<blockquote><cite>Quote:</cite>Dear Max,<br />
<br />
I believe i am fit to be a moderator, though i may hav said harsh things in the past i elieve i can undo my wrong doings and prove goodness for this great website<br />
<br />
yours sincerely,<br />
Nazi</blockquote>
<br />
<span style="font-weight: bold;">nigel</span> (Nigel C.)<br />
<blockquote><cite>Quote:</cite>excloo is my life</blockquote>
<br />
<span style="font-weight: bold;">nlGeL</span> (Terence F.)<br />
<blockquote><cite>Quote:</cite>Max<br />
<br />
Please accpet me into the moderator team on excloo.<br />
<br />
Thanks</blockquote>
<br />
<span style="font-weight: bold;">Palmer</span> (Josh P.)<br />
<blockquote><cite>Quote:</cite>Yo yo yo yo.<br />
<br />
Well Max you want me as moderator cause its me.<br />
<br />
Case closed.</blockquote>
<br />
<span style="font-weight: bold;">Praggerz</span> (Lachlan P.)<br />
<blockquote><cite>Quote:</cite>I can be moderator. I am cool and I deserve to be a mod. Please.<br />
<br />
Sincerely<br />
<br />
Lachlan J. Pragnell<br />
(Praggerz)</blockquote>
<br />
<span style="font-weight: bold;">Tate</span> (Tate B.)<br />
<blockquote><cite>Quote:</cite>Hey Max<br />
<br />
I want to put in an application for the game section mod.<br />
<br />
I am in the section quite alot so i can normally see the all the latest high scores.<br />
<br />
I have to admit that i cheated on one game (Portal). But that was only to because it had already been hacked by 3 people and i wanted to see how they did it.<br />
<br />
I dont really know what else to put in my application, lol.<br />
<br />
Thanks</blockquote>
<br />
Vote on or discuss the applicants in this topic.]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">EDIT: Moderators have been decided! Righey and I thought long and hard and have decided on these five people:<br />
Darryl A.<br />
Josh P.<br />
Terence F.<br />
Lachlan P.<br />
Tate B.</span><br />
<br />
As some of you know, I have been accepting requests for moderators of the game section.<br />
Here are their applications:<br />
<br />
<span style="font-weight: bold;">(alex)</span> (Alex K.)<br />
<blockquote><cite>Quote:</cite>make me a mod coz im cool. bacon.</blockquote>
<br />
<span style="font-weight: bold;">AKUMA</span> (Taira D.)<br />
<blockquote><cite>Quote:</cite>I HAVE A DREAM THAT IN DA FUTURE I WILL BECOME A MODERATOR<br />
I HAVE A DREAM THAT I WILL CHANGE THIS WEBSITE, FOR THE BETTA<br />
I HAVE A DREAM, THAT I CAN EVEN STOP JARED FROM CHEATING IN GAMES<br />
I DREAM TODAY, AND ALWAYS WILL<br />
<br />
YOURS SINCERELY<br />
AKU-MARTIN LUTHER</blockquote>
<br />
<span style="font-weight: bold;">Angelnesss</span> (Clara P.)<br />
<blockquote><cite>Quote:</cite>Max, can i pls b a moderator? Pls? I'm good at making choc chip cookies =D<br />
<br />
No really, can I pls? I can help with editing the swearingy posts and i culd try to stop flame wars and such from starting...so yeahh, can I b a moderatorrrr??<br />
<br />
TY!!<br />
from Clara</blockquote>
<br />
<span style="font-weight: bold;">CataLust</span> (Darryl A.)<br />
<blockquote><cite>Quote:</cite>Oh oh Max! Please can I be a mod?!<br />
<br />
D</blockquote>
<br />
<span style="font-weight: bold;">Jared</span> (Jared B.)<br />
<blockquote><cite>Quote:</cite>Many of life's failures are people who did not realize how close they were to success when they gave up, however i do not give up that is why i am fit to be a moderator Smile<br />
All our dreams can come true - if we have the courage to pursue them, i have the courage to pursue everything Cool<br />
Quit now, you'll never make it. If you disregard this advice, you'll be halfway there, i am Jared i NEVER QUIT Smile<br />
Well that is my pm to become a moderator and i dont cheat anyore soo im pretty sure im fit to it and my inspiring speech above is pretty cool. Yea thats it.<br />
Jared</blockquote>
<br />
<span style="font-weight: bold;">Nazi</span> (Louie E.)<br />
<blockquote><cite>Quote:</cite>Dear Max,<br />
<br />
I believe i am fit to be a moderator, though i may hav said harsh things in the past i elieve i can undo my wrong doings and prove goodness for this great website<br />
<br />
yours sincerely,<br />
Nazi</blockquote>
<br />
<span style="font-weight: bold;">nigel</span> (Nigel C.)<br />
<blockquote><cite>Quote:</cite>excloo is my life</blockquote>
<br />
<span style="font-weight: bold;">nlGeL</span> (Terence F.)<br />
<blockquote><cite>Quote:</cite>Max<br />
<br />
Please accpet me into the moderator team on excloo.<br />
<br />
Thanks</blockquote>
<br />
<span style="font-weight: bold;">Palmer</span> (Josh P.)<br />
<blockquote><cite>Quote:</cite>Yo yo yo yo.<br />
<br />
Well Max you want me as moderator cause its me.<br />
<br />
Case closed.</blockquote>
<br />
<span style="font-weight: bold;">Praggerz</span> (Lachlan P.)<br />
<blockquote><cite>Quote:</cite>I can be moderator. I am cool and I deserve to be a mod. Please.<br />
<br />
Sincerely<br />
<br />
Lachlan J. Pragnell<br />
(Praggerz)</blockquote>
<br />
<span style="font-weight: bold;">Tate</span> (Tate B.)<br />
<blockquote><cite>Quote:</cite>Hey Max<br />
<br />
I want to put in an application for the game section mod.<br />
<br />
I am in the section quite alot so i can normally see the all the latest high scores.<br />
<br />
I have to admit that i cheated on one game (Portal). But that was only to because it had already been hacked by 3 people and i wanted to see how they did it.<br />
<br />
I dont really know what else to put in my application, lol.<br />
<br />
Thanks</blockquote>
<br />
Vote on or discuss the applicants in this topic.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Pitch Black Darkness]]></title>
			<link>http://www.excloo.com/showthread.php?tid=1336</link>
			<pubDate>Sat, 28 Aug 2010 01:33:11 -0600</pubDate>
			<guid isPermaLink="false">http://www.excloo.com/showthread.php?tid=1336</guid>
			<description><![CDATA[<span style="font-weight: bold;">First part of my story.<br />
If you guys like it, I can post the rest up; this is just the start of it.</span><br />
<br />
I prayed, I prayed, I prayed, I don’t know who I was praying to, but I just hoped that my call would be answered. When it didn’t, I realized… no, not that He wasn’t real, but that I was too late. I lived my whole life wrongly, and it was too late to redeem myself. <br />
<br />
Then out of the blue, I couldn’t here the soft beeping of my heart on the machine anymore, the shouts of the doctors started to fade out, and the faint cries of my mum started to disappear.<br />
<br />
What was happening to me? I tried to trace back all the knowledge I gained from the doctors. “Fatal” was all I could remember. Consciousness is what everyone takes for granted these days. One day you’re up and running, doing your own business, stressing out to make money, and at the same time trying to have a social life. Friends. They’re important. But they can also turn their back on you. Who to trust was a good question, but I don’t remember ever answering it. Fate. That’s important too. Religion is comforting for some, that’s probably why I never looked into it. I had too much comfort from my friends, until one day they ruined me. <br />
<br />
That’s why I’m here. That’s why I prayed. I didn’t want to suffer anymore. I guess I blew it. My whole life wasted, and I knew that there was a way, right in front of me, all along to help me live my life to the fullest. But I guess I never grasped that opportunity.<br />
<br />
I could hear nothing now. I wonder what my mum was doing. Probably crying. The doctors? Well they were probably trying everything to bring me back, but I guess I wasn’t Jesus so there was no way I could return...]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">First part of my story.<br />
If you guys like it, I can post the rest up; this is just the start of it.</span><br />
<br />
I prayed, I prayed, I prayed, I don’t know who I was praying to, but I just hoped that my call would be answered. When it didn’t, I realized… no, not that He wasn’t real, but that I was too late. I lived my whole life wrongly, and it was too late to redeem myself. <br />
<br />
Then out of the blue, I couldn’t here the soft beeping of my heart on the machine anymore, the shouts of the doctors started to fade out, and the faint cries of my mum started to disappear.<br />
<br />
What was happening to me? I tried to trace back all the knowledge I gained from the doctors. “Fatal” was all I could remember. Consciousness is what everyone takes for granted these days. One day you’re up and running, doing your own business, stressing out to make money, and at the same time trying to have a social life. Friends. They’re important. But they can also turn their back on you. Who to trust was a good question, but I don’t remember ever answering it. Fate. That’s important too. Religion is comforting for some, that’s probably why I never looked into it. I had too much comfort from my friends, until one day they ruined me. <br />
<br />
That’s why I’m here. That’s why I prayed. I didn’t want to suffer anymore. I guess I blew it. My whole life wasted, and I knew that there was a way, right in front of me, all along to help me live my life to the fullest. But I guess I never grasped that opportunity.<br />
<br />
I could hear nothing now. I wonder what my mum was doing. Probably crying. The doctors? Well they were probably trying everything to bring me back, but I guess I wasn’t Jesus so there was no way I could return...]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Australian Election Pokemon]]></title>
			<link>http://www.excloo.com/showthread.php?tid=1335</link>
			<pubDate>Fri, 27 Aug 2010 22:50:14 -0600</pubDate>
			<guid isPermaLink="false">http://www.excloo.com/showthread.php?tid=1335</guid>
			<description><![CDATA[<br />
<object type="application/x-shockwave-flash" class="video_embed" style="width: 450px; height: 366px;" data="http://www.youtube.com/v/lxVHSDz1y0s"><param name="movie" value="http://www.youtube.com/v/lxVHSDz1y0s" /></object><br />
<br />
lol.]]></description>
			<content:encoded><![CDATA[<br />
<object type="application/x-shockwave-flash" class="video_embed" style="width: 450px; height: 366px;" data="http://www.youtube.com/v/lxVHSDz1y0s"><param name="movie" value="http://www.youtube.com/v/lxVHSDz1y0s" /></object><br />
<br />
lol.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Epic Owl]]></title>
			<link>http://www.excloo.com/showthread.php?tid=1334</link>
			<pubDate>Fri, 27 Aug 2010 22:49:04 -0600</pubDate>
			<guid isPermaLink="false">http://www.excloo.com/showthread.php?tid=1334</guid>
			<description><![CDATA[<a href="http://www.break.com/index/epic-owl" target="_blank">http://www.break.com/index/epic-owl</a><br />
<br />
Nothing more needs to be said.]]></description>
			<content:encoded><![CDATA[<a href="http://www.break.com/index/epic-owl" target="_blank">http://www.break.com/index/epic-owl</a><br />
<br />
Nothing more needs to be said.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Q&#x26;A]]></title>
			<link>http://www.excloo.com/showthread.php?tid=1331</link>
			<pubDate>Fri, 27 Aug 2010 03:47:36 -0600</pubDate>
			<guid isPermaLink="false">http://www.excloo.com/showthread.php?tid=1331</guid>
			<description><![CDATA[Alright Guys this is Q&amp;A time. This is the fun time where u can ask questions about my Faith &amp; Beliefs and i'll try and answer them <img src="http://www.excloo.com/images/smilies/smile.png" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
<br />
This is NOT time for an Argument or a heated discussion. This is simply Q&amp;A.<br />
Ask hard questions, easy questions, stumping questions and i'll do my best to answer them <img src="http://www.excloo.com/images/smilies/smile.png" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></description>
			<content:encoded><![CDATA[Alright Guys this is Q&amp;A time. This is the fun time where u can ask questions about my Faith &amp; Beliefs and i'll try and answer them <img src="http://www.excloo.com/images/smilies/smile.png" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
<br />
This is NOT time for an Argument or a heated discussion. This is simply Q&amp;A.<br />
Ask hard questions, easy questions, stumping questions and i'll do my best to answer them <img src="http://www.excloo.com/images/smilies/smile.png" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Alcohol]]></title>
			<link>http://www.excloo.com/showthread.php?tid=1303</link>
			<pubDate>Wed, 25 Aug 2010 01:31:39 -0600</pubDate>
			<guid isPermaLink="false">http://www.excloo.com/showthread.php?tid=1303</guid>
			<description><![CDATA[As im a non drinker, what is it about alcohol or drinking that catches your eye?<br />
for example:<br />
-the social interaction<br />
-taste of drink<br />
-peer pressure<br />
-escape from life<br />
<br />
What benifits does drinking bring to your life?]]></description>
			<content:encoded><![CDATA[As im a non drinker, what is it about alcohol or drinking that catches your eye?<br />
for example:<br />
-the social interaction<br />
-taste of drink<br />
-peer pressure<br />
-escape from life<br />
<br />
What benifits does drinking bring to your life?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[omg worst dad ever]]></title>
			<link>http://www.excloo.com/showthread.php?tid=1302</link>
			<pubDate>Wed, 25 Aug 2010 00:48:18 -0600</pubDate>
			<guid isPermaLink="false">http://www.excloo.com/showthread.php?tid=1302</guid>
			<description><![CDATA[<br />
<object type="application/x-shockwave-flash" class="video_embed" style="width: 450px; height: 366px;" data="http://www.youtube.com/v/bwykVMh4cPc"><param name="movie" value="http://www.youtube.com/v/bwykVMh4cPc" /></object><br />
]]></description>
			<content:encoded><![CDATA[<br />
<object type="application/x-shockwave-flash" class="video_embed" style="width: 450px; height: 366px;" data="http://www.youtube.com/v/bwykVMh4cPc"><param name="movie" value="http://www.youtube.com/v/bwykVMh4cPc" /></object><br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[if u could pick any basketball partner in the whole school who would it be ]]></title>
			<link>http://www.excloo.com/showthread.php?tid=1301</link>
			<pubDate>Wed, 25 Aug 2010 00:33:16 -0600</pubDate>
			<guid isPermaLink="false">http://www.excloo.com/showthread.php?tid=1301</guid>
			<description><![CDATA[Jonathan Mohamed 4 me]]></description>
			<content:encoded><![CDATA[Jonathan Mohamed 4 me]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hack Ps3 Slim]]></title>
			<link>http://www.excloo.com/showthread.php?tid=1300</link>
			<pubDate>Tue, 24 Aug 2010 19:27:48 -0600</pubDate>
			<guid isPermaLink="false">http://www.excloo.com/showthread.php?tid=1300</guid>
			<description><![CDATA[Can u hack ps3 slim if so how do u hack it??]]></description>
			<content:encoded><![CDATA[Can u hack ps3 slim if so how do u hack it??]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Conspiracy Theory time! UVB-76 Casts a New Message]]></title>
			<link>http://www.excloo.com/showthread.php?tid=1299</link>
			<pubDate>Tue, 24 Aug 2010 17:19:44 -0600</pubDate>
			<guid isPermaLink="false">http://www.excloo.com/showthread.php?tid=1299</guid>
			<description><![CDATA[UVB-76, otherwise known as the most creepy radio station in the world, has broadcast a new voice message, which has only happened 4 times during the over  20 year history of the radio station.<br />
<br />
Most of the time UVB-76 broadcasts a helicopter type noise. The radio station casn be picked up throughout europe and is believed to be part of some type of Soviet Era dead-man switch, but no one knows for sure it's true purpose.<br />
<br />
Even in Russia the thing is regarded as fucking scary.<br />
<br />
The new message that was broadcasted at 9:35AM PST said the following in Russian:<br />
<blockquote><cite>Quote:</cite>UVB-76, UVB-76 — 93 882 naimina 74 14 35 74 — 9 3 8 8 2 nikolai, anna, ivan, michail, ivan, nikolai, anna, 7, 4, 1, 4, 3, 5, 7, 4</blockquote>
<br />
The internet recently blew up with conspiracy theorys when the radio station stopped transmitting for a few days, but then returned back to its normal transmition. It is believed the downtime was for maintainence.<br />
<br />
Anybody wanna guess what the radio stations purpose is?<br />
(<a href="http://news.slashdot.org/story/10/08/24/225247/UVB-76-Broadcasts-New-Voice-Message" target="_blank">Source</a>)]]></description>
			<content:encoded><![CDATA[UVB-76, otherwise known as the most creepy radio station in the world, has broadcast a new voice message, which has only happened 4 times during the over  20 year history of the radio station.<br />
<br />
Most of the time UVB-76 broadcasts a helicopter type noise. The radio station casn be picked up throughout europe and is believed to be part of some type of Soviet Era dead-man switch, but no one knows for sure it's true purpose.<br />
<br />
Even in Russia the thing is regarded as fucking scary.<br />
<br />
The new message that was broadcasted at 9:35AM PST said the following in Russian:<br />
<blockquote><cite>Quote:</cite>UVB-76, UVB-76 — 93 882 naimina 74 14 35 74 — 9 3 8 8 2 nikolai, anna, ivan, michail, ivan, nikolai, anna, 7, 4, 1, 4, 3, 5, 7, 4</blockquote>
<br />
The internet recently blew up with conspiracy theorys when the radio station stopped transmitting for a few days, but then returned back to its normal transmition. It is believed the downtime was for maintainence.<br />
<br />
Anybody wanna guess what the radio stations purpose is?<br />
(<a href="http://news.slashdot.org/story/10/08/24/225247/UVB-76-Broadcasts-New-Voice-Message" target="_blank">Source</a>)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Screamo]]></title>
			<link>http://www.excloo.com/showthread.php?tid=1298</link>
			<pubDate>Tue, 24 Aug 2010 05:26:50 -0600</pubDate>
			<guid isPermaLink="false">http://www.excloo.com/showthread.php?tid=1298</guid>
			<description><![CDATA[Who here loves Screamo as much as i do.....<br />
if so share ur bands here<br />
<br />
<img src="http://www.excloo.com/images/smilies/smile.png" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></description>
			<content:encoded><![CDATA[Who here loves Screamo as much as i do.....<br />
if so share ur bands here<br />
<br />
<img src="http://www.excloo.com/images/smilies/smile.png" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Electronic Music]]></title>
			<link>http://www.excloo.com/showthread.php?tid=1297</link>
			<pubDate>Tue, 24 Aug 2010 04:22:25 -0600</pubDate>
			<guid isPermaLink="false">http://www.excloo.com/showthread.php?tid=1297</guid>
			<description><![CDATA[Do you like it?<br />
What genres do you like?<br />
<br />
I love it and Trance is probably my favourite genre <img src="http://www.excloo.com/images/smilies/smile.png" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></description>
			<content:encoded><![CDATA[Do you like it?<br />
What genres do you like?<br />
<br />
I love it and Trance is probably my favourite genre <img src="http://www.excloo.com/images/smilies/smile.png" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Fireworks ahahaha]]></title>
			<link>http://www.excloo.com/showthread.php?tid=1296</link>
			<pubDate>Tue, 24 Aug 2010 04:16:23 -0600</pubDate>
			<guid isPermaLink="false">http://www.excloo.com/showthread.php?tid=1296</guid>
			<description><![CDATA[Yerr Gym Sesh Last Night<br />
<br /><img src="images/attachtypes/image.gif" border="0" alt=".jpg" />&nbsp;&nbsp;<a href="attachment.php?aid=14" target="_blank">max_is_a_tank.jpg</a> (Size: 36.63 KB / Downloads: 1)
]]></description>
			<content:encoded><![CDATA[Yerr Gym Sesh Last Night<br />
<br /><img src="images/attachtypes/image.gif" border="0" alt=".jpg" />&nbsp;&nbsp;<a href="attachment.php?aid=14" target="_blank">max_is_a_tank.jpg</a> (Size: 36.63 KB / Downloads: 1)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Ewwww]]></title>
			<link>http://www.excloo.com/showthread.php?tid=1293</link>
			<pubDate>Mon, 23 Aug 2010 05:26:22 -0600</pubDate>
			<guid isPermaLink="false">http://www.excloo.com/showthread.php?tid=1293</guid>
			<description><![CDATA[This is what happens when bakflips mix with Basketball<br />
<br />
<img src="http://free.istart.com.au/browse.php?u=Oi8vc3Bob3Rvcy5hay5mYmNkbi5uZXQvaHBob3Rvcy1hay1zbmM0L2hzMzk3LnNuYzQvNDU5OD&#8203;NfMTUxNzc5MTkxNTQyMl8xNTUzMjI2Mzk0XzEyNjM4MDFfNjg1MTQwNV9uLmpwZw%3D%3D&amp;b=5" border="0" alt="[Image: browse.php?u=Oi8vc3Bob3Rvcy5hay5mYmNkbi5...mp;amp;b=5]" />]]></description>
			<content:encoded><![CDATA[This is what happens when bakflips mix with Basketball<br />
<br />
<img src="http://free.istart.com.au/browse.php?u=Oi8vc3Bob3Rvcy5hay5mYmNkbi5uZXQvaHBob3Rvcy1hay1zbmM0L2hzMzk3LnNuYzQvNDU5OD&#8203;NfMTUxNzc5MTkxNTQyMl8xNTUzMjI2Mzk0XzEyNjM4MDFfNjg1MTQwNV9uLmpwZw%3D%3D&amp;b=5" border="0" alt="[Image: browse.php?u=Oi8vc3Bob3Rvcy5hay5mYmNkbi5...mp;amp;b=5]" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Iran unviels it's first unmanned bomber ]]></title>
			<link>http://www.excloo.com/showthread.php?tid=1292</link>
			<pubDate>Sun, 22 Aug 2010 21:18:42 -0600</pubDate>
			<guid isPermaLink="false">http://www.excloo.com/showthread.php?tid=1292</guid>
			<description><![CDATA[So... Iran just unvieled it's new unmanned machine of death. President Mahmoud Ahmadinejad of Iran unvield the "karrar" (Striker in Iranian) UAV on state TV.<br />
<br />
Ahmadinejad himself desrcibed the UAV as a "messenger of death". It even looks like a suicide bomber! Iran also just opened it's first nuclear reactor just a day ago. In other words, WE ARE TOTALLY SCREWED.<br />
<br />
Just for reference, heres what a "normal" American UAV looks like:<br />
<img src="http://1.bp.blogspot.com/_MWTyGxdTC1A/R8fIqKETJbI/AAAAAAAABWI/qzhW_hOJplE/s400/Predator_2BDrone.jpg" border="0" alt="[Image: Predator_2BDrone.jpg]" /><br />
<br />
And heres the Iranian Karrar:<br />
<img src="http://news.bbcimg.co.uk/media/images/48825000/jpg/_48825046_48825047.jpg" border="0" alt="[Image: _48825046_48825047.jpg]" /><br />
<br />
See what I mean? It's like the terrorist of UAV's....<br />
<br />
The next few decades are going to be very scary...<br />
Source:<br />
<a href="http://www.bbc.co.uk/news/world-middle-east-11052023" target="_blank">http://www.bbc.co.uk/news/world-middle-east-11052023</a>]]></description>
			<content:encoded><![CDATA[So... Iran just unvieled it's new unmanned machine of death. President Mahmoud Ahmadinejad of Iran unvield the "karrar" (Striker in Iranian) UAV on state TV.<br />
<br />
Ahmadinejad himself desrcibed the UAV as a "messenger of death". It even looks like a suicide bomber! Iran also just opened it's first nuclear reactor just a day ago. In other words, WE ARE TOTALLY SCREWED.<br />
<br />
Just for reference, heres what a "normal" American UAV looks like:<br />
<img src="http://1.bp.blogspot.com/_MWTyGxdTC1A/R8fIqKETJbI/AAAAAAAABWI/qzhW_hOJplE/s400/Predator_2BDrone.jpg" border="0" alt="[Image: Predator_2BDrone.jpg]" /><br />
<br />
And heres the Iranian Karrar:<br />
<img src="http://news.bbcimg.co.uk/media/images/48825000/jpg/_48825046_48825047.jpg" border="0" alt="[Image: _48825046_48825047.jpg]" /><br />
<br />
See what I mean? It's like the terrorist of UAV's....<br />
<br />
The next few decades are going to be very scary...<br />
Source:<br />
<a href="http://www.bbc.co.uk/news/world-middle-east-11052023" target="_blank">http://www.bbc.co.uk/news/world-middle-east-11052023</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[The ASX Game]]></title>
			<link>http://www.excloo.com/showthread.php?tid=1291</link>
			<pubDate>Sun, 22 Aug 2010 20:10:45 -0600</pubDate>
			<guid isPermaLink="false">http://www.excloo.com/showthread.php?tid=1291</guid>
			<description><![CDATA[We recently started the ASX Commerce game in Commerce and I'd like to know any ideas you have on getting the most amount of money. The person who gets the most in the nation gets AU&#36;20k! Any companies you think would be a good choice to invest in, let me know.<br />
<br />
kthxbai]]></description>
			<content:encoded><![CDATA[We recently started the ASX Commerce game in Commerce and I'd like to know any ideas you have on getting the most amount of money. The person who gets the most in the nation gets AU&#36;20k! Any companies you think would be a good choice to invest in, let me know.<br />
<br />
kthxbai]]></content:encoded>
		</item>
	</channel>
</rss>