var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="England warned not to take task lightly
";
arnews[0] += "Martin Johnson has made no secret of his faith in a leadership group within the England squad.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:29:44 GMT";
arnews[0] += "
";
arnews[1]="Top 5 Things To Check Out at Macworld 2010
";
arnews[1] += "Macworld 2010 opens today. It is the 25th annual gathering of Mac users. That's right, 25 years! But thanks to the absence of Apple this year, this \"Mecca for Mac Heads\" may be the last.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 10:37:57 GMT";
arnews[1] += "
";
arnews[2]="It's Complicated
";
arnews[2] += "At 84 years young, Millie Garfield is one of the Internet's oldest bloggers, according to The Ageless Project.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 02:53:08 GMT";
arnews[2] += "
";
arnews[3]="Bravado Signs Superstar Divas
";
arnews[3] += "Bravado, the world's leading global music merchandising company, has signed superstar artists Rihanna, Mariah Carey, Alicia Keys and Whitney Houston to create merchandise in support of their recent album releases and concert tours.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 23:22:49 GMT";
arnews[3] += "
";
arnews[4]="A showstopping singer gives new a Dreamgirlsa plenty of soul
";
arnews[4] += "From left: Syesha Mercado, Adrienne Warren, and Moya Angela as a more-or-less-fictional '60s girl group in \"Dreamgirls.'' Nearly 30 years after the Broadway original and four years after Bill Condon's movie version, a revamped \"Dreamgirls'' is back onstage where it belongs.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 09:30:57 GMT";
arnews[4] += "
";
arnews[5]="Home-grown 'Rent' rocks
";
arnews[5] += "Cast members of \"Rent,\" a Twin Cities production of the musical playing through Feb.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 17:22:39 GMT";
arnews[5] += "
";
arnews[6]="EMI Posts $2.4 Billion Loss as Terra Firma Weighs...
";
arnews[6] += "EMI Group Ltd., the record label of Norah Jones and Coldplay, posted a 1.5 billon-pound annual loss on impairment charges, as owner Guy Hands considers injecting cash to prevent a breach of covenants.";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 08:56:55 GMT";
arnews[6] += "
";
arnews[7]="Waccamaw School Presents Disney Musical 'The Aristocats' this weekend at Odell Williamson
";
arnews[7] += "Waccamaw School will present the Disney musical \"The Aristocats\" at 7:30 p.m. this Friday and Saturday at Odell Williamson Auditorium.";
arnews[7] += "
Publ.Date : Fri, 05 Feb 2010 00:45:58 GMT";
arnews[7] += "
";
arnews[8]="'Baby Doc' stings Haiti for $4.6M
";
arnews[8] += "First the good news for Haiti's exiled dictator Jean-Claude \"Baby Doc\" Duvalier: Switzerland's top court has ordered at least $4.6 million in Swiss bank accounts returned to him.";
arnews[8] += "
Publ.Date : Thu, 04 Feb 2010 12:30:00 GMT";
arnews[8] += "
";
totcount = 9;
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("