var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="About
";
arnews[0] += "Out of all the new country singers to emerge in the early '80s, George Strait stayed the closest to traditional country.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:49:39 GMT";
arnews[0] += "
";
arnews[1]="Weekender: New Quay, Wales
";
arnews[1] += "New Quay, or Cei Newydd in Welsh, in Cardigan Bay on the Cambrian coast is one of the best spots to see bottlenose dolphins in the British Isles.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Premier League - Team news: Bellamy missing
";
arnews[2] += "Craig Bellamy is set to miss Manchester City 's clash with Bolton as a result of his long-standing knee injury.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 09:54:13 GMT";
arnews[2] += "
";
arnews[3]="Obituaries for 02/09/2010
";
arnews[3] += "SLAUSON, Blanche Gilliland, 82, a resident of Montgomery, AL, passed away on Sunday, February 7, 2010.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Chuckey-Doak Gets Thrilling Sweep Over Rival Rebs
";
arnews[4] += "Chuckey-Doak swept both ends of a cross-county doubleheader against rival South Greene on Saturday night, and it was hard to tell which win excited the black and gold half of the capacity crowd more.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 16:49:22 GMT";
arnews[4] += "
";
arnews[5]="Saints Win Super Bowl Over Indy
";
arnews[5] += "Put away those paper bags forever: Drew Brees and the Saints are NFL champions, rallying to beat Peyton Manning and the Indianapolis Colts 31-17 Sunday night in one of pro football's most thrilling title games.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 04:05:00 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("