var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Who...Was That?
";
arnews[0] += "You know that the Super Bowl was an exciting game when nobody is talking about the halftime entertainment.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:41:28 GMT";
arnews[0] += "
";
arnews[1]="Fergie scores third solo No. 1
";
arnews[1] += "NEW YORK/LOS ANGELES - Black Eyed Peas singer Fergie scored her third No. 1 hit from her solo album \"The Dutchess\" Thursday as \"Big Girls Don't Cry\" inched up one place to lead the Billboard Hot 100 singles chart.";
arnews[1] += "
Publ.Date : Fri, 31 Aug 2007 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="2010 Audi A1 a " 2010 Geneva Auto Show
";
arnews[2] += "What's special about it? Audi has revealed the definitive production version of its new A1 in a series of official photographs prior to the car's world premiere at next month's 2010 Geneva Auto Show.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:32:41 GMT";
arnews[2] += "
";
arnews[3]="Hollywood a Goldena Girl Betty White
";
arnews[3] += "Keyboard Shortcuts: Left Arrow - Previous; Right Arrow - Next; Shirley MacLaine and Julia Roberts at the Los Angeles premiere of 'Valentine's Day,' February 8, 2010 Tom Cruise announces the Power 106 contest winners at the Paramount Pictures fan screening of 'Mission: Impossible III' held at the Grauman's Chinese Theatre on May 4, 2006 in ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:23:57 GMT";
arnews[3] += "
";
arnews[4]="Boston - Event Report: Student-Run Hasty Pudding Awards Get First After-Party
";
arnews[4] += "Harvard University was once again home to celebrities, media, and a whole lot of students in drag when Hasty Pudding Theatricals presented its Man and Woman of the Year Awards last week.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:20:00 GMT";
arnews[4] += "
";
arnews[5]="The top 10 singles and albums on iTunes
";
arnews[5] += "8, 2010: Singles: 1. \"Imma Be,\" Black Eyed Peas 2. \"Need You Now,\" Lady Antebellum 3. \"Tik Tok,\" Ke$ha 4. \"Hey, Soul Sister,\" Train 5. \"BedRock,\" Young Money, Lloyd 6. \"Bad Romance,\" Lady GaGa 7. \"In My Head,\" Jason Derulo 8. \"I Gotta Feeling,\" Black Eyed Peas 9. \"Carry Out ,\" Timbaland 10.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:34:51 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("