var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Phillies on a roll
";
arnews[0] += "Celebration mixed with the sense of unfinished business in the Philadelphia Phillies' Champagne-soaked clubhouse after the franchise's first playoff series win since 1993.";
arnews[0] += "
Publ.Date : Mon, 06 Oct 2008 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Take Five With Rick Stone
";
arnews[1] += "Meet Rick Stone: I've been teaching and performing in the New York area since 1982 and have had the good fortune to perform with musicians like Kenny Barron , Barry Harris , Junior Cook, Ralph Lalama, Dennis Irwin, Vernel Fournier, Eric Alexander , Peter Leitch, Sam Yahel , Mark Elf , Roni Ben-Hur , Peter Bernstein , Matt Wilson , and many, many ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 07:31:30 GMT";
arnews[1] += "
";
arnews[2]="Southeast Warren Roundup
";
arnews[2] += "The visiting Warhawks dropped a 48-39 decision to Nodaway Valley on Feb. 5. They had won 10 of their previous 11 games.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 02:56:25 GMT";
arnews[2] += "
";
arnews[3]="WestConn gets reality check
";
arnews[3] += "Just three plays into Rowan's ensuing possession, WestConn linebacker Jason Alcin popped Rowan receiver Sakeen Wright at midfield, leading to a second fumble recovery by the Colonials, this time by safety Chris Venice .";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 18:17:48 GMT";
arnews[3] += "
";
arnews[4]="Don't write off Burrell revival
";
arnews[4] += "What single player is most key to the Rays' 2010 success? There are lots of answers.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 09:31:51 GMT";
arnews[4] += "
";
totcount = 5;
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("