var arnews = new Array(6);
totcount = 6;
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]="GO BEHIND THE SCENES WITH HOT ARTISTS RECORDING SIMLISH FOR THE SIMS 3 ... - GameZone
";
arnews[1] += "... songs for the game including GRAMMY Award-winners Nelly Furtado and LeAnn Rimes, plus hot rising stars Matt & Kim, Fefe Dobson, Pixie Lott, Natalie Portman’s Shaved Head, Katie Melua, Esmee Denters, Young Punx!, Evan Taubenfeld, Madina Lake ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 23:10:00 GMT";
arnews[1] += "
";
arnews[2]="Sims 3 World Adventures out in stores - TechShout!
";
arnews[2] += "The world is now the Sims oyster. EA Play Label reveals that it latest game namely Sims 3 World Adventures are now out in stores worldwide. The company releases its first expansion pack of The Sims 3 which is also available as digital download for ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 09:51:00 GMT";
arnews[2] += "
";
arnews[3]="Rainy weather in Toronto doesn't deter Twilight fans - Canada East
";
arnews[3] += "TORONTO - Throngs of Twilight fans braved rainy weather for the Canadian red carpet premiere of New Moon, the highly-anticipated second edition of the blockbuster vampire romance franchise. Sidewalks in front of Toronto's Elgin and Winter Garden ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 01:44:00 GMT";
arnews[3] += "
";
arnews[4]="Pop-rock band Hedley to play Mile One Centre - St. John's Telegram
";
arnews[4] += "Special guests will be Faber Drive, Stereos and Fefe Dobson. Tickets for the event go on sale Saturday, Nov. 21, at noon. Tickets cost $42.50 (plus service charge) and are available at Mile One Centre box office. Charge by phone: (709) 576-7657 or 1 ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 18:24:00 GMT";
arnews[4] += "
";
arnews[5]="Mötley Crüe tour stops at MTS Centre - Winnipeg Free Press
";
arnews[5] += "The band Motley Crue from left to right, Tommy Lee, Vince Neil, Mick Mars and Nikki Sixx pose with two models dressed as nurses as the arrive for an interview in March. (JEFF CHRISTENSEN / AP PHOTO ARCHIVE) Mötley Crüe will play the MTS Centre on ...";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[5] += "
";
totcount = 6;
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("