var arnews = new Array(8);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Skyline holds on for big road victory - News-Leader.com
";
arnews[0] += "This was definitely a statement game for us,\" junior Ashley Roberts said. \"We got second (in the state) last year and people expected us to not be as good. I kind of like being that team other people doubt.\" Roberts made two free throws with 11 ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 08:55:00 GMT";
arnews[0] += "
";
arnews[1]="Cotter Junior/Senior High School honors lists - Baxter Bulletin
";
arnews[1] += "... Killian, Joanna Lawler, Kasey Manes, Ashley Roberts, Jacob Rowe, Megan Tilley, Joey Watroba, Mataya Weaver and Kaci Witter Eleventh grade — Caitlin Dewey, Kaleigh Hammack, Shane Hemme, Brett Lynch, John Shelton, Eric Stafford, Sarah Troutman ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 09:24:00 GMT";
arnews[1] += "
";
arnews[2]="Girls basketball stats - Abilene Reporter-News
";
arnews[2] += "Editor’s Note: These rankings are based on submissions by Big Country basketball coaches. Deadline to turn in weekly reports is 5 p.m. Wednesday. Hollie Brooks/Jayton 23.0 Ashley Jacks/Priddy 22.0 Skylar Morris/Hermleigh 20.0 Brianna Bledsoe ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 02:43:00 GMT";
arnews[2] += "
";
arnews[3]="Leonardo Da Vinci’s grave to be dug up? - The Gaea Times
";
arnews[3] += "July 28th, 2009 LONDON - Leonardo DiCaprio is apparently on a girl-pulling spree in London, and his latest chum is Pussycat Dolls' Ashley Roberts. The 'Titanic' actor has recently ended his two-year relationship with model Bar Rafaeli. Bar Refaeli ...";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 13:31:00 GMT";
arnews[3] += "
";
totcount = 4;
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("