var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ellen DeGeneres: Yep, Simon Cowell's a mean'
";
arnews[0] += "Ellen DeGeneres , the newest judge on \"American Idol,\" says Simon Cowell is \"meaner than I thought.\" DeGeneres began her stint on the Fox singing contest Tuesday.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 15:41:48 GMT";
arnews[0] += "
";
arnews[1]="Cowell is 'meaner' than DeGeneres thought
";
arnews[1] += "Ellen DeGeneres, the newest judge on \"American Idol,\" says Simon Cowell is \"meaner\" than she thought.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 15:41:22 GMT";
arnews[1] += "
";
arnews[2]="People in the News
";
arnews[2] += "A photo of model Brooklyn Decker , the 22-year-old wife of tennis star Andy Roddick , has been chosen as the cover shot for the Sports Illustrated swimsuit edition.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 14:14:37 GMT";
arnews[2] += "
";
arnews[3]="Posted 2/10/2010
";
arnews[3] += "WHAT IT DO NINJAS?! The show is full today so you have to make sure you keep checking back to get all the stuff you missed.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 13:58:33 GMT";
arnews[3] += "
";
arnews[4]="On Feb. 10, 1968, Peggy Fleming won America's only gold medal at the 1968 Winter Olympics
";
arnews[4] += "Today is Wednesday, Feb. 10, the 41st day of 2010. There are 324 days left in the year.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 13:21:13 GMT";
arnews[4] += "
";
arnews[5]="Simon Cowell is 'meaner' than she thought: Ellen
";
arnews[5] += "Ellen DeGeneres, the newest judge on American Idol, says Simon Cowell is \"meaner\" than she thought.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 12:42:41 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("