﻿
<?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: Starcraft 2 Beta + Battlenet 2.0 + Interviews</title>
	<atom:link href="http://www.xin-gaming.com/forums/blog.php/starcraft-2-beta/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xin-gaming.com/forums/blog.php/starcraft-2-beta/</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: telecom</title>
		<link>http://www.xin-gaming.com/forums/blog.php/starcraft-2-beta/comment-page-1/#comment-27</link>
		<dc:creator>telecom</dc:creator>
		<pubDate>Tue, 23 Mar 2010 20:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.xin-gaming.com/forums/blog.php/?p=751#comment-27</guid>
		<description>cool nice interviews... i love the game</description>
		<content:encoded><![CDATA[<p>cool nice interviews&#8230; i love the game</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; Starcraft 2 Beta + Battlenet 2.0 + Interviews</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; Starcraft 2 Beta + Battlenet 2.0 + Interviews Comments Feed" href="http://www.xin-gaming.com/forums/blog.php/starcraft-2-beta/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='Deindividuation and Antisocial Behavior' href='http://www.xin-gaming.com/forums/blog.php/deindividuation-and-antisocial-behavior/' />
<link rel='next' title='Update on Reconnection Tool' href='http://www.xin-gaming.com/forums/blog.php/update-on-reconnection-tool/' />
<meta name="generator" content="WordPress 3.0" />
<link rel='canonical' href='http://www.xin-gaming.com/forums/blog.php/starcraft-2-beta/' />
<link rel='shortlink' href='http://www.xin-gaming.com/forums/blog.php/?p=751' />

	<!-- 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-751">
			<h2>Starcraft 2 Beta + Battlenet 2.0 + Interviews</h2>

			<div class="entry">
				<img src="http://www.xin-gaming.com/wp-content/uploads/2010/02/sc21.jpg" alt="" title="sc2" width="540" height="405" class="alignnone size-full wp-image-757" /><br /><br />

Ever since it&#8217;s announcement in may 2007 the gaming world has been eagerly awaiting the release of the most popular sequel to one of the greatest Real Time Strategies of all time, Starcraft 2.  Recently Blizzard Entertainment has announced the Beta version of the game and has sent out it&#8217;s first batch of Beta invites to a lucky few.  Blizzard has told fans not to stress since they will continue to send out Beta invites until the game is released.  <a href="http://g4tv.com/thefeed/blog/post/702564/Celebrate-The-StarCraft-II-Beta-With-These-Exclusive-Video-Interviews.html">G4</a> interviewed Dustin Browder, Rob Pardo, Chris Sigaty and Greg Canessa in January to talk about Battle.net 2.0, the beta launch, game&#8217;s current balance and much more.<br /><br />

<center><object classId="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="480" height="418" id="VideoPlayerLg44223"><param name="movie" value="http://g4tv.com/lv3/44223" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://g4tv.com/lv3/44223" type="application/x-shockwave-flash" name="VideoPlayer" width="480" height="382" allowScriptAccess="always" allowFullScreen="true" /></object></center><br /><br />

<center><object classId="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="480" height="418" id="VideoPlayerLg44215"><param name="movie" value="http://g4tv.com/lv3/44215" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://g4tv.com/lv3/44215" type="application/x-shockwave-flash" name="VideoPlayer" width="480" height="382" allowScriptAccess="always" allowFullScreen="true" /></object></center><br /><br />

<center><object classId="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="480" height="418" id="VideoPlayerLg44203"><param name="movie" value="http://g4tv.com/lv3/44203" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://g4tv.com/lv3/44203" type="application/x-shockwave-flash" name="VideoPlayer" width="480" height="382" allowScriptAccess="always" allowFullScreen="true" /></object></center><br /><br />


								
				<p class="postmetadata alt">
					<small>
												

						
					</small>
				</p>

			</div>
		</div>

	
<!-- You can start editing here. -->

	<h3 id="comments">One Response to &#8220;Starcraft 2 Beta + Battlenet 2.0 + Interviews&#8221;</h3>

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

	<ol class="commentlist">
			<li class="comment byuser comment-author-telecom even thread-even depth-1" id="comment-27">
				<div id="div-comment-27" class="comment-body">
				<div class="comment-author vcard">
		<img alt='' src='http://1.gravatar.com/avatar/79b3b3e46ed59c2313393e12f84ea12d?s=32&amp;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D32&amp;r=R' class='avatar avatar-32 photo' height='32' width='32' />		<cite class="fn"><a href="http://www.xin-gaming.com/forums/memberlist.php?mode=viewprofile&u=88" rel="nofollow">telecom</a></cite> <span class="says">says:</span>		</div>

		<div class="comment-meta commentmetadata"><a href="http://www.xin-gaming.com/forums/blog.php/starcraft-2-beta/comment-page-1/#comment-27">
			March 24, 2010 at 7:31 AM</a>		</div>

		<p>cool nice interviews&#8230; i love the game</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/starcraft-2-beta/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%2Fstarcraft-2-beta%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%2Fstarcraft-2-beta%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>