var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chemical engineer to bring science experiments to Lancashire schools
";
arnews[0] += "A CHEMICAL engineer is sparking renewed interest in science at school with a new business venture.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 21:20:30 GMT";
arnews[0] += "
";
arnews[1]="Citytv Programming Highlights: Monday, February 8 - Sunday, February 14
";
arnews[1] += "Tune in to Citytv for brand new episodes of all your favourite comedy, drama and reality series! Catch the Olympic themed The Biggest Loser, with U.S. Olympians Julia Mancuso, Jeret 'Speedy' Peterson, J.R Celski, Allison Jones and Rockne Brubaker.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 09:45:11 GMT";
arnews[1] += "
";
arnews[2]="Obituaries for 02/06/2010
";
arnews[2] += "HARDY, Jacqueline D. a resident of Montgomery, Alabama expired Friday, February 5, 2010 at her residence.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Leader of the pack: Young contestant hardly lethargic en route to spelling title
";
arnews[3] += "\"Lethargic,\" the winning word in the Times-News Spelling Bee, means \"deficient in alertness and activity.\" Though Jacob Gilliam won by spelling the word, it doesn't describe him.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 05:18:49 GMT";
arnews[3] += "
";
arnews[4]="Stroud's Tom Curr cruises to victory in the Midland Cross Country Championships
";
arnews[4] += "A NEW year and a new attitude ensured normal service was resumed as Tom Curr cruised to victory in the Midland Cross Country Championships.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 12:37:44 GMT";
arnews[4] += "
";
arnews[5]="Energy industry gushing over dealmaking
";
arnews[5] += "The oil and gas industry is gaga over dealmaking, what with capital back, oil and gas prices stabilizing and Exxon Mobil Corp.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 23:03:52 GMT";
arnews[5] += "
";
arnews[6]="Tivo it: What to watch Wednesday night
";
arnews[6] += "CBS is paying a lot for Sunday's Super Bowl, and it's naturally determined to get as much out of its investment as it can.";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Kan--Supreme-Court-says-reporter-has-to-testify2010-02-03T05-54-31
";
arnews[7] += "The Kansas Supreme Court on Tuesday denied a request to stop a subpoena that orders a reporter to testify about sources in a murder investigation.";
arnews[7] += "
Publ.Date : Wed, 03 Feb 2010 16:40:55 GMT";
arnews[7] += "
";
totcount = 8;
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("