var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nintendo's Mario endures even as games come and go - MLive.com
";
arnews[0] += "(AP) — NEW YORK - You might call him the Mickey Mouse of video games. He's reminiscent of a doughnut, round and sweet and comforting. He's also a vessel, devoid of a real personality so you can live vicariously through him. Mario, the pot-bellied ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:59:00 GMT";
arnews[0] += "
";
arnews[1]="Miyamoto: "New SMB Wii the most challenging yet" - CVG Online
";
arnews[1] += "Nintendo's gaming guru Shigeru Miyamoto believes that player will find New Super Mario Bros. Wii more challenging than the DS original. \"I do think the game has a lot more oomph to it than the first New SMB,\" Miyamoto told Japanese magazine Famitsu ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 11:11:00 GMT";
arnews[1] += "
";
arnews[2]="Inter & Arsenal To Swap Mario Balotelli & Cesc Fabregas - Report - Goal.com
";
arnews[2] += "According to Tuttosport , Balotelli's relationship with coach Jose Mourinho has become strained this season, and the Italian striker could be put on the transfer market. Recent developments between the duo have not been encouraging, leading to ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 16:59:00 GMT";
arnews[2] += "
";
arnews[3]="All About chocolate1325 - Gamespot News
";
arnews[3] += "I am a fan of Mario mostly but I also like Sonic alot and I like Zelda games as well and Resident Evil 4 and I am a fan of Mario Kart,Street Fighter and Super Smash Bros and Metroid. So my first impressions on the latest Mario game to hit store ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 20:05:00 GMT";
arnews[3] += "
";
arnews[4]="Shaniya Davis funeral scheduled, locals react to case - Examiner
";
arnews[4] += "A funeral for Shaniya Davis has been scheduled for 3:00 p.m. Sunday, November 22, 2009 at Manna Church located at 5117 Cliffdale Road in Fayetteville, North Carolina. The funeral will be open to the public. Though we are located in Tampa, Florida ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 19:08:00 GMT";
arnews[4] += "
";
arnews[5]="Iconic ‘Super Mario’ gets a multiplayer makeover for Wii - New Haven Register
";
arnews[5] += "Even before it refined family fun with the Wii, Nintendo was dedicated to creating satisfying multiplayer experiences. Games like “Mario Kart,” “Super Smash Bros.” and “GoldenEye 007” encouraged everyone to join in, and you missed the ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 08:09:00 GMT";
arnews[5] += "
";
totcount = 6;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("