var arnews = new Array(10);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="Samuel L Jackson ft. Bernie Mac & Sharon Leal - Walk in the Park
";
arnews[0] += "Samuel L Jackson ft. Bernie Mac & Sharon Leal - Walk in the Park Soundtrack Soul men";
arnews[0] += "
Publ.Date : Tue, 10 Mar 2009 12:36:49 GMT";
arnews[0] += "
";
arnews[1]="Samuel L Jackson, Bernie Mac & Sharon Leal - Do your Thing
";
arnews[1] += "Samuel L Jackson, Bernie Mac & Sharon Leal - Do your Thing Soul Men Soundtrack";
arnews[1] += "
Publ.Date : Tue, 10 Mar 2009 12:34:01 GMT";
arnews[1] += "
";
arnews[2]="SOUL MEN INTERVIEWS -- SHARON LEAL TALKS ABOUT THE FILM
";
arnews[2] += "http://www.mannythemovieguy.com Miss Sharon Leal, a fellow Filipina (she's half Filipino), talks about her role, Cleo, as well as her involvement with the making of the film! Two...";
arnews[2] += "
Publ.Date : Thu, 06 Nov 2008 04:49:03 GMT";
arnews[2] += "
";
arnews[3]="Dreamgirls Trailer
";
arnews[3] += "Based on the Broadway musical, a trio of black female soul singers cross over to the pop charts in the early 1960's.";
arnews[3] += "
Publ.Date : Tue, 16 Sep 2008 12:02:35 GMT";
arnews[3] += "
";
arnews[4]="This Christmas 'Do You Want Me To Make Something'
";
arnews[4] += "Watch a Clip from this Christmas in Theaters 11.21.07. www.sony.com. Claude Whitfield (Columbus Short) returns for the Holidays and surprises the rest of the Whitfield Family,...";
arnews[4] += "
Publ.Date : Wed, 12 Dec 2007 18:05:54 GMT";
arnews[4] += "
";
arnews[5]="This Christmas 'Do You Want Me To Make Something'
";
arnews[5] += "Watch a Clip from this Christmas in Theaters 11.21.07. www.sony.com. Claude Whitfield (Columbus Short) returns for the Holidays and surprises the rest of the Whitfield Family,...";
arnews[5] += "
Publ.Date : Tue, 30 Oct 2007 21:42:34 GMT";
arnews[5] += "
";
arnews[6]="This Christmas 'Do You Want Me To Make Something'
";
arnews[6] += "Watch a Clip from this Christmas in Theaters 11.21.07. www.sony.com. Claude Whitfield (Columbus Short) returns for the Holidays and surprises the rest of the Whitfield Family,...";
arnews[6] += "
Publ.Date : Tue, 30 Oct 2007 14:42:34 GMT";
arnews[6] += "
";
arnews[7]="One Night Only (Disco)
";
arnews[7] += "Beyoncé Knowles, Sharon Leal & Anika Noni Rose perform \"One Night Only (Disco)\" as The Dreams in the 2006 DreamWorks/Paramount motion picture adaptation of the long-running...";
arnews[7] += "
Publ.Date : Sat, 19 May 2007 16:08:01 GMT";
arnews[7] += "
";
arnews[8]="Motives 2: Retribution (2006)
";
arnews[8] += "It’s been three years since Emery Simms was wrongfully imprisoned for a murder he didn’t commit. Emery’s best friend Brandon (Blakemore) and ex-wife Connie (Fox) are now...";
arnews[8] += "
Publ.Date : Sun, 31 Dec 2006 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="USA: "Dreamgirls" premieres in New York City amidst buzz about its good chances at the upcoming Oscars
";
arnews[9] += "\"Dreamgirls\", the silver screen adaptation of the Broadway musical of the same name, premiered in New York City on Monday (December 4), with the red carpet at the Ziegfeld theatre...";
arnews[9] += "
Publ.Date : Thu, 07 Dec 2006 00:00:00 GMT";
arnews[9] += "
";
totcount = 10;
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("