var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lady GaGa Becoming This Generation's Madonna
";
arnews[0] += "Few music stars have had the immediate impact of Lady Gaga. Over the past year, her debut CD, The Fame, has produced four Number One Billboard Pop Songs chart hits: Just Dance, Poker Face, LoveGame, and Paparazzi - surpassing the previous record of three charttoppers achieved by Ace Of Base, and Avril Lavigne.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:25:05 GMT";
arnews[0] += "
";
arnews[1]="Stars Come Out for Citymeals on Wheels
";
arnews[1] += "At the Citymeals-on-Wheels Power Lunch for Women, high-profile female executives, media megastars, and performers gathered at Cipriani's 42nd Street for one of the most significant social and service-oriented events of the year.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:48:36 GMT";
arnews[1] += "
";
arnews[2]="Baseball's love of statistics taking over football
";
arnews[2] += "It has taken too long, but at last European football clubs are starting to learn from American sports.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:17:41 GMT";
arnews[2] += "
";
arnews[3]="Injury-hit Chelsea happy to face toothless Wolves
";
arnews[3] += "LONDON: The international break may not have been kind to Chelsea but Carlo Ancelotti could hardly have wished for a better fixture than the visit of Wolves to ease his injury-weakened side back into league action.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:23:02 GMT";
arnews[3] += "
";
arnews[4]="Arianna Huffington tells Keith Olbermann that Glenn Beck should be exempted from free speech.
";
arnews[4] += "Here is video of Arianna Huffington telling Keith Olbermann that Glenn Beck should be exempted from free speech.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:36:33 GMT";
arnews[4] += "
";
arnews[5]="Heather James Art & Antiquities Announces Art of Japan and Tasteful Trios
";
arnews[5] += "HEATHER JAMES ART & ANTIQUITIES ANNOUNCES ART OF JAPAN - NOVEMBER, 2009 - MARCH, 2010 TASTEFUL TRIOS - NOVEMBER 28 - 29, 2009 Heather James Art & Antiquities is pleased to present Art of Japan, which runs from November 2009 until March 2010, and Tasteful Trios, a two day weekend event November 28 and 29, 2009, 10 am - 6 pm.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00: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("