var arnews = new Array(9);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jason Momoa IS Conan The Barbarian - Just Jared
";
arnews[0] += "on the one hand I love Jason Momoa, he was my absolute favorite character on Stargate Atlantis, he’s good-looking, a solid actor and he’s got great fighting skills (or at least he knows how to mimic fighting very well…) on the other hand, is it ...";
arnews[0] += "
Publ.Date : Fri, 22 Jan 2010 03:57:00 GMT";
arnews[0] += "
";
arnews[1]="Taylor Lautner Cast As Stretch Armstrong - Cinema Blend
";
arnews[1] += "Clearly the best thing Taylor Lautner ever did for himself was spend six months in the gym building up a ridiculous set of abs. Ever since he removed his shirt needlessly in that scene in New Moon , the roles of muscle-bound heroes have come pouring ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 18:27:00 GMT";
arnews[1] += "
";
arnews[2]="Killer Spider Invasion, Chocolate Sculptures, Twilight Fights Back ... - io9.com
";
arnews[2] += "Every week, we round up the best tips that you post in io9's tips forum. Here's what you tipped io9ers off to last week that was shiny. If you want to post a tip, just click on the #tips link on our navigation bar, or include the word #tips in any ...";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 23:32:00 GMT";
arnews[2] += "
";
arnews[3]="Lutz Keen To Land Conan Role - The Gaea Times
";
arnews[3] += "TWILIGHT star KELLAN LUTZ is the frontrunner to land the lead in the CONAN THE BARBARIAN remake - and he’s thrilled. Lutz admits he can’t wait to take over from Arnold Schwarzenegger - because the role will give him the chance to really bulk up ...";
arnews[3] += "
Publ.Date : Fri, 15 Jan 2010 09:34:00 GMT";
arnews[3] += "
";
totcount = 4;
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("