var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jeffcoat a gymnastics dynamo - St. Helena Star
";
arnews[0] += "He has met Paul Hamm, a world champion gymnast and three-time Olympic medalist, and Johnathan Horton, the 2008 high bar silver medalist who finished fourth all around at Beijing. “These guys are my idols,” Wyatt said. Phil Toohey is an Angwin ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 07:53:00 GMT";
arnews[0] += "
";
arnews[1]="Archive for October 2004 - The Spokesman-Review
";
arnews[1] += "Marge Chadderdon says CdA Press billed her account for advertising / Erica Curless (S-R): Monkey business between the R’s and Brand X? Stay tuned. * Centennial Trail to get a route change: BNSF signs off on deal allowing trail to cross over little ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 16:20:00 GMT";
arnews[1] += "
";
totcount = 2;
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("