var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Music: Behind the buzz (×3) - Minneapolis Star Tribune
";
arnews[0] += "T hey all just put out their debut albums. All were quickly shown the love by PitchforkMedia.com and other hipster outlets. Now, three of this fall's buzzingest bands will land in town over a weeklong span -- and all are already sold out. Here's our ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:54:00 GMT";
arnews[0] += "
";
arnews[1]="Christmas spirit nestles in on Main Street - Observer-Dispatch
";
arnews[1] += "Five-year-old Aaliyah Gestrich and her 1-year-old brother Lavon Linen of Utica waited in line for an hour for a chance to speak with Santa Saturday. But when the big moment came, Aaliyah was so busy posing for photos that the Barbie house she hopes ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:10:00 GMT";
arnews[1] += "
";
arnews[2]="BET.com Launches Its First Web Series 'BUPPIES' Starring Tatyana Ali ... - Earthtimes
";
arnews[2] += "... this year, he and his producing partner, Aaliyah Williams, were highlighted as part of IndieWire's \"Top 10 New Voices in Black Cinema.\" Their production company, Game Theory Films, produced the series along with Tatyana Ali and her sister ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 20:16:00 GMT";
arnews[2] += "
";
arnews[3]="BET.com Slates First Web Series - World Screen News
";
arnews[3] += "NEW YORK: Buppies , a new web series that spotlights the lives of young African-American professionals living in Los Angeles, launches on BET.com on November 24 for a ten-week run. The webisodes chronicle the relationship dramas of a group of ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 19:25:00 GMT";
arnews[3] += "
";
arnews[4]="BET.com Launches Its First Web Series 'BUPPIES' Starring Tatyana Ali ... - PRLog (free press release)
";
arnews[4] += "PRLog (Press Release) – Nov 19, 2009 – BET.com Launches Its First Web Series 'BUPPIES' Starring Tatyana Ali on Tuesday November 24th This Addictive 10-Episode Series is about the Loves, Laughs and Heartaches of Los Angeles' Young Black ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 14:38:00 GMT";
arnews[4] += "
";
arnews[5]="BSAFE Graduates the First Forty Students from Althea Scatliffe Primary ... - Platinum News Online
";
arnews[5] += "Group 2 Jermain Briscoe, Carlos Castro, Adonya Hodge, Demoi Hodge, Laymen Johney, Tyren Jones, &-nbsp;Chekelle Liburd, &-nbsp;Aaliyah Prince, &-nbsp;Kye Rhymer, Turryl Richards. Group 3 Nichuan Browne, Davindra O&-#8217;Neal, Fernando Cedano, Monique ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 11:17: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("