var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Adapted soccer
";
arnews[0] += "The Robbinsdale/Hopkins/ Mound-Westonka adapted soccer team added to its mounting collection of state titles Saturday afternoon, but it came with a little extra drama.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:02:40 GMT";
arnews[0] += "
";
arnews[1]="Syracuse Surprises Rutgers to Take First Big East Win
";
arnews[1] += "Greg Paulus 's second senior day turned out to be maybe the most memorable of his brief college football career.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:38:22 GMT";
arnews[1] += "
";
arnews[2]="Buncombe property transfers
";
arnews[2] += "The following transfers were filed in the Register of Deeds office Nov 9-13: Alexander Lot 31 of The Hills of French Broad, $132,000, Jeri S. and Patrick Davis to Richard A. and Lydia Stewart 63 High Valley Drive, $238,000, Daisy M. and Scott P. Settle-Chesser to Kim Evetts Merck Arden Lot 2 of Baldwin Cove, $207,500, G. Jean Graham to Susan S. Lee ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:23:34 GMT";
arnews[2] += "
";
arnews[3]="Street Scene Dying a Quiet Death?
";
arnews[3] += "\"Attitude is Everything: Being & Feeling Thankful\" Be sure to watch Dr. Kanner discuss this segment live this Monday, November 23rd @ 8:20am on San Diego 6 News In The Morning.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 04:45:27 GMT";
arnews[3] += "
";
arnews[4]="IDP, Injured Reserve and Frustration
";
arnews[4] += "As I was moving Buffalo LB Keith Ellison to the IR section on my spreadsheets and bolding him in blood red, I was somewhat surprised to see the lengthy list of IDP players that have hit IR this season.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 04:27:52 GMT";
arnews[4] += "
";
arnews[5]="Dubnyk, Wiseman spark Springfield past Hershey in shootout
";
arnews[5] += "Springfield faced a formidable challenge in Chocolatetown Saturday night. The Falcons were taking on the first-place team in the AHL's East Division, which also happened to be the defending Calder Cup champion.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 03:41:37 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("