var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Time to cut Terry some slack
";
arnews[0] += "Neil Brooks gives his verdict on the JT affair in his latest Talking Sport column.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:59:30 GMT";
arnews[0] += "
";
arnews[1]="From Russia with ... satire
";
arnews[1] += "Fisher will read from and discuss \"The Little Golden Calf.\" krylatiye frazy As an American undergraduate exchange student in Karelia, a province in northwestern Russia, Anne O. Fisher wanted to deepen her appreciation of her host country's culture.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:05:00 GMT";
arnews[1] += "
";
arnews[2]="Recap: Portland vs. Oklahoma City
";
arnews[2] += "Hot Durant sparks rolling Thunder Hot Durant sparks rolling Thunder OKLAHOMA CITY a ' Kevin Durant scored 31 points to tie a franchise record for consecutive 30-point games, Nick Collison hit the tying and go-ahead free throws 4.5 seconds left, and the Oklahoma City Thunder beat the Utah Jazz 87-86 on Thursday night.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:45:32 GMT";
arnews[2] += "
";
arnews[3]="Heat snap skid by beating Rockets 99-66
";
arnews[3] += "Desperate to snap a five-game losing streak, the Miami Heat raced to their largest halftime lead of the season and beat the short-handed Houston Rockets 99-66 on Tuesday night.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:58:14 GMT";
arnews[3] += "
";
arnews[4]="Tuesday Bolts - 2.9.10
";
arnews[4] += "We are refreshed and restocked with DT-Shirts . So buy one or something. For whatever reason, the Thunder doesn't draw well on TV : \"Overall, ratings on TNT are up.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:43:45 GMT";
arnews[4] += "
";
arnews[5]="Central wrestlers relishing role of underdog in Division I state semifinals
";
arnews[5] += "Central's Manny Ocasio , shown during last week's Western Mass. Division I final, leads the Golden Eagles in state semifinal action Wednesday.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:03:11 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("