﻿
<?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: Defining the Lore of Guild Wars 2</title>
	<atom:link href="http://www.xin-gaming.com/forums/blog.php/defining-the-lore-of-guild-wars-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xin-gaming.com/forums/blog.php/defining-the-lore-of-guild-wars-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" />
</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; Defining the Lore of Guild Wars 2</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; Defining the Lore of Guild Wars 2 Comments Feed" href="http://www.xin-gaming.com/forums/blog.php/defining-the-lore-of-guild-wars-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='Egames 2009' href='http://www.xin-gaming.com/forums/blog.php/egames-2009/' />
<link rel='next' title='Push for a R18+ Classification' href='http://www.xin-gaming.com/forums/blog.php/push-for-a-r18-classification/' />
<meta name="generator" content="WordPress 3.0" />
<link rel='canonical' href='http://www.xin-gaming.com/forums/blog.php/defining-the-lore-of-guild-wars-2/' />
<link rel='shortlink' href='http://www.xin-gaming.com/forums/blog.php/?p=667' />

	<!-- 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-667">
			<h2>Defining the Lore of Guild Wars 2</h2>

			<div class="entry">
				<p><img class="alignnone size-full wp-image-670" title="guildwars2-" src="http://www.xin-gaming.com/wp-content/uploads/2010/02/guildwars2-.jpg" alt="" width="540" height="338" /></p><em>The guys over at Ten Ton Hammer have recently interviewed Jeff Grubb a designer of Guild Wars 2 about their upcoming title, lets see what he had to say:</em> <br /><br /><strong>Ten Ton Hammer: We know that in Guild Wars 2 the Elder Dragons are awakening.  Can you give us some insight into the dragon Zhaitan that players will encounter in the game and why the Elder Dragons are now waking?</strong> <br /><br />Jeff Grubb: Zhaitan is the Undead Elder Dragon. Its lair was beneath Orr, so when it rose to the surface, it brought that sunken nation back up from the depths. Zhaitan now makes its lair in the former City of the Human Gods. Yes, Zhaitan is that powerful and yes, you do encounter it. But first, you have to face the dragon’s minions, from the undead plaguing the shores of Tyria to its more powerful and twisted champions.  The whys of the Elder Dragons are not yet revealed – we toss around some theories in-game, but we don’t reveal their complete origin yet. At the start of the game, the dragons are considered elemental forces—like earthquakes or tidal waves—that are uncaring and deadly to living things. <br /><br /><strong>Ten Ton Hammer: Dwarves are believed to possess more knowledge about dragons like Zhaitan, but what remains of the dwarven race has been scattered? Will there be dwarves in the game that might possess information related to the dragons and perhaps their awakening?</strong><br /><br /> Jeff: The dwarves knew of the Great Destroyer, the harbinger of Primordus, and knew of Jormag, and may have had knowledge of the other dragons as well. However, in Guild Wars 2, the dwarves have transformed into stone forms and have descended into the depths to battle minions of Primordus. There are a few remaining dwarves on the surface that may be of some help to players, but for the most part, the dwarves have taken their knowledge of the dragons with them deep underground.  <strong><br /><br />Ten Ton Hammer: Will players eventually encounter the other Elder Dragons?</strong> <br /><br />Jeff: The effects of all the Elder Dragons are ever-present on Tyria and all the races in Guild Wars 2. Encountering them in person is an opportunity for future expansions. But that’s getting ahead of ourselves—let’s see if you make it past the first dragon.  <strong><br /><br />Ten Ton Hammer: Some of the races have been at war with each other and have some pretty bad blood such as the human and charr feud. With the awakening of the dragons, old rivalries of Tyria have found a common enemy. How will each race interact with members of other races because of this? Have some found new alliances? Are the relationships strained between some and are others still at war?</strong> <br /><br />Jeff: The first of the Elder Dragons woke up 50 years after the time of Guild Wars: Eye of the North, and others such as Jormag and Zhaitan have showed up in the two centuries since.  So the mere appearance of dragons has not been enough to force the free races to put aside their differences. The charr/human treaty is still a new and fragile thing, and peace talks are still ongoing within sight of the walls of Ebonhawke. The norn don’t consider themselves as vanquished by Jormag, the Elder Ice Dragon; they think of their situation as a temporary retreat. The asura, as they always do, have their own agenda—they regard the other races as merely pieces of the puzzle.  Yes, the other races know this about the asura, and they hold a strong distrust regarding them and their schemes. The sylvari are looking for their own place in the world. Of all the races, they are the ones who are directed against the dragon minions. The other races don’t know what to make of the sylvari, and the sylvari use that to their advantage.  <img class="alignnone size-full wp-image-709" title="dragonundead" src="http://www.xin-gaming.com/wp-content/uploads/2010/02/dragonundead.jpg" alt="" width="540" height="353" /> <strong><br /><br />Ten Ton Hammer: What role will the player play in uniting the races of Tyria?</strong><br /><br /> Jeff: The players grow personally throughout their quests, going beyond the race-specific challenges of their people to the point where they join one of the multi-racial orders (Durmand Priory, Order of Whispers, or the Vigil), which transcend racial agendas and face the greater challenge of the Elder Dragons. The players are keystones in pulling other people together.  <strong><br /><br />Ten Ton Hammer: How has the world changed since the first game?</strong><br /><br /> Jeff: Physically, a great deal.  Orr has risen from the depths of the Sea of Sorrows. Lion’s Arch has been flooded and rebuilt. The Elder Dragon Kralkatorrik has left a long, deep scar across the land in its flight south. The charr control Ascalon, but Ascalon City is literally a ghost town. New human cities have grown up, like Divinity’s Reach and Ebonhawke, along with the asura seriously expanding Rata Sum and the sylvari Grove growing up around the Pale Tree. There are a lot of places familiar to GW1 players, but it has been 250 very tumultuous years later. The Elder Dragons, they tend to redecorate.  <strong><br /><br />Ten Ton Hammer: Can you tell us a little more about the humans and their gods? Will we learn more about the human gods and their facet depiction as dragons in the Guild Wars quest The Path to Revelations?</strong> <br /><br />Jeff: In the wake of Guild Wars: Nightfall, the human gods stepped back from meddling with the world, letting humanity stand on its own two feet (and humanity is wobbling, but hasn’t fallen down yet). The gods remain important in the lives of humans, even if they are no longer on speed-dial, so to speak.  The worship of these distant gods remains a strong part of what it means to be human. The charr deny the importance of gods, the norn have animal spirits, the asura have their Eternal Alchemy, and the sylvari are still shopping around, god-wise.  The facets are interesting (this is a reference to a set of quests in Eye of the North in which the player tracks down the facets of the various gods for a researching asura). They are not the gods themselves, but rather ghostly servants, and are tied to the Forgotten, who are not minions of the Elder Dragons.  <strong><br /><br />Ten Ton Hammer: Underwater exploration is something many players are excited about in Guild Wars 2. What inspirations did you draw from when creating the art and design of the underwater areas and what sort of places can players expect to see?</strong><br /><br /> Jeff: From a design side the big challenge is the addition of a third dimension – our initial battles in the underwater asura labs have been wild. From an art perspective, the underwater areas are as rich and varied as the surface environments are, with a wide diversity of sea life and settings. The area beneath the frozen lakes of the Shiverpeaks will be very different from the wreck-haunted straits off the coast of Orr. <br /><br /><em>Source: <a href="http://www.tentonhammer.com/node/81024">http://www.tentonhammer.com/node/81024</a></em></p>

								
				<p class="postmetadata alt">
					<small>
												

						
					</small>
				</p>

			</div>
		</div>

	
<!-- You can start editing here. -->


			<!-- If comments are open, but there are no comments. -->

	 


<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/defining-the-lore-of-guild-wars-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%2Fdefining-the-lore-of-guild-wars-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%2Fdefining-the-lore-of-guild-wars-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>