﻿
<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Good Game is back</title>
	<atom:link href="http://www.xin-gaming.com/forums/blog.php/good-game-is-back/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xin-gaming.com/forums/blog.php/good-game-is-back/</link>
	<description>&#34;Xin Gaming is an Australian multi-gaming organization, bringing together the most skillful gamers in the country. Xin Gaming was founded by &#039;Aseenus&#039; in 2009 for the soul purpose of making an Australian based team to compete at a professional level.&#34;</description>
	<lastBuildDate>Sat, 04 Sep 2010 11:06:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Kitfox</title>
		<link>http://www.xin-gaming.com/forums/blog.php/good-game-is-back/comment-page-1/#comment-25</link>
		<dc:creator>Kitfox</dc:creator>
		<pubDate>Mon, 22 Mar 2010 14:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.xin-gaming.com/forums/blog.php/?p=684#comment-25</guid>
		<description>Ive shared a room with Jungy. Great bloke</description>
		<content:encoded><![CDATA[<p>Ive shared a room with Jungy. Great bloke</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">

<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<title>Xin Gaming  &raquo; Blog Archive   &raquo; Good Game is back</title>

<link rel="stylesheet" href="http://www.xin-gaming.com/wp-content/themes/xin/xin/style.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="Xin Gaming RSS Feed" href="http://www.xin-gaming.com/forums/blog.php/feed/" />
<link rel="pingback" href="http://www.xin-gaming.com/xmlrpc.php" />

<style type="text/css" media="screen">

</style>

<link rel="alternate" type="application/rss+xml" title="Xin Gaming &raquo; Good Game is back Comments Feed" href="http://www.xin-gaming.com/forums/blog.php/good-game-is-back/feed/" />
<script type='text/javascript' src='http://www.xin-gaming.com/wp-includes/js/prototype.js?ver=1.6.1'></script>
<script type='text/javascript' src='http://www.xin-gaming.com/wp-includes/js/scriptaculous/wp-scriptaculous.js?ver=1.8.3'></script>
<script type='text/javascript' src='http://www.xin-gaming.com/wp-includes/js/scriptaculous/effects.js?ver=1.8.3'></script>
<script type='text/javascript' src='http://www.xin-gaming.com/wp-content/plugins/lightbox-2/lightbox.js?ver=1.8'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.xin-gaming.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.xin-gaming.com/wp-includes/wlwmanifest.xml" /> 
<link rel='index' title='Xin Gaming' href='http://www.xin-gaming.com/forums/blog.php/' />
<link rel='start' title='Egames 2009' href='http://www.xin-gaming.com/forums/blog.php/egames-2009/' />
<link rel='prev' title='Push for a R18+ Classification' href='http://www.xin-gaming.com/forums/blog.php/push-for-a-r18-classification/' />
<link rel='next' title='C&amp;C 4 Single-Player Campaign Video' href='http://www.xin-gaming.com/forums/blog.php/cc-4-single-player-campaign-video/' />
<meta name="generator" content="WordPress 3.0" />
<link rel='canonical' href='http://www.xin-gaming.com/forums/blog.php/good-game-is-back/' />
<link rel='shortlink' href='http://www.xin-gaming.com/forums/blog.php/?p=684' />

	<!-- begin lightbox scripts -->
	<script type="text/javascript">
    //<![CDATA[
    document.write('<link rel="stylesheet" href="http://www.xin-gaming.com/wp-content/plugins/lightbox-2/Themes/Black/lightbox.css" type="text/css" media="screen" />');
    //]]>
    </script>
	<!-- end lightbox scripts -->

<script type="text/javascript">
	//<![CDATA[
	function insert_text(text,spaces,popup){
		var tas,ta,tb;ta=null;tas=document.getElementsByTagName('textarea');
		if(tas.length>1){
			for(var i=0;i<tas.length;i++) {
				if(tas[i].id=='comment')ta=tas[i];
				else if((tas[i].name=='comment')&&(ta==null))ta=tas[i];
				else if((tas[i].className=='comment')&&(ta == null))ta=tas[i];
			}
			if(ta==null)for(i=0;i<tas.length;i++)try{if(tas[i].gotFocus)ta=tas[i];} catch(e){}
			if(ta==null)ta=tas[0];
		} else if(tas.length==1)	ta=tas[0];
		if(ta==null) {alert('Your smiley could not be inserted. You can add it manually by typing this code: '+text+'');return false;}if (document.selection){
			ta.focus();
			sel=document.selection.createRange();
			sel.text=' '+ text+' ';} else if (ta.selectionStart || ta.selectionStart == 0) ta.value=ta.value.substring(0, ta.selectionStart)+' '+text+' '+ ta.value.substring(ta.selectionEnd,ta.value.length);else ta.value+= ' '+text+' ';
		return false;
	}function moreSmilies() {
		document.getElementById('wpu-smiley-more').style.display='inline';
		var toggle = document.getElementById('wpu-smiley-toggle');
		toggle.setAttribute("onclick", "return lessSmilies();");
		toggle.firstChild.nodeValue ="\u00AB\u00A0Less smilies"
		return false;
	}
    
	function lessSmilies() {
		document.getElementById('wpu-smiley-more').style.display='none';
		var toggle = document.getElementById('wpu-smiley-toggle');
		toggle.setAttribute("onclick", "return moreSmilies();");
		toggle.firstChild.nodeValue ="More smilies\u00A0\u00BB";
		return false;
	}
	// ]]>
</script>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-15290733-1");
pageTracker._trackPageview();
} catch(err) {}</script>

</head>
<body>

<div id="loginbar">

<div id="loginalign">

<div id="network">

<img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/xinnetwork.jpg" usemap="#red" border="0">
<map name="red">
<area shape="rect" coords="114,0,175,30" href="http://www.xin-gaming.com/">
</map>

</div>

</div>

</div>

<div id="container">


<div id="header">


<div id="headerfield">
<div id="logo">
<img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/logo.jpg" />
</div>

<div id="advert">
<a href="http://www.bigfootnetworks.com/">
<img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/KILLER2100%20728%20x%2090%20BANNER.gif"></a>
</div>

</div>


</div>

<div id="menu">
<div id="navbar">
<SCRIPT TYPE="text/javascript">
if (document.images) {
homebuttonup = new Image();
homebuttonup.src = "http://www.xin-gaming.com/wp-content/themes/xin/xin/images/homeup.jpg" ;
homebuttondown = new Image() ;
homebuttondown.src = "http://www.xin-gaming.com/wp-content/themes/xin/xin/images/homedown.jpg" ;
}

if (document.images) {
forumsbuttonup = new Image();
forumsbuttonup.src = "http://www.xin-gaming.com/wp-content/themes/xin/xin/images/forumsup.jpg" ;
forumsbuttondown = new Image() ;
forumsbuttondown.src = "http://www.xin-gaming.com/wp-content/themes/xin/xin/images/forumsdown.jpg" ;
}

if (document.images) {
ircbuttonup = new Image();
ircbuttonup.src = "http://www.xin-gaming.com/wp-content/themes/xin/xin/images/ircup.jpg" ;
ircbuttondown = new Image() ;
ircbuttondown.src = "http://www.xin-gaming.com/wp-content/themes/xin/xin/images/ircdown.jpg" ;
}

if (document.images) {
albumsbuttonup = new Image();
albumsbuttonup.src = "http://www.xin-gaming.com/wp-content/themes/xin/xin/images/albumsup.jpg" ;
albumsbuttondown = new Image() ;
albumsbuttondown.src = "http://www.xin-gaming.com/wp-content/themes/xin/xin/images/albumsdown.jpg" ;
}

if (document.images) {
joinbuttonup = new Image();
joinbuttonup.src = "http://www.xin-gaming.com/wp-content/themes/xin/xin/images/joinup.jpg" ;
joinbuttondown = new Image() ;
joinbuttondown.src = "http://www.xin-gaming.com/wp-content/themes/xin/xin/images/joindown.jpg" ;
}

if (document.images) {
comicsbuttonup = new Image();
comicsbuttonup.src = "http://www.xin-gaming.com/wp-content/themes/xin/xin/images/comicsup.jpg" ;
comicsbuttondown = new Image() ;
comicsbuttondown.src = "http://www.xin-gaming.com/wp-content/themes/xin/xin/images/comicsdown.jpg" ;
}

if (document.images) {
reviewsbuttonup = new Image();
reviewsbuttonup.src = "http://www.xin-gaming.com/wp-content/themes/xin/xin/images/reviewsup.jpg" ;
reviewsbuttondown = new Image() ;
reviewsbuttondown.src = "http://www.xin-gaming.com/wp-content/themes/xin/xin/images/reviewsdown.jpg" ;
}

if (document.images) {
eventsbuttonup = new Image();
eventsbuttonup.src = "http://www.xin-gaming.com/wp-content/themes/xin/xin/images/eventsup.jpg" ;
eventsbuttondown = new Image() ;
eventsbuttondown.src = "http://www.xin-gaming.com/wp-content/themes/xin/xin/images/eventsdown.jpg" ;
}

if (document.images) {
rulesbuttonup = new Image();
rulesbuttonup.src = "http://www.xin-gaming.com/wp-content/themes/xin/xin/images/rulesup.jpg" ;
rulesbuttondown = new Image() ;
rulesbuttondown.src = "http://www.xin-gaming.com/wp-content/themes/xin/xin/images/rulesdown.jpg" ;
}

if (document.images) {
sponsorsbuttonup = new Image();
sponsorsbuttonup.src = "http://www.xin-gaming.com/wp-content/themes/xin/xin/images/sponsorsup.jpg" ;
sponsorsbuttondown = new Image() ;
sponsorsbuttondown.src = "http://www.xin-gaming.com/wp-content/themes/xin/xin/images/sponsorsdown.jpg" ;
}

if (document.images) {
contactbuttonup = new Image();
contactbuttonup.src = "http://www.xin-gaming.com/wp-content/themes/xin/xin/images/contactup.jpg" ;
contactbuttondown = new Image() ;
contactbuttondown.src = "http://www.xin-gaming.com/wp-content/themes/xin/xin/images/contactdown.jpg" ;
}

function buttondown( buttonname )
{
if (document.images) {
document[ buttonname ].src = eval( buttonname + "down.src" );
}
}
function buttonup ( buttonname )
{
if (document.images) {
document[ buttonname ].src = eval( buttonname + "up.src" );
}
} 
</script>
<a href="http://www.xin-gaming.com"
onmouseover="buttondown('homebutton')"
onmouseout="buttonup('homebutton')">
<img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/homeup.jpg" name="homebutton" border="0" />
</a>

<a href="http://www.xin-gaming.com/forums"
onmouseover="buttondown('forumsbutton')"
onmouseout="buttonup('forumsbutton')">
<img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/forumsup.jpg" name="forumsbutton" border="0" />
</a>

<a href="http://www.xin-gaming.com/irc"
onmouseover="buttondown('ircbutton')"
onmouseout="buttonup('ircbutton')">
<img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/ircup.jpg" name="ircbutton" border="0" />
</a>

<a href="http://www.xin-gaming.com/category/albums/"
onmouseover="buttondown('albumsbutton')"
onmouseout="buttonup('albumsbutton')">
<img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/albumsup.jpg" name="albumsbutton" border="0" />
</a>

<a href="http://www.xin-gaming.com/comics"
onmouseover="buttondown('comicsbutton')"
onmouseout="buttonup('comicsbutton')">
<img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/comicsup.jpg" name="comicsbutton" border="0" />
</a>

<a href="http://www.xin-gaming.com/join"
onmouseover="buttondown('joinbutton')"
onmouseout="buttonup('joinbutton')">
<img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/joinup.jpg" name="joinbutton" border="0" />
</a>

<a href="http://www.xin-gaming.com/reviews"
onmouseover="buttondown('reviewsbutton')"
onmouseout="buttonup('reviewsbutton')">
<img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/reviewsup.jpg" name="reviewsbutton" border="0" />
</a>

<a href="http://www.xin-gaming.com/rules"
onmouseover="buttondown('rulesbutton')"
onmouseout="buttonup('rulesbutton')">
<img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/rulesup.jpg" name="rulesbutton" border="0" />
</a>

<a href="http://www.xin-gaming.com/category/events/"
onmouseover="buttondown('eventsbutton')"
onmouseout="buttonup('eventsbutton')">
<img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/eventsup.jpg" name="eventsbutton" border="0" />
</a>

<a href="http://www.xin-gaming.com/sponsors"
onmouseover="buttondown('sponsorsbutton')"
onmouseout="buttonup('sponsorsbutton')">
<img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/sponsorsup.jpg" name="sponsorsbutton" border="0" />
</a>

<a href="http://www.xin-gaming.com/contact"
onmouseover="buttondown('contactbutton')"
onmouseout="buttonup('contactbutton')">
<img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/contactup.jpg" name="contactbutton" border="0" />
</a>

</div>
</div><div id="left">
<ul>
			<div class="textwidget"><div id="leftbuttons">
<img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/games.jpg" />
</div>   

<div id="leftbuttonstwo">
<img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/leftbuttons.jpg"" usemap="#green" border="0">
<map name="green">
<area shape="rect" coords="2,1,163,25" href="http://www.xin-gaming.com/category/gw2">
<area shape="rect" coords="2,29,163,54" href="http://www.xin-gaming.com/category/bc2">
<area shape="rect" coords="2,58,163,84" href="http://www.xin-gaming.com/category/cod4">
<area shape="rect" coords="2,88,163,112" href="http://www.xin-gaming.com/category/sc2">
<area shape="rect" coords="2,116,163,142" href="http://www.xin-gaming.com/category/blazblue">
<area shape="rect" coords="3,145,163,170" href="http://www.xin-gaming.com/category/dota-hon">
</map>

</div>

<div id="articles">
<img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/articles.jpg" />
</div>

<div id="sc2tourney">
<a href="http://www.xin-gaming.com/forums/blog.php/1-starcraft-ii-1v1-tournament/"><img src="http://www.xin-gaming.com/events/sc2.jpg" /></a>
</div>

<div id="hon3tourney">
<a href="http://www.xin-gaming.com/forums/blog.php/3-heroes-of-newerth-5v5-tournament/"><img src="http://www.xin-gaming.com/events/hon_side.jpg" /></a>
</div>
</div>
		
</ul>

</div>


	<div id="content">

	
		<div class="post" id="post-684">
			<h2>Good Game is back</h2>

			<div class="entry">
				<p><img class="alignnone size-full wp-image-685" title="gg" src="http://www.xin-gaming.com/wp-content/uploads/2010/02/gg.jpg" alt="" width="540" height="334" /> </p>Good Game is back airing Monday nights at 8:30pm on ABC2.  For those who do not know of or have never heard of &#8216;GG&#8217; it is a gaming show reviewing games and throwing around random gaming terms like &#8216;noob&#8217; &#8216;pwn&#8217; etc in order to relate to us.  Today I&#8217;m going to talk a little about GG and my opinion of it.  GG has been around since September 2006, the two founding hosts were &#8216;Jeremy Ray&#8217; and &#8216;Steven O&#8217;Donnell&#8217;.  <br /><br />For the longest time the only reason I watched GG was because it was the only Australian gaming show on national Television and Jeremy kept me sane, recently however Jeremy got the boot and was replaced with a female presenter &#8216;Stephanie Bendixsen&#8217;.  There is much speculation as to why he got let go but the general consensus is as Jeremy says: <em>&#8220;In the meeting, the only reason they gave was that they wanted a female presenter&#8221;.</em> <br /><br /><img class="alignnone size-full wp-image-690" title="Jeremy Ray" src="http://www.xin-gaming.com/wp-content/uploads/2010/02/jeremy.jpg" alt="" width="540" height="304" /><em>Jeremy Ray</em><br /><br /> I&#8217;m sorry but I fail to understand why you would A. boot the guy who sort of sounded like he had a clue B. replace him with a female that is thicker than a brick wall when it comes to gaming?   There have been a few cases in which girls have become some of the best players in the world at their specified games such as &#8216;Hafu&#8217; in World of Warcraft however unless the girl is a &#8216;real gamer&#8217; and knows what she is talking about as apposed to sounding like every word is read off a script, please do not waste our time.  <br /><br />If you walk into a clothes store and want to know if a specific hand bag brings out the color of your eyes and you asked for advice and got a response like <em>&#8220;Get the other bag because it&#8217;s cheaper&#8221;</em> I will guarantee you would walk out.  Gaming is the same. <br /><br /> I once walked into my local EB Games store inquiring whether to buy a PS3 or a Xbox 360, I thought I would ask the girl at the counter which they would recommend, I knew that I was more well informed about the topic than her but it was so even that I needed another opinion to tip the scale.  I walked up to her, she smiled nicely and asked <em>&#8220;May I help you with anything&#8221;</em> I said <em>&#8220;Hi, I was thinking about buying either a 360 or a PS3 and I need another opinion, which would you prefer and why?&#8221;</em> She responds <em>&#8220;Amm, I don&#8217;t know, I guess the new PS3 is cheaper&#8221;.</em> I stared at her blankly for a good ten seconds and walked out.<br /><br /><img class="alignnone size-full wp-image-691" title="Stephanie Bendixsen" src="http://www.xin-gaming.com/wp-content/uploads/2010/02/Stephanie-Bendixsen.jpg" alt="" width="540" height="563" /><em>Stephanie Bendixsen</em><br /><br />Gaming is a lot like clothing retail, you don&#8217;t give people the job because of their gender/age/race but because of their knowledge of the things they are talking about and their presentation and customer service and I&#8217;m sorry but Steven O&#8217;Donnell and Stephanie Bendixsen have neither.  If you want more gamers to watch your show either improve the show or put girls dancing on poles in the background, we have no interest in watching a show with an average looking girl presenting the show.  For too long, people have been given jobs in presenting gaming shows, reviewing games and working in gaming stores without any knowledge of what they are talking about.  However if your bored on a Monday night and have absolutely nothing better to do, check it out, if you have weird taste you might enjoy it. <br /><br /> &#8211; Aseenus</p>

								
				<p class="postmetadata alt">
					<small>
												

						
					</small>
				</p>

			</div>
		</div>

	
<!-- You can start editing here. -->

	<h3 id="comments">One Response to &#8220;Good Game is back&#8221;</h3>

	<div class="navigation">
		<div class="alignleft"></div>
		<div class="alignright"></div>
	</div>

	<ol class="commentlist">
			<li class="comment byuser comment-author-Kitfox even thread-even depth-1" id="comment-25">
				<div id="div-comment-25" class="comment-body">
				<div class="comment-author vcard">
		<img alt='User avatar' src='http://www.xin-gaming.com/forums/download/file.php?avatar=85_1269266774.jpg' class='avatar avatar-32' height='32' width='32' />		<cite class="fn"><a href="http://www.xin-gaming.com/forums/memberlist.php?mode=viewprofile&u=85" rel="nofollow">Kitfox</a></cite> <span class="says">says:</span>		</div>

		<div class="comment-meta commentmetadata"><a href="http://www.xin-gaming.com/forums/blog.php/good-game-is-back/comment-page-1/#comment-25">
			March 23, 2010 at 1:15 AM</a>		</div>

		<p>Ive shared a room with Jungy. Great bloke</p>

		<div class="reply">
				</div>
				</div>
		</li>
	</ol>

	<div class="navigation">
		<div class="alignleft"></div>
		<div class="alignright"></div>
	</div>
 


<div id="respond">

<h3>Leave a Reply</h3>

<div class="cancel-comment-reply">
	<small><a rel="nofollow" id="cancel-comment-reply-link" href="/forums/blog.php/good-game-is-back/feed/#respond" style="display:none;">Click here to cancel reply.</a></small>
</div>

<p>You must be <a href="http://www.xin-gaming.com/wp-login.php?redirect_to=http%3A%2F%2Fwww.xin-gaming.com%2Fforums%2Fblog.php%2Fgood-game-is-back%2F">logged in</a> to post a comment.</p>
</div>


	
	</div>
	
<div id="right">
<ul>
			<div class="textwidget"><div id="searchleft">
<img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/search.jpg" />
</div> </div>
		<form method="get" id="searchform" action"http://www.xin-gaming.com/forums/blog.php/">
     <input type="text" id="searchinput" value="" name="s" />
     <input type="submit" id="searchsubmit" value="" class="button" />
</form>			<div class="textwidget"><div id="users">
<img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/users.jpg" />
</div> </div>
		<h2>You are not logged in.</h2><ul class="wpulogininfo"><form class="wpuloginform" method="post" action="http://www.xin-gaming.com/forums/ucp.php?mode=login&amp;redirect=http%3A%2F%2Fwww.xin-gaming.com%2Fforums%2Fblog.php%2Fgood-game-is-back%2Ffeed%2F"><li><label for="phpbb_username">Username</label> <input tabindex="1" class="inputbox autowidth" type="text" name="username" id="phpbb_username"/></li><li><label for="phpbb_password">Password</label> <input tabindex="2" class="inputbox autowidth" type="password" name="password" id="phpbb_password" maxlength="32" /></li><li><input tabindex="3" type="checkbox" id="phpbb_autologin" name="autologin" /><label for="phpbb_autologin"> Log me on automatically each visit</label></li><li><input type="submit" name="login" class="wpuloginsubmit" value="Login" /></li><li><a href="http://www.xin-gaming.com/forums/ucp.php?mode=register">Register</a></li><li><a href="http://www.xin-gaming.com/forums/ucp.php?mode=sendpassword">I forgot my password</a></li></form></ul>			<div class="textwidget"><div id="follow">
<img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/follow.jpg" />
<div id="followtwo">
<a href="http://twitter.com/xingaming"><img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/twitter.png" /></a>&nbsp;<a href="http://www.facebook.com/home.php?#!/pages/Xin-Gaming/111249958905731?ref=ts"><img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/facebook.png" /></a>&nbsp;<a href="http://www.xin-gaming.com/feed"><img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/rss.png" /></a>
</div>
</div>

<div id="what">
<img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/what.jpg" />
<div id="whattwo">
"Xin Gaming is a professional E-Sports network, bringing the community the latest in news, coverage, events, ladders and much more."
</div>
</div>

<div id="sponsorstwo">
<img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/partners.jpg" />

<div id="bfn">
<a href="http://www.bigfootnetworks.com/"><img src="http://www.xin-gaming.com/pix/bfn.jpg" /></a>
</div>

<div id="cydus2">
<a href="http://www.cydus.com.au/"><img src="http://www.xin-gaming.com/wp-content/themes/xin/xin/images/cydus2.jpg" /></a>
</div>
</div> 
</div>
		
</ul>

</div>


<div id="footer">

	<p><a href="http://www.xin-gaming.com/rules">Rules</a> |  <a href="http://www.facebook.com/home.php?#!/pages/Xin-Gaming/111249958905731?ref=ts">Facebook</a> | <a href="http://twitter.com/xingaming">Twitter</a> | <a href="http://www.xin-gaming.com/feed">RSS Feed</a> | <a href="http://www.xin-gaming.com/contact">Contact</a><br />
		&copy; 2009 Xin Gaming | All rights reserved. 
	</p>
</div>
</div>


</body>
</html>