function print_news_box()
{
	var output = '';
	
	
	output += '<div class="newsHeading"><a class="newsHeading" href="/us/news/archives/2010/03/coming_soon_-_s.html">Coming Soon - Screenshot the Spot Contest!</a></div>' +
			  '<div class="newsBody">Monday, March  8, 2010 &mdash; Beginning Wednesday, March 10 we will have a new forum contest. Nyx will take screenshots in-game and you have to figure our where she is! Prize is a custom forum title!...<div class="readMore">[<a href="/us/news/archives/2010/03/coming_soon_-_s.html">Read More</a>]</div></div>';
	
	output += '<div class="newsHeading"><a class="newsHeading" href="/us/news/archives/2010/02/patch_notes_-_0.html">Patch Notes - 02/10/10</a></div>' +
			  '<div class="newsBody">Friday, February  5, 2010 &mdash; New content is almost here! The following will be added or changed:...<div class="readMore">[<a href="/us/news/archives/2010/02/patch_notes_-_0.html">Read More</a>]</div></div>';
	
	output += '<div class="newsHeading"><a class="newsHeading" href="/us/news/archives/2010/02/coming_soon_-_v.html">Coming Soon - Valentine\'s Day Double Credit Event</a></div>' +
			  '<div class="newsBody">Wednesday, February  3, 2010 &mdash; Our Valentine\'s Day gift to you is a Double Credit Event!...<div class="readMore">[<a href="/us/news/archives/2010/02/coming_soon_-_v.html">Read More</a>]</div></div>';
	
	output += '<div class="newsHeading"><a class="newsHeading" href="/us/news/archives/2010/01/winners_of_the.html">Winners of the Exteel Fan Art Contest</a></div>' +
			  '<div class="newsBody">Thursday, January 21, 2010 &mdash; We had many awesome entries but these were the top ones chosen by NCW staff. There were so many great entries that we ended up with a tie for 1st place and a tie for 2nd place. Both winners will...<div class="readMore">[<a href="/us/news/archives/2010/01/winners_of_the.html">Read More</a>]</div></div>';
	
	output += '<div class="newsHeading"><a class="newsHeading" href="/us/news/archives/2009/12/ncsoft_password.html">NCsoft Password and Account Security Notice</a></div>' +
			  '<div class="newsBody">Wednesday, December 23, 2009 &mdash; In order to better protect your accounts, NCSoft&reg; is taking ongoing measures to increase account security. However, there are a few things that you can do to help ensure your account is secure....<div class="readMore">[<a href="/us/news/archives/2009/12/ncsoft_password.html">Read More</a>]</div></div>';
	
	
	document.write(output);
}
print_news_box();