var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Grammy Award Winning Dallas Duo Play-N-Skillz Celebrate NBA All Star...
";
arnews[0] += "WHO/WHAT: Grammy Award Winning producers and recording artists Play-N-Skillz will celebrate the NBA All Star Game coming to the Dallas area with a series of exclusive events beginning on Wednesday, February 10th thru Sunday, February 14th.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 07:57:45 GMT";
arnews[0] += "
";
arnews[1]="Geneva holds on for closest win of year
";
arnews[1] += "For seven minutes - those first seven minutes of the game when DeKalb didn't score - it looked like the Geneva girls basketball team was on its way to another lopsided Western Sun win.";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 07:53:42 GMT";
arnews[1] += "
";
arnews[2]="Catholic Schools Week shines spotlight on benefits of religious education
";
arnews[2] += "Elizabeth Seton parents who might have questioned whether or not their children were receiving a good education did not have to worry this week.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 03:48:41 GMT";
arnews[2] += "
";
arnews[3]="The Insider: Alex's Lemonade fund-raiser spills over
";
arnews[3] += "Marc Vetri, Jeff Benjamin, and Jeff Michaud have raised $150,000 a pop at their annual Great Chef's Event, which draws all sorts of famous chefs to their Osteria.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 11:56:47 GMT";
arnews[3] += "
";
arnews[4]="After title defense, Strikeforce champ Cris "Cyborg" Santos likely to get Erin Toughill next
";
arnews[4] += "SUNRISE, Fla. a ' With another dominating victory and her first title defense under her belt, Strikeforce women's lightweight champion Cristiane \"Cyborg\" Santos can now look to her next challenge.";
arnews[4] += "
Publ.Date : Sun, 31 Jan 2010 10:50:00 GMT";
arnews[4] += "
";
arnews[5]="What happened to the cast of 'Firefly?'
";
arnews[5] += "\"Firefly\" was the perfect show for me. It was a mix of strong, down-to-earth characters and science fiction action.";
arnews[5] += "
Publ.Date : Tue, 24 Nov 2009 08:00: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("