var arnews = new Array(8);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'The Sims 3: World Adventures' (PC) v2.2.8 Patch Available NOW - WorthPlaying.com
";
arnews[0] += "Players can take their Sims on new journeys to famous real-world inspired destinations around the globe for the first time ever and seek out new adventures. While exploring the landmarks of an exotic city, there is no telling what the Sims will find ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 12:43:00 GMT";
arnews[0] += "
";
arnews[1]="Pixie Lott 'Sims' herself - CVG Online
";
arnews[1] += "... the World Adventures expansion pack comes with a list of accompanying music artists who have tried their hands at crooning in Simlish, including Nelly Furtado, LeAnn Rimes, Katie Melua, Young Punx and the gloriously named but until now ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 10:58:00 GMT";
arnews[1] += "
";
arnews[2]="GO BEHIND THE SCENES WITH HOT ARTISTS RECORDING SIMLISH FOR THE SIMS 3 ... - GameZone
";
arnews[2] += "The Sims fans around the world will be rockin’ out to new Simlish music when The Sims™ 3 World Adventures Expansion Pack* for the PC and Mac hits shelves nationwide tomorrow and stores worldwide in 60 countries and in 22 languages this week. Over ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 23:10:00 GMT";
arnews[2] += "
";
arnews[3]="TAKE YOUR SIMS TO REAL-WORLD INSPIRED LOCATIONS WHEN EA’S THE SIMS 3 ... - GameZone
";
arnews[3] += "The Sims are off on an adventure of a lifetime! The EA Play Label of Electronic Arts Inc. today announced that The Sims™ 3 World Adventures Expansion Pack*, the first expansion pack to the best-selling PC game of calendar 2009**, The Sims 3, is ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 20:24:00 GMT";
arnews[3] += "
";
arnews[4]="Take Your Sims to Real-World Inspired Locations When EA's The Sims 3 ... - Stockhouse
";
arnews[4] += "The Sims are off on an adventure of a lifetime! The EA Play Label of Electronic Arts Inc. (NASDAQ:ERTS) today announced that The Sims(TM) 3 World Adventures Expansion Pack*, the first expansion pack to the best-selling PC game of calendar 2009**, The ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 13:08:00 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("