var arnews = new Array(9);
totcount = 9;
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 11:13:48 GMT";
arnews[0] += "
";
arnews[1]="Today in History
";
arnews[1] += "Published: Wednesday, February 10, 2010 at 4:01 a.m. Last Modified: Wednesday, February 10, 2010 at 12:00 a.m. Today is Wednesday, Feb.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 10:47:20 GMT";
arnews[1] += "
";
arnews[2]="Celebrity birthdays on Feb. 10
";
arnews[2] += "Actor Robert Wagner is 80. Singer Roberta Flack is 73. Singer Jimmy Merchant of Frankie Lymon and the Teenagers is 70.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 09:00:00 GMT";
arnews[2] += "
";
arnews[3]="Lady Titans clinch top seed, run streak to 13
";
arnews[3] += "North Oconee had four players score in double figures Tuesday as the Lady Titans defeated Walnut Grove 54-40 to record their 13th consecutive victory and clinch the No.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:12:27 GMT";
arnews[3] += "
";
arnews[4]="Augusta Christian girls repeat in region
";
arnews[4] += "After countless drives to the basket Tuesday, Lindsey Banks was glad when she could finally pass the ball and watch.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:17:10 GMT";
arnews[4] += "
";
arnews[5]="The last word in astrology: 2/10/10
";
arnews[5] += "CELEBRITIES BORN ON THIS DAY: Elizabeth Banks, 36; Laura Dern, 43; George Stephanopoulos, 49; Greg Norman, 55 Happy Birthday: You will have to make some serious decisions regarding the people and organizations with whom you get involved this year.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:26:37 GMT";
arnews[5] += "
";
arnews[6]="30 Rock Preview: Anna Howard Shaw Day
";
arnews[6] += "This week's Valentine's-themed episode of 30 Rock features a guest appearance by Elizabeth Banks as well as a cameo by Jon Bon Jovi.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 00:36:51 GMT";
arnews[6] += "
";
arnews[7]="Dennis Duffy's "30 Rock" Return: One Reason to Give Valentine's Thanks
";
arnews[7] += "At last a reason for even lonely hearts to look forward to Valentine's Day -- the \" 30 Rock \" episode.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 20:30:20 GMT";
arnews[7] += "
";
arnews[8]="MetLife Said to Weigh $8 Billi...
";
arnews[8] += "MetLife, the biggest U.S. life insurer, plans to pay AIG about $8 billion in stock and the rest in cash for American Life Insurance Co., said the people, who spoke on condition of anonymity because talks are private.";
arnews[8] += "
Publ.Date : Wed, 10 Feb 2010 01:14:26 GMT";
arnews[8] += "
";
totcount = 9;
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("