var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="X-Play's Daily Video Podcast - Video Podcast Verzeichnis bei GMX
";
arnews[0] += "Serious Sam is back on Xbox Live Arcade and X-Play's Morgan Webb gives you the review for the reimagining of the series. Is this title worth your Microsoft Points? Find out in this X-Play review of Serious Sam HD: The First Encounter. ...";
arnews[0] += "
";
arnews[1]="Diary of an UrbanGeek 2/9/10 « A diversity and size acceptance blog
";
arnews[1] += "In regards to romance, the geek men that I know only picture themselves with A.) Any woman that doesn't have class or B.) A geek woman who looks like Morgan Webb but still be a sexy geek. And then of course there's me the UrbanGeek. ...";
arnews[1] += "
";
arnews[2]="Morgan Investigates Professional Gaming in South Korea in High ...
";
arnews[2] += "Video Description: Morgan Webb goes on location to South Korea to learn about the arena of professional gaming in a country where gamers are as popular as rock stars. Find out what it's like to game in South Korea and see as Morgan ...";
arnews[2] += "
";
arnews[3]="Joystiq set to overtake G4 in Folding@home leaderboards tonight
";
arnews[3] += "We want Adam Sessler and Morgan Webb to feel absolutely crushed with defeat at some point during the day, but not know why. We want to run into Olivia Munn and Kevin Pereira at PAX East, and have them be too afraid to make eye contact ...";
arnews[3] += "
";
arnews[4]="AOTS talks MAG with Morgan Webb
";
arnews[4] += "WOW! 256 player game!";
arnews[4] += "
";
arnews[5]="Morgan Webb Goes MAG - G4tv.com
";
arnews[5] += "Online multiplayer games go extreme with MAG, a first person shooter that allows up to 256 players to battle at the same time. X-Play's Morgan Webb talks to Kevin Pereira about the gameplay, all the hype and what's missing.";
arnews[5] += "
";
arnews[6]="X-Play 1000: Back In Time With Morgan Webb
";
arnews[6] += "We love Morgan Webb. The X-Play host is the gold standard of video game-based television entertainment! In tribute to X-Play's 1000th Episode, we're taking a look at Morgan Webb through Time. Check out the video below, in which we see ...";
arnews[6] += "
";
arnews[7]="X-Play 1000: Back In Time With Morgan Webb : We love Morgan Webb ...
";
arnews[7] += "X-Play 1000: Back In Time With Morgan Webb: We love Morgan Webb. The X-Play host is the gold standard of video.. http://bit.ly/dAulQN. Read and post comments | Send to a friend.";
arnews[7] += "
";
arnews[8]="Daily Wrap-Up 2.1.10
";
arnews[8] += "To celebrate the X-Play 1000th Episode, watch this Behind The Scenes clip of Morgan Webb on the X-Play set. There's melon involved. Before seeking new life and new civilizations, boldly go to our Star Trek Online launch primer. ...";
arnews[8] += "
";
arnews[9]="Congratulations to X-Play 1000!
";
arnews[9] += "The show (hosted by Adam Sessler and Morgan Webb) used to be a show about great reviews while adding a bit of humor to it. Although they urged you to play games that they rated five stars, the best part of the show was watching them ...";
arnews[9] += "
";
totcount = 10;
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("