var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Halo Legends UK Review
";
arnews[0] += "On the surface, the melding of Halo's solemn, uber-serious vibe and the brash, stylized sensibility of much Japanese anime seemed like a slightly bizarre way for Microsoft to expand its iconic game franchise out into other mediums.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 16:21:28 GMT";
arnews[0] += "
";
arnews[1]="Week in geek: A 3D re-release for every Star Wars film - is Avatar to blame?| Ben Child
";
arnews[1] += "A 3D re-release for every Star Wars film - is Avatar to blame? A galaxy far, far away could seem considerably closer if George Lucas's plans to re-release the Star Wars films in 3D, apparently in emulation of James Cameron's success, come to fruition In your face a A Yoda in Star Wars: Episode 1 The Phantom Menace.";
arnews[1] += "
Publ.Date : Thu, 28 Jan 2010 15:45:13 GMT";
arnews[1] += "
";
arnews[2]="The Sagacious Spectator 01.27.10: Star Wars
";
arnews[2] += "The Sagacious Spectator 01.27.10: Star Wars Posted by Steve Yanosey on 01.27.2010 I promise to tread lightly here... I have a heretical subject I'd like to discuss today, one that will probably get me booed light years across the universe into a galaxy far, far away.";
arnews[2] += "
Publ.Date : Wed, 27 Jan 2010 07:46:40 GMT";
arnews[2] += "
";
arnews[3]="Framed Star Wars Film Cells
";
arnews[3] += "Somewhere in here, there's a real cool shot. Somewhere in this pile of Phantom Menace and Attack Of The Clones film cells, there's a really cool shot of Darth Maul fighting two Jedi.";
arnews[3] += "
Publ.Date : Wed, 27 Jan 2010 02:29:33 GMT";
arnews[3] += "
";
arnews[4]="The Fiver | The Temple of Doom | Barry Glendenning
";
arnews[4] += "Death. Taxes. Unfunny Fivers. There are very few nailed-on certainties in life. In times past, Robinho has been certain of moves to Chelsea and Barcelona, only to subsequently find himself in Manchester and a eh, still in Manchester, so this morning he left himself a whopping 10% of wriggle-room by announcing that he's only \"90% certain\" that he's ...";
arnews[4] += "
Publ.Date : Mon, 25 Jan 2010 16:25:36 GMT";
arnews[4] += "
";
totcount = 5;
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("