var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Briefs
";
arnews[0] += "This article has been read 42 times. Boys basketball Kionte Davis scored all of his game-high 17 points in the final 17 minutes as Canon-McMillan High School held on for a 41-39 victory over host Bethel Park in Section 4-AAAA. The win puts Canon-McMillan into a tie with Upper St.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:02:42 GMT";
arnews[0] += "
";
arnews[1]="Should the Eagles pursue Peppers?
";
arnews[1] += "Julius Peppers said he no longer wants a long-term contract with the Carolina Panthers.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 10:13:43 GMT";
arnews[1] += "
";
arnews[2]="Super Bowl XLIV: Nevada casinos win $6.86M on Super Bowl bets
";
arnews[2] += "What was your favorite commercial during Super Bowl XLIV? Audi Green Police Cars.com Coca-Cola Simpsons Brett Favre Hyundai MVP Bridgestone orca Budweiser Bud Light asteroid Bud Light auto-tune Bud Light stranded Budweiser Select Budweiser to the rescue Careerbuilder.com Census Coca Cola Dante's Inferno Denny's Denny's Birthday Slam Denny's free ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 09:59:25 GMT";
arnews[2] += "
";
arnews[3]="Nevada casinos win $6.86M on Super Bowl bets
";
arnews[3] += "Nevada casinos won almost $6.9 million on this year's Super Bowl as bettors wagered $82.7 million on the NFL title game, gambling regulators said Tuesday.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 09:30:46 GMT";
arnews[3] += "
";
arnews[4]="Yankee trophy hits home run at West Point
";
arnews[4] += "To the long list of momentous days at West Point, they can now add this one: First visit by a New York Yankees World Series trophy.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 09:27:27 GMT";
arnews[4] += "
";
arnews[5]="Finnish Line: Nevada casinos win $6.86 million on Super Bowl bets
";
arnews[5] += "Ka-ching! Gambling regulators say Nevada casinos won almost $6.9 million on this year's Super Bowl as bettors wagered $82.7 million on the NFL title game.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:47:55 GMT";
arnews[5] += "
";
arnews[6]="NFL notebook: Nevada casinos win big on Super Bowl
";
arnews[6] += "Gambling regulators say Nevada casinos won almost $6.9 million on this year`s Super Bowl as bettors wagered $82.7 million on the NFL title game.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 06:47:11 GMT";
arnews[6] += "
";
arnews[7]="SU hires former NFL running back Wheatley to coach backfield
";
arnews[7] += "The Syracuse football team hired Tyrone Wheatley as its running backs coach Tuesday, according to a statement issued by SU Athletics.";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 05:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("