var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bryton Project ready to become new 'city within a city' - News 14
";
arnews[0] += "enable JavaScript. Learn how . install Adobe Flash 9 or above. Install now . Then come back here and refresh the page. HUNTERSVILLE, N.C. – A massive development in Huntersville was unveiled Thursday morning by local planners. The Bryton Project is ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 20:00:00 GMT";
arnews[0] += "
";
arnews[1]="HONOR ROLLS - Brazil Times
";
arnews[1] += "Bryce Batchelor, Lindy Berry, Matthew Briscoe, Abigail Bryant, Klarissa Burns, Sara Cooksey, Cynthia Hauk, Collin Kruse, Austin Lane, Kaelyn Lawrence, Cierra Markley, Stanton Mendez, Chase Nuckols, Brody Parent, Wyatt Parksey, Katie Pell, Cheyenne ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 03:41:00 GMT";
arnews[1] += "
";
arnews[2]="MCCRARY IS NEW MALCOLM ON 'RESTLESS': Shemar Moore too busy with ... - EURweb
";
arnews[2] += "*So much for Shemar Moore ever reprising his role of Malcolm Winters on \"The Young and the Restless.\" Beginning next month, the character will be played by former \"Family Matters\" star Darius McCrary, according to EW.com. McCrary signed a multi-year ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 20:08:00 GMT";
arnews[2] += "
";
arnews[3]="Lions fill postseason honors list in football - Daily Interlake
";
arnews[3] += "Also earning second team honors were Caleb Curtiss (guard and defensive tackle), Bryton Guckenberg (defensive back and punter) and Andrew Derby (middle linebacker). Honorable mention honors went out to Tallon (defensive tackle), Soderling (defensive ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:42:00 GMT";
arnews[3] += "
";
arnews[4]="Sage Valley wrestlers top two tourneys - Gillette News Record
";
arnews[4] += "The Eagles seventh- and eighth-grade teams topped the Wright Invite and the Douglas Invite on Friday. Sage Valley won the Douglas tournament for the first time, with Jordan Fischer, Jonas Lujan, Trent Olson and Preston Whaler each winning individual ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 19:54:00 GMT";
arnews[4] += "
";
arnews[5]="Weekly Observer Honor Rolls - SCNow
";
arnews[5] += "First Grade: Rebecca Baggett, Tamera Barkers, Ethan Brown, Shaquestzas Buck, Lamar Chattine, Shakaylah Cohen, Darrel Cummings, Donazia Davis, Zyon Dollard, Anthony Douglas, Jerrion Flowers, Nakiya Gallishaw, Aakera Graham, Marliezja Hanna, Serenity ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 20:02: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("