var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Obituaries 02/01/10
";
arnews[0] += "FRANK TERRY PLUMLEE Funeral services for Frank Terry Plumlee will be 11 a.m. Tuesday, Feb.";
arnews[0] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Obituaries 02/01/10
";
arnews[1] += "FRANK TERRY PLUMLEE Funeral services for Frank Terry Plumlee will be 11 a.m. Tuesday, Feb.";
arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Super conductor
";
arnews[2] += "This week, we start on television: Omnibus: Leonard Bernstein Not rated, 449 minutes.";
arnews[2] += "
Publ.Date : Sun, 31 Jan 2010 02:52:34 GMT";
arnews[2] += "
";
arnews[3]="Obituaries a " Jan. 29, 2009
";
arnews[3] += "ALVIN \"WADE\" ORSBURN Wade Orsburn, 77, a native and lifelong resident of Gainesville, went peacefully to his heavenly home on Jan.";
arnews[3] += "
Publ.Date : Fri, 29 Jan 2010 19:38:01 GMT";
arnews[3] += "
";
arnews[4]="Downtown Gainesville goes artsy for quarterly event
";
arnews[4] += "The Gainesville Main Street Association and local downtown merchants are set to sponsor the city's first Art Walk from 5-8 p.m., Thursday.";
arnews[4] += "
Publ.Date : Fri, 22 Jan 2010 21:14:29 GMT";
arnews[4] += "
";
arnews[5]="10 things you never knew about Lara Croft
";
arnews[5] += "You've shot bears with her, swung from the columns of a ruined temple and even got slippery when wet in sub-aqua gear, but how much do you really know about the first lady of video games? With the launch of the 2010 Guinness World Records Gamers' Edition, we spent a little time investigating the legend that is Lara Croft.";
arnews[5] += "
Publ.Date : Thu, 21 Jan 2010 15:29:44 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("