var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Weighty issue for totesport Trophy fancy Harry Tricker
";
arnews[0] += "GARY MOORE is unsure whether Harry Tricker, one of the leading fancies for Saturday's totesport Trophy, can overcome his steep rise in the weights.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:00:00 GMT";
arnews[0] += "
";
arnews[1]="Ilkeston Town: Robins lead but are run down by Motors
";
arnews[1] += "GOAL lead was squandered by Ilkeston Town, who fell to their heaviest defeat of the season as Vauxhall Motors leapt from the foot of the Blue Square North last night.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:30:00 GMT";
arnews[1] += "
";
arnews[2]="Tuesday's NBA Summary
";
arnews[2] += "Andre Iguodala scored 24 points, Elton Brand added 21, and Philadelphia's reserves performed well to help the 76ers to a 119-97 win over the Minnesota Timberwolves.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 06:43:32 GMT";
arnews[2] += "
";
arnews[3]="Farrah Fawcett's Hair For Sale
";
arnews[3] += "Farrah Fawcett's afterlife has had more twists and turns than a Hollywood thriller: law suits, a battle over her fortune, son Redmond's drug battle and a disturbing admission from her one-time love Ryan O'Neal, that he hit on his daughter Tatum, at the late Charlie's Angel's funeral.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:32:48 GMT";
arnews[3] += "
";
arnews[4]="Charlie Murphy Talks About Obama, Al Sharpton's Perm And Pimp Slapping
";
arnews[4] += "Charlie Murphy has a stand up DVD \"I Will Not Apologize\" coming out on the 16th of this month.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 03:44:59 GMT";
arnews[4] += "
";
arnews[5]="The Dana Pretzer Show On Scared Monkeys Radio a " Tuesday, February...
";
arnews[5] += "The Dana Pretzer Show On Scared Monkeys Radio - \" Tuesday, February 9th, 2010 - \" Special Guests: Dr Henry Lee, Dr Jerry Labriola and Robin Sax click on radio banner to listen Tonight Dana welcomes special guests: Dr.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 03:21:59 GMT";
arnews[5] += "
";
arnews[6]="Murtha Special Election Likely To Be May 18
";
arnews[6] += "The special election to replace Rep. John Murtha , who died yesterday , is likely to take place the same day as the regular Pennsylvania primaries this year, on May 18.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 02:31:30 GMT";
arnews[6] += "
";
arnews[7]="Prayers for Toyota; Church Group Stranded in Snow; East Texas Church Fires; Courthouse Commandments
";
arnews[7] += "The new lawyer for 10 U.S. Baptists charged with child kidnapping says he believes they had paperwork to take 33 children out of the country after Haiti's devastating earthquake.";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 02:03:08 GMT";
arnews[7] += "
";
arnews[8]="Chicago Bulls (24-25) at Indiana Pacers (18-33), 7 p.m.
";
arnews[8] += "A Chicago Bulls squad that's struggled on the road for much of this season will try to turn around its historic lack of success at Indianapolis' Conseco Fieldhouse in tonight's Central Division clash with the Indiana Pacers.";
arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 21:47:20 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("