var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tom Scherrer advances to final stage of PGA Tour's Q-school
";
arnews[0] += "Skaneateles native Tom Scherrer kept his hopes alive to return to the PGA Tour by advancing through the second stage of the national qualifying tournament on Saturday.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:36:36 GMT";
arnews[0] += "
";
arnews[1]="J.J. Abrams, Roberto Orci and Alex Kurtzman on Shatner and Nimoy
";
arnews[1] += "By / 14:45, 21 November 2009 / Star Trek: Nemesis iFMagazine posted a new interview with J.J. Abrams , Roberto Orci and Alex Kurtzman and here are excerpts of the article.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:45:00 GMT";
arnews[1] += "
";
arnews[2]="Christopher John Glasson
";
arnews[2] += "Christopher John Glasson, 29, a lifelong resident of Altoona, passed away unexpectedly Thursday at his home.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 17:07:57 GMT";
arnews[2] += "
";
arnews[3]="Falcons finish it with huge flurry
";
arnews[3] += "Florida Air wore down Pine Castle on Friday night, scoring the final 24 points to win 31-7 and advance to the second round of the Class 1B playoffs.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 15:36:57 GMT";
arnews[3] += "
";
arnews[4]="JT Hosting Hoops Doubleheader
";
arnews[4] += "By HAROLD WILSON Staff Writer John Tyler plays a rare weekend basketball doubleheader today at the Lions Den.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 13:40:06 GMT";
arnews[4] += "
";
arnews[5]="Fireworks to light up Olympic celebration
";
arnews[5] += "It won't be just the Olympic Flame blazing in the cauldron that lights up the sky over the Stade 2010 Moncton Stadium Monday night.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 12:43:58 GMT";
arnews[5] += "
";
arnews[6]="More Events for
";
arnews[6] += "Your browser's security settings are preventing some features from appearing. See instructions for fixing the problem.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 12:09:56 GMT";
arnews[6] += "
";
arnews[7]="Wreath making class
";
arnews[7] += "Gaia Flowers, Gifts and Art in downtown Las Vegas is holding a series of classes on making crafty things from recycled or natural materials.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 11:42:07 GMT";
arnews[7] += "
";
arnews[8]="10 ways to fix a Saturday Night Livea
";
arnews[8] += "Hot young hosts there mainly to plug failed movies? An utter dearth of great pop-culture parody? No more! See our sure-fire ways to help NBC's weekend staple raise its game.";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 19:45:47 GMT";
arnews[8] += "
";
totcount = 9;
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("