
function CNewsItem(xHeadline, xPoster, xDate, xBody)
{
	this.Headline = xHeadline;
	this.Poster = xPoster;
	this.Date = xDate;
	this.Body = xBody;
}

function CClientInfo(xHeadline, xBody)
{
	this.Headline = xHeadline;
	this.Body = xBody;
}


var Client = new Array();

//Client.push(new CClientInfo('<div align="center"><a href="download.html"><img border="0" src="images/download.png" alt="Download VS Client"></a></div>', 'Visit the downloads page to learn about installing the latest Voidshard client!<br>'));
Client.push(new CClientInfo('<a href="screenshots.html"><b>Screenshots!</b></a>', "Check out the new Screenshots, and discover the terrain."));
Client.push(new CClientInfo('<a href="credits.html"><b>What&nbsp;Credits?</b></a>', "Check out the Credits page to see who's helping with Voidshard."));
Client.push(new CClientInfo('<a target="_blank" href="http://forums.voidshard.net/"><b>Talk&nbsp;To&nbsp;Us!</b></a>', "Register at the forums and have a voice in the Voidshard community!  Discuss features, learn about upcoming events, suggest new ideas, and report bugs here."));


var News = new Array();

//News.push(new CNewsItem("Voidshard is in development!", "Steve", "Sun, July 13, 2008", "We're putting a lot of work into VS.  Keep checking back for news on the upcoming next version!"));
//News.push(new CNewsItem("New Website Layout", "Clint", "Wed, Sept 3, 2008", "I just got finished with the new Voidshard website layout.<br><br>Leave a remark in the Free Talk area of the Forum if you find anything wrong, or if you just want to praise me!"));
//News.push(new CNewsItem("Voidshard Server", "Steve", "Wed, June 17, 2009", 	"We've moved our web site, forums, and game server to a new server.  Come join our new forums!"));
News.push(new CNewsItem("Voidshard 2010", "Clint", "Sun, Jan 3, 2010", "PAY ATTENTION!<br /><br />There is a new version of the client available for download.  You'll find it on the downloads page.  The installer is a little larger than the old one, but it works a lot better.<br /><br />Have fun!"));
News.push(new CNewsItem("Voidshard 2010", "Steve", "Mon, Jan 3, 2010", "Happy New Year!  The latest version of Voidshard now includes:<br/><br/>Permanent Accounts<br/>Attack Animations<br/>Weather Effects<br/>Tabbed Chat<br/>Client Installer<br/>Improved FPS<br/><br/><a href='http://www.voidshard.net/Downloads/VSInstall.exe'>Check it out!</a><br/><br/>Next, we will be in-game working on the fun stuff: items, monsters, combat, leveling up, etc.  See you in game!"));
News.push(new CNewsItem("Voidshard 2010-01-17", "Steve", "Sun, Jan 17, 2010", "Another new version of Voidshard!  Some bugs were found in the last version which have now been fixed.  If you installed 2010-01-03, you'll be required to download this newest version.  Which is good, because who would want bugs?<br/><br/>Make sure you tell Josh and Fie to quit finding creative ways to break Voidshard <img src='http://forums.voidshard.net/images/smilies/icon_e_wink.gif'/>"));
News.push(new CNewsItem("Voidshard 2010-05-15", "Steve", "Sat, May 15, 2010", "This new version of Voidshard includes important game-building tools for GMs.  More details on the forum.  We hope to put these new tools to good use soon!"));
News.push(new CNewsItem("Voidshard 2010-05-26", "Steve", "Thu, May 27, 2010", "The latest version of Voidshard includes graphical bug fixes.  More details on the forum."));

/*News.push(new CNewsItem("Website Changes", 'Yotendoten', "Monday, March 28, 2005 @ 5:15pm", "Hey! I have been working on some new website ideas and this is one of them, the new websites are more basic and don't kill people on dialup.  Let us know what you think on the forums if you would like."));
News.push(new CNewsItem("Even More Website Changes...", 'Clint', "Saturday, April 2, 2005 @ 11:35pm", 'There are even more website changes to look at now.  Again, feel free to let us know what you think, in the <a href="http://s7.invisionfree.com/Certified_Geeks/index.php" target="_blank">Forums</a>'));
News.push(new CNewsItem("New Version Released!", "Steve", "Tuesday, May 17, 2005 @ 10:00PM", "We just finished a new version of the VS client and server. The client is now able to download a server listing from the VS website. The server now has a scripting system integrated into it. We will be testing the new scripting system shortly. The new server also has the ability to automatically restart in the event it should crash. There are many more improvements and bugfixes, mostly related to admin features.<br><br><a href='http://s7.invisionfree.com/Certified_Geeks/index.php?showtopic=714' target='_blank'>Read more...</a>"));
News.push(new CNewsItem("New Version Released!", "Steve", "Friday, July 1, 2005 @ 5:00PM", "Voidshard version 2005-07-01 has been released and can be <a href='download.htm'>downloaded here</a>. This version features:<br><br>Resizable/fullscreen client window<br>New keyboard layout (<a href='playingguide.htm'>Go here</a> or press F1 in game)<br>Attacking with health meters above characters<br>Maps can now have music and lighting effects<br>Items can now be picked up, used, and dropped<br>Scrolling inventory<br>Preliminary NPC support<br>many internal changes<br>"));
News.push(new CNewsItem("Name Changed.", "Clint", "Saturday, July 2, 2005 @ 11:00PM", "The transition to Voidshard is pretty much complete.  From here on out, all progress on this project will be referred to under the Voidshard title.<br><br> Thanks to everyone for their patience and help during the change."));
News.push(new CNewsItem("New Forums Opened", "Steve", "Sunday, October 16, 2005 @ 1:00PM", "After alot of work from Tim and everyone else, we are opening new Voidshard forums at:<br><br><a target='_blank' href='http://forums.voidshard.net'>http://forums.voidshard.net</a><br><br>Please make an account on the new forums and update your bookmarks.  These forums have more options, including working file attachments, full text searching, no ads, and generally, more flexibility and options.<br><br>See you on the forums!"));
News.push(new CNewsItem("Web Site and Forums back online", "Steve", "Wednesday, August 9, 2006 @ 11:00 AM", "Our web hosting issues have been resolved, and the web site and forums are back online!"));*/