var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="James Van Der Beek files for divorce in Los Angeles - The Gaea Times
";
arnews[0] += "Kelis files for divorce from Nas in Los Angeles; couple's first child due in July May 1st, 2009 Kelis files for divorce from Nas in LALOS ANGELES — The milkshake has gone sour between Kelis (KEL-ees) and Nas (NAHZ). Kelis Rogers filed for divorce ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 07:50:00 GMT";
arnews[0] += "
";
arnews[1]="Geri Halliwell welcomes “gay” hairdresser in undies! - The Gaea Times
";
arnews[1] += "WASHINGTON - Geri Halliwell presumed her hairstylist to be gay and welcomed him in just her bra and pants only to get embarrassed when she realised he ‘loved ladies’. The former Spice Girls star had hoped to bond with her stylist and reportedly ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 07:56:00 GMT";
arnews[1] += "
";
arnews[2]="Here comes Santa Claus - Fort Dodge Messenger
";
arnews[2] += "Kelis Altman, 4, of Fort Dodge, was pretty sure it was via his usual method. \"He flies with reindeer,\" she said. Ditto for Chloe Knigge, 8. She explained that his early season transport was the same as his late season transport - reindeer and sleigh ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:35:00 GMT";
arnews[2] += "
";
arnews[3]="Sinead O'Conner, Ali Shaheed, Mary J. Combat Sexual Exploitation/Human ... - allhiphop.com
";
arnews[3] += "A Tribe Called Quest member/producer DJ Ali Shaheed Muhammad has teamed with Mary J. Blige, Sinead O’Conner and new singer Martha B. to raise awareness about American girls who are victims of commercial sexual exploitation and human trafficking ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 01:18:00 GMT";
arnews[3] += "
";
arnews[4]="Roseville/Granite Bay youth soccer scores - Roseville Press Tribune
";
arnews[4] += "The Roseville Starfire beat the Fireflies 1-0 behind a Camryn Franks goal, assisted by Brianna Ferro. Jessica Leege and Kayla Kwong was strong for the Starfire. Under-12 boys The Roseville Thrashers beat the Pirates 7-1. Sean Wilton scored twice for ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 07:16:00 GMT";
arnews[4] += "
";
arnews[5]="Album Review: Shakira - She Wolf - Consequence of Sound
";
arnews[5] += "It’s been nearly nine years since Shakira made the transition from Colombian sensation to worldwide star with the release of Laundry Service , her first English album. The move also saw her channeling more conventional pop inspirations than her ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 19:53: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("