var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Marc Anthony - Fort Lauderdale Sun-Sentinel
";
arnews[0] += "For fans making their way into Sunday's Super Bowl, getting in was a bit like going through airport security — except they didn't have to take off their shoes. Fans were scanned with hand-held metal detectors and their bags searched long before";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 03:37:00 GMT";
arnews[0] += "
";
arnews[1]="White House hosts protest song concert - MSNBC
";
arnews[1] += "WASHINGTON - Crediting civil rights-era protest songs and their spiritual predecessors for his election, President Barack Obama on Tuesday sat in the East Room of his White House and listened to an all-star lineup of performers pay tribute to the ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 15:09:00 GMT";
arnews[1] += "
";
arnews[2]="Obamas Host Civil Rights Themed Concert - NBC New York
";
arnews[2] += "Crediting protest songs from that era and their spiritual predecessors for his election, the nation's first black president, transformed the East Room’s grand ballroom into a concert hall packed with members of his Cabinet, Congress, civil rights ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 12:46:00 GMT";
arnews[2] += "
";
arnews[3]="Police: Dad defrauds son - Evening Sun
";
arnews[3] += "A Littlestown man charged with defrauding his daughter, mother and a Catholic school athletic association can now add his son to the list after Conewago Township Police filed charges Monday. Conewago Township Police on Monday charged Marc Anthony ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 12:46:00 GMT";
arnews[3] += "
";
arnews[4]="White House hastens concert to beat snow - KSTP
";
arnews[4] += "(AP) WASHINGTON - Facing another wintry wallop, the White House decided to move a concert celebrating civil rights music from Wednesday to Tuesday to beat what could be a second crippling storm in a week. The White House announced that Wednesday’s ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 11:12:00 GMT";
arnews[4] += "
";
arnews[5]="Dog owned by Jennifer Lopez, Marc Anthony called 'menace' after fourth ... - New York Daily News
";
arnews[5] += "Shirley Snyder, daughter of Nicole Robinson and husband Craig Snyder, pictured with Floyd. Terrill/AP The German shepherd belonged to Jennifer Lopez and Marc Anthony - until they were sued after he allegedly attacked a fight attendant, a housekeeper ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 09:11: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("