var arnews = new Array(8);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Randy Jackson - film.com
";
arnews[0] += "Performed with the band Journey, landing gigs with everyone from Tracy Chapman and Bob Dylan to Aretha Franklin, Mariah Carey and Patti LaBelle Recorded, produced, and toured Mariah Carey, NSync and Bruce Springsteen Became vice president of A&R at ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 19:19:00 GMT";
arnews[0] += "
";
arnews[1]="A Star is Reborn, Rehashed and Recast - SheWired
";
arnews[1] += "Or say we keep Beyonce and pair her with Tracy Chapman instead of Crowe? It's bad enough he's got his paws all over Cate Blanchett in the new Robin Hood flick.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 23:08:00 GMT";
arnews[1] += "
";
arnews[2]="Study: Food bank demand quadrupled since 2006 - Waterloo Cedar-Falls Courier
";
arnews[2] += "TIFFANY RUSHING Sarah Marsh, right, loads bags of stuffing mix into a cart while Dawn Kobolt, center, and Tracy Chapman, left, mark slashes through the bar codes at the Northeast Iowa Food Bank in Waterloo, Iowa, Monday Jan. 18, 2010. The demand for ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 18:02:00 GMT";
arnews[2] += "
";
arnews[3]="Nneka -- SPIN Artist for 2010 -- Wows in NYC Gig - Spin.com
";
arnews[3] += "... times when Nneka's earnestness got the best of her -- \"It's very important that you pay attention to the lyrics\" she said solemnly, before strumming her way through the Tracy Chapman-esque \"Come With Me.\" But for the most part, Nneka and her ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 16:36:00 GMT";
arnews[3] += "
";
arnews[4]="GOK WAN: I'M A HUMAN BARBIE - Daily Express
";
arnews[4] += "I still think I am really thick because I got told for so many years that I was thick, that I was fat and stupid,” said Wan, who chose Tracy Chapman’s song The Promise, Eurythmics’ Thorn In My Side and Roxy Music’s Jealous Guy. “";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 00:03:00 GMT";
arnews[4] += "
";
totcount = 5;
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("