var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bruins-Sabres Sum
";
arnews[0] += "First Period-1, Boston, Paille 8 , 4:51. 2, Boston, Paille 9 , 11:58. Second Period-3, Buffalo, Roy 13 , 4:35 . 4, Buffalo, Myers 8 , 18:35. Third Period-None. Overtime-None. Shootout-Boston 2 , Buffalo 1 . Shots on Goal-Boston 11-11-8-4-34. Buffalo 17-14-12-2-45. Goalies-Boston, Rask.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:49:04 GMT";
arnews[0] += "
";
arnews[1]="Ringgold resident chosen to be in a Nashville magazine's modeling contest
";
arnews[1] += "Jake Waters in a recent photo shoot with local photographer Josh Dillon of JDillon Photography.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:29:21 GMT";
arnews[1] += "
";
arnews[2]="Burgettstown pavilion renamed First Niagara
";
arnews[2] += "It's hard to imagine it now, with 20 inches of snow on the ground, but there will be a summer in 2010.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 04:08:14 GMT";
arnews[2] += "
";
arnews[3]="Sharks-Maple Leafs Sum
";
arnews[3] += "First Period-1, Toronto, Bozak 3 , 10:36. Second Period-2, San Jose, Boyle 11 , 3:17. 3, San Jose, Pavelski 16 , 5:41. 4, Toronto, Kessel 21 , 19:09 . Third Period-5, San Jose, Clowe 15 , 13:21. Shots on Goal-San Jose 7-9-10-26. Toronto 13-13-8-34. Goalies-San Jose, Nabokov.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 21:41:06 GMT";
arnews[3] += "
";
arnews[4]="AIRBOURNE: 'No Guts. No Glory.' Pushed Back To April
";
arnews[4] += "The U.S. release date of \"No Guts. No Glory.\" , the sophomore album from Australian hard rockers AIRBOURNE , has been pushed back to April 20.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 09:42:09 GMT";
arnews[4] += "
";
arnews[5]="Lil Wayne - Rebirth
";
arnews[5] += "Lil Wayne's been trying on rock star clothes as of late, noodling on a guitar at concerts and singing in an Auto-Tune-heavy croak.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 11:43:54 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("