﻿
<?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: Korean Parents Neglect Real Child for Virtual One</title>
	<atom:link href="http://www.xin-gaming.com/forums/blog.php/korean-parents-neglect-real-child-for-virtual-one-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xin-gaming.com/forums/blog.php/korean-parents-neglect-real-child-for-virtual-one-2/</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: Aseenus</title>
		<link>http://www.xin-gaming.com/forums/blog.php/korean-parents-neglect-real-child-for-virtual-one-2/comment-page-1/#comment-20</link>
		<dc:creator>Aseenus</dc:creator>
		<pubDate>Fri, 05 Mar 2010 06:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.xin-gaming.com/forums/blog.php/?p=844#comment-20</guid>
		<description>Some people are real idiots.</description>
		<content:encoded><![CDATA[<p>Some people are real idiots.</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; Korean Parents Neglect Real Child for Virtual One</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; Korean Parents Neglect Real Child for Virtual One Comments Feed" href="http://www.xin-gaming.com/forums/blog.php/korean-parents-neglect-real-child-for-virtual-one-2/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='Diablo III Sequels?' href='http://www.xin-gaming.com/forums/blog.php/diablo-iii-sequels/' />
<link rel='next' title='Hakan finally gets revealed for Super Street Fighter IV' href='http://www.xin-gaming.com/forums/blog.php/hakan-finally-gets-revealed-for-super-street-fighter-iv/' />
<meta name="generator" content="WordPress 3.0" />
<link rel='canonical' href='http://www.xin-gaming.com/forums/blog.php/korean-parents-neglect-real-child-for-virtual-one-2/' />
<link rel='shortlink' href='http://www.xin-gaming.com/forums/blog.php/?p=844' />

	<!-- 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-844">
			<h2>Korean Parents Neglect Real Child for Virtual One</h2>

			<div class="entry">
				<p><img class="alignnone size-full wp-image-841" title="Korea" src="http://www.xin-gaming.com/wp-content/uploads/2010/03/Korea1.jpg" alt="" width="540" height="361" /></p>
<p><a href="http://gamepolitics.com/">http://gamepolitics.com/</a> has just shared a horrific article with us:</p>
<p>The South Korean parents of a three-month old allegedly fed their gaming habits obsessively while neglecting their daughter, who effectively starved to death.</p>
<p>The 41-yeard old husband and his 25-year old wife, identified only as “the Kims,” spent up to 12 hours every night at Internet cafés playing games, according to <a href="http://abcnews.go.com/International/baby-death-alleged-result-parents-online-games-addiction/story?id=10007040">a story on ABC</a>. The couple came home one morning last September, after spending the whole night out, and alerted authorities upon finding their daughter deceased.</p>
<p>An autopsy revealed that the baby’s death came about from malnourishment. The Kims subsequently confessed that they had been feeding their daughter “rotten, powdered milk and had often spanked their crying baby.”</p>
<p>In a sinister bit of irony, officials reported that instead of taking care of their real child, who was born prematurely, the couple was infatuated with raising a virtual daughter in the massively multiplayer online game PRIUS.</p>
<p>The article also features a quote from Dr. Kim Sang Eun, of Seoul National University Bundang Hospital, who believes game addiction is a brain disease. She stated, “there&#8217;s no certain clinical indicator to define &#8216;game addiction&#8217; but our study shows that brain PET [scan] images of suspected online game addicts are very similar to that of a cocaine addict.”</p>
<p>The parents were arrested on Wednesday.</p>
<p><em>Source: <a href="http://gamepolitics.com/2010/03/04/korean-parents-neglect-real-child-virtual-one">http://gamepolitics.com/2010/03/04/korean-parents-neglect-real-child-virtual-one</a></em></p>

								
				<p class="postmetadata alt">
					<small>
												

						
					</small>
				</p>

			</div>
		</div>

	
<!-- You can start editing here. -->

	<h3 id="comments">One Response to &#8220;Korean Parents Neglect Real Child for Virtual One&#8221;</h3>

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

	<ol class="commentlist">
			<li class="comment byuser comment-author-Aseenus bypostauthor even thread-even depth-1" id="comment-20">
				<div id="div-comment-20" class="comment-body">
				<div class="comment-author vcard">
		<img alt='User avatar' src='http://www.xin-gaming.com/forums/download/file.php?avatar=2_1281616513.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=2" rel="nofollow">Aseenus</a></cite> <span class="says">says:</span>		</div>

		<div class="comment-meta commentmetadata"><a href="http://www.xin-gaming.com/forums/blog.php/korean-parents-neglect-real-child-for-virtual-one-2/comment-page-1/#comment-20">
			March 5, 2010 at 5:07 PM</a>		</div>

		<p>Some people are real idiots.</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/korean-parents-neglect-real-child-for-virtual-one-2/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%2Fkorean-parents-neglect-real-child-for-virtual-one-2%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%2Fkorean-parents-neglect-real-child-for-virtual-one-2%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>