var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dolphins swarm past Eagles
";
arnews[0] += "In last night's Independent Interscholastic Athletic Association of Guam Basketball League action the Southern High Dolphins walked away with a victory against the home-team Harvest Christian Academy Eagles, 57-42. The Dolphins' Ryan Nangauta made an impact in the first half, racking up points to give his team a 33-24 lead going into the halftime ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Public record for Feb. 9, 2010
";
arnews[1] += "A 16-YEAR-OLD JANESVILLE GIRL at 7:50 a.m. Jan. 29 at Craig High School, 401 S. Randall Ave., Janesville, referred to juvenile authorities on a charge of criminal damage to property after she allegedly broke two wall-mounted thermostats.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:40:35 GMT";
arnews[1] += "
";
arnews[2]="'American Idol' mines Dallas-Fort Worth for talent
";
arnews[2] += "Once American Idol contestants make it to Hollywood, they must adhere to strict commandments.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:36:55 GMT";
arnews[2] += "
";
arnews[3]="February 9, 2010: Single digit days remain until Baseball
";
arnews[3] += "Posted by Christine E. at 6:34 pm in Baseball , Random Thoughts , Red Sox Congrats to the Saints, BTW-not that it mattered to me one way or the other But I did find out that their head coach was born and raised in the same town I was-which is pretty cool.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:54:12 GMT";
arnews[3] += "
";
arnews[4]="Dolphins swarm past Eagles
";
arnews[4] += "In last night's Independent Interscholastic Athletic Association of Guam Basketball League action the Southern High Dolphins walked away with a victory against the home-team Harvest Christian Academy Eagles, 57-42. The Dolphins' Ryan Nangauta made an impact in the first half, racking up points to give his team a 33-24 lead going into the halftime ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:57:18 GMT";
arnews[4] += "
";
arnews[5]="'Idol' mines North Texas for talent
";
arnews[5] += "Once American Idol contestants make it to Hollywood, they must adhere to strict commandments.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 22:01:43 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("