var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="EA’s The Sims celebrates its ten year anniversary - TechShout!
";
arnews[0] += "The Sims franchise has been around since early 2000 and has gathered quite an incredible fan following ever since. The acclaimed franchise has seen three core games namely The Sims, The Sims 2 and The Sims 3 unveiling with loads of expansion, stuff ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 10:03:00 GMT";
arnews[0] += "
";
arnews[1]="Rob Thomas' Someday: Katabatic Digital "Saves the Day" 4K Workflow - Animation & FX
";
arnews[1] += "... courtesy of Katabatic Digital Ferguson has a long history of directing hit music videos in several genres, working with big-name talent like Jewel, Jay-Z, Katy Perry, Chris Cornell, John Legend, and Natasha Bedingfield. Ferguson notes, \"The ...";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 18:24:00 GMT";
arnews[1] += "
";
arnews[2]="View from inside (and outside) the Grammys - MSNBC
";
arnews[2] += "LOS ANGELES - Surprise winners and losers aren't the only things that keep the Grammy Awards show pumping. With 20,000 music lovers jammed into the behemoth Staples Center — and millions more watching at home — the Recording Academy's biggest ...";
arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 05:11:00 GMT";
arnews[2] += "
";
arnews[3]="EA's Groundbreaking Franchise The Sims Turns Ten - TMCnet
";
arnews[3] += "For example, music would come alive from blockbuster recording artists such as The Black Eyed Peas, Nelly Furtado, Katy Perry, Natasha Bedingfield and Depeche Mode, all of whom have recorded songs for various The Sims games in Simlish, the official ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 15:37:00 GMT";
arnews[3] += "
";
arnews[4]="Sir Elton John and David Furnish Host 18th Annual Academy Awards(R ... - DVD Creation
";
arnews[4] += "LOS ANGELES, Feb. 3 /PRNewswire/ -- The 18th annual Elton John AIDS Foundation (EJAF) Academy Awards?? Viewing Party hosted by Sir Elton John and David Furnish will be held Sunday, March 7, 2010, at the Pacific Design Center and will be presented by ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 17:33:00 GMT";
arnews[4] += "
";
arnews[5]="EA’s Groundbreaking Franchise The Sims Turns Ten - PR Inside
";
arnews[5] += "The EA Play Label of Electronic Arts Inc. (NASDAQ:ERTS) announces the celebration of the ten year anniversary of The Sims™, the groundbreaking game that allowed players to create and live a virtual, simulated life on a computer. Since the original ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 13:21: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("