var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Read now
";
arnews[0] += "Tuesday 24 November 9:00pm - BBC1 1/5 I was perfectly prepared to despise this because it sounded so silly: a trio of police officers and a scientist try to stop crimes and other terrible things from happening in the future.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 09:14:23 GMT";
arnews[0] += "
";
arnews[1]="Local Basketball Roundup: Nov. 24
";
arnews[1] += "Danielle Randolph's big night at the free throw line was just what the Lady Coyotes needed to secure a 51-37 win over the Graham Lady Blues Monday night at the Coyote Fieldhouse.";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 08:12:57 GMT";
arnews[1] += "
";
arnews[2]="Rider, Old High Girls Both Victorious
";
arnews[2] += "Click here for a free download of the latest Adobe Flash Player. KAUZ Sports Story Created: Nov 23, 2009 at 11:13 PM CST Story Updated: Nov 23, 2009 at 11:13 PM CST Rider pulled out a 64-41 win over the Henrietta Lady Cats behind 23 points apiece from Lauren Haley and Sammie Hislop.";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 07:44:37 GMT";
arnews[2] += "
";
arnews[3]="Monkres named MVP
";
arnews[3] += "It was a season without a district championship for the Chisum Lady Mustangs. However, Chisum did boast the District 12-2A Most Valuable Player on its squad.";
arnews[3] += "
Publ.Date : Mon, 23 Nov 2009 16:13:32 GMT";
arnews[3] += "
";
arnews[4]="Deaths November 24
";
arnews[4] += "Al Hart MONROE - Mr. James Alan \"Al\" Hart, age 59, passed away Sunday November 22, 2009, at Carolinas Medical Center-Union in Monroe, N.C. He was born June 15, 1950, in Union County, N.C, the son of Mrs.";
arnews[4] += "
Publ.Date : Tue, 24 Nov 2009 06:38:35 GMT";
arnews[4] += "
";
arnews[5]="Why Mary Portas chose Edinburgh for her first charity boutique...
";
arnews[5] += "It's not difficult to spot Mary Portas's home. Among the ranks of smart Georgian townhouses with their uniform glossy black doors, the portal to the Portas residence is painted hot pink.";
arnews[5] += "
Publ.Date : Tue, 24 Nov 2009 01:04:38 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("