var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'The Sims 3: World Adventures' (PC) v2.2.8 Patch Available NOW
";
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.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 13:25:44 GMT";
arnews[0] += "
";
arnews[1]="The Sims 3 World Adventures Released
";
arnews[1] += "The EA Play Label of Electronic Arts has announced that The Sims 3 World Adventures Expansion Pack , the first expansion for the popular life sim, is available at retail nationwide and for digital download for the Mac and PC.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 18:37:46 GMT";
arnews[1] += "
";
arnews[2]="Pixie Lott 'Sims' herself
";
arnews[2] += "Fast-rising popstrel Pixie Lott has become the latest chart act to re-record a song in Simlish, in honour of the expansion pack The Sims 3 World Adventures.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 13:37:49 GMT";
arnews[2] += "
";
arnews[3]="EA announces
";
arnews[3] += "WORLD INSPIRED LOCATIONS WHEN EA'S THE SIMS 3 WORLD ADVENTURES LAUNCHES THIS WEEK Let There Be New Lands, Let There Be New Adventures, Let There Be Sims REDWOOD CITY, Calif., November 17, 2009 - The Sims are off on an adventure of a lifetime! The EA Play Label of Electronic Arts Inc.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 02:57:26 GMT";
arnews[3] += "
";
arnews[4]="Take Your Sims to Real-World Inspired Locations When EA's The Sims 3...
";
arnews[4] += "The Sims are off on an adventure of a lifetime! The EA Play Label of Electronic Arts Inc.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 15:21:52 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("