var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ellen gets ready to debut as American Idol judge
";
arnews[0] += "Paula Abdul is gone. : New judge Ellen DeGeneres makes her debut at 7 tonight on Fox during the intense Hollywood rounds, which include solo and group numbers.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 23:09:00 GMT";
arnews[0] += "
";
arnews[1]="I Have Nothing and other songs Idol should retire
";
arnews[1] += "Let's close the door on Whitney ballads, shall we, Idol ? Bring on the Whitney Houston hits! Belt out the Martina McBride choruses! Screw up the Elton John Lyrics.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 18:00:00 GMT";
arnews[1] += "
";
arnews[2]="YW program produces entrepreneurs
";
arnews[2] += "Written by Diane I. Daniels Wednesday, 27 January 2010 11:00 From 1947 to 1948 Mary-Lee Taylor studied to become a beautician at Lelia College of Beauty Culture established by Madame C.J. Walker on Centre Avenue and Reed Street in the Hill District.";
arnews[2] += "
Publ.Date : Wed, 27 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Women Flintstones of Note
";
arnews[3] += "Women Flintstones of note include LaKisha Jones a successful singer in a recent American Idol Contes t. American Idol performances \"Jones auditioned singing \"Think\" by Aretha Franklin.";
arnews[3] += "
Publ.Date : Sun, 31 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="YW program produces entrepreneurs
";
arnews[4] += "From 1947 to 1948 Mary-Lee Taylor studied to become a beautician at Lelia College of Beauty Culture established by Madame C.J. Walker on Centre Avenue and Reed Street in the Hill District.";
arnews[4] += "
Publ.Date : Wed, 27 Jan 2010 17:15:49 GMT";
arnews[4] += "
";
arnews[5]="Happy Birthday to 'American Idol' alum LaKisha Jones
";
arnews[5] += "LaKisha Jones is a finalist from Season 6 of \"American Idol.\" According to the \"American Idol\" Web site , today is LaKisha Jones' birthday.";
arnews[5] += "
Publ.Date : Wed, 13 Jan 2010 22:38:59 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("