var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Noon Arts and Snow Queen this week at the Guild
";
arnews[0] += "November is a wonderfully busy time at the Creative Arts Guild. Just in time for Thanksgiving, but not too close to the end of the year festivities, are The Holiday Guild Instructors Noon Arts Holiday Buffet music performance followed by the dazzling ballet The Snow Queen.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 05:20:25 GMT";
arnews[0] += "
";
arnews[1]="In our view, Nov. 12: Timely Results
";
arnews[1] += "Not every editorial has to address some dire need for action or reform. No, this is not one of those passionate cries for virtue over villainy, or justice over evil.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 19:35:17 GMT";
arnews[1] += "
";
arnews[2]="Lady Huskies take title, Lewis tops the field at regionals
";
arnews[2] += "The Edmond North girls hadn't lost to an Oklahoma school all season and they didn't let it start Saturday.";
arnews[2] += "
Publ.Date : Wed, 28 Oct 2009 04:16:22 GMT";
arnews[2] += "
";
arnews[3]="North girls win Metro Conference title
";
arnews[3] += "If any state high school is going to beat the Edmond North girls, it's going to have to come in the postseason.";
arnews[3] += "
Publ.Date : Wed, 14 Oct 2009 03:11:08 GMT";
arnews[3] += "
";
arnews[4]="Lady Huskies lead the Pack
";
arnews[4] += "A rain soaked course at Mitch Park wasn't enough to slow down the Edmond North girls cross country team on Friday afternoon.";
arnews[4] += "
Publ.Date : Sat, 19 Sep 2009 02:08:04 GMT";
arnews[4] += "
";
arnews[5]="Powder puff players give it their all
";
arnews[5] += "Matt Ryerson/The Hawk Eye Burlington High School freshmen Kya Kimsey, right, and Nicole Dudycha, middle, and their classmates cheer Sunday after getting an interception against the senior class team during the annual powder puff flag football game' at Bracewell Stadium in Burlington.";
arnews[5] += "
Publ.Date : Tue, 15 Sep 2009 03:58:56 GMT";
arnews[5] += "
";
arnews[6]="Powder puff players give it their all
";
arnews[6] += "Matt Ryerson/The Hawk Eye Burlington High School freshmen Kya Kimsey, right, and Nicole Dudycha, middle, and their classmates cheer Sunday after getting an interception against the senior class team during the annual powder puff flag football game' at Bracewell Stadium in Burlington.";
arnews[6] += "
Publ.Date : Mon, 14 Sep 2009 16:24:40 GMT";
arnews[6] += "
";
totcount = 7;
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("