var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Woman Convicted Of Sex With Prison Inmate Sees Sentence Tossed Out
";
arnews[0] += "A former Gouverneur Correctional Facility employee convicted of having sex with an inmate had her sentence and sex offender classification status tossed.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 12:54:04 GMT";
arnews[0] += "
";
arnews[1]="Finns Halt Tanks as Russians Press Mannerheim Drive
";
arnews[1] += "TOPICS: History KEYWORDS: milhist ; realtime ; worldwarii First session: September 1, 2009.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 14:47:11 GMT";
arnews[1] += "
";
arnews[2]="Judge tosses sentence for prison worker
";
arnews[2] += "A former Gouverneur Correctional Facility employee convicted of having sex with an inmate had her conviction and sex offender classification status tossed.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Olmstead Can't Appeal Felony DWISentence
";
arnews[3] += "A state appellate court has ruled a Chase Mills man convicted of drunken driving can't appeal his sentence.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 14:18:40 GMT";
arnews[3] += "
";
arnews[4]="Tech lands 19, loses two pledges early on national signing day
";
arnews[4] += "National signing day started on a down note for Texas Tech when prized recruit Kadron Boone signed with LSU on Wednesday morning.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 17:59:37 GMT";
arnews[4] += "
";
arnews[5]="Breeding for improved water productivity in temperate cereals:...
";
arnews[5] += "Breeding for improved water productivity in temperate cereals: phenotyping, quantitative trait loci, markers and the selection environment Richard A. Richards A B , Greg J. Rebetzke A , Michelle Watt A , A. G. Condon A , Wolfgang Spielmeyer A and Rudy Dolferus A A CSIRO Plant Industry, PO Box 1600, Canberra, ACT 2601, Australia.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 08:00:59 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("