var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Have a pie with your pigskin
";
arnews[0] += "Efrain Hernandez spins a 23-inch crust at The Pie pizzeria in Salt Lake City on Sunday as he maintains a steady pace cranking pizzas for the Super Bowl game orders.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 15:37:12 GMT";
arnews[0] += "
";
arnews[1]="Have a pie with your pigskin
";
arnews[1] += "Efrain Hernandez spins a 23\" crust at The Pie pizzeria in Salt Lake City on Sunday as he maintains a steady pace cranking pizzas for the Super Bowl game orders.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 02:57:24 GMT";
arnews[1] += "
";
arnews[2]="Kennebunk | $2,500,000
";
arnews[2] += "Spectacular beach front location w/breathtaking views, large open living space, this contemporary home offers decks, crows nest, 4bedrooms, 2 baths.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 12:58:31 GMT";
arnews[2] += "
";
arnews[3]="Community Calendar
";
arnews[3] += "Nonprofit and charitable organizations may e-mail items to lricks@athensreview.com. Regularly scheduled events will run at the bottom of this column as space permits.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 21:56:55 GMT";
arnews[3] += "
";
arnews[4]="Big Horn Sheep leave Big Horns
";
arnews[4] += "Big Horn sheep are well adapted with strong legs and hooves that allow them to scamper across the rocky cliffs and narrow shelves within the Big Horn Canyon area that they call home.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 20:08:10 GMT";
arnews[4] += "
";
arnews[5]="Community Calendar
";
arnews[5] += "Nonprofit and charitable organizations may e-mail items to lricks@athensreview.com. Regularly scheduled events will run at the bottom of this column as space permits.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 21:29:46 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("