var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="BET.com Web Series 'BUPPIES' to Premiere Tuesday November 24th
";
arnews[0] += "BET.com will launch its first and much anticipated web series, BUPPIES, on Tuesday November 24th .";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 20:20:21 GMT";
arnews[0] += "
";
arnews[1]="BET.com Launches Its First Web Series 'BUPPIES' Starring Tatyana Ali on Tuesday November 24th
";
arnews[1] += "This Addictive 10-Episode Series is about the Loves, Laughs and Heartaches of Los Angeles' Young Black Professional Elite Source: BET Networks On 3:19 pm EST, Wednesday November 18, 2009 Companies: Viacom Inc Cl A NEW YORK, Nov.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 23:54:30 GMT";
arnews[1] += "
";
arnews[2]="Our Lady of the Holy Souls reaches century mark
";
arnews[2] += "Our Lady of the Holy Souls Church in the Nicetown-Tioga section is 100 years old.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 21:14:42 GMT";
arnews[2] += "
";
arnews[3]="Eva Longoria Earns Philanthropist Of The Year Award For 2009
";
arnews[3] += "All the hard work that Eva Longoria has done with her pet charity project, Padres Contre El Cancer , has earned the Desperate Housewives actress the title of The Hollywood Reporter 's Philanthropist of the Year award.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 00:25:59 GMT";
arnews[3] += "
";
arnews[4]="Millennium Foundation
";
arnews[4] += "A GOOD CAUSE a ' The 6th Annual Millennium Momentum Foundationa TMs Scholarship Awards Ceremony and Dinner took place Nov.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 18:43:35 GMT";
arnews[4] += "
";
arnews[5]="Syndication Files 11.11.09: The Fresh Prince of Bel-Air
";
arnews[5] += "Syndication Files 11.11.09: The Fresh Prince of Bel-Air Posted by Porfirio Diaz on 11.11.2009 Now this is the column that talks about how Will Smith's life flipped, turned upside down.";
arnews[5] += "
Publ.Date : Wed, 28 Oct 2009 07: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("