var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lady Titans clinch top seed, run streak to 13
";
arnews[0] += "North Oconee had four players score in double figures Tuesday as the Lady Titans defeated Walnut Grove 54-40 to record their 13th consecutive victory and clinch the No.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:12:27 GMT";
arnews[0] += "
";
arnews[1]="Students bank wins at Winter Pig Jackpot
";
arnews[1] += "About two dozen Madison County Swine Show team members traveled to the Winter Pig Jackpot Show in Perry during January to compete against other FFA and 4-H members from throughout the state.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:06:27 GMT";
arnews[1] += "
";
arnews[2]="High School Basketball: South girls, West boys clinch league titles
";
arnews[2] += "FROM STAFF REPORTS sports@newstopic.net Two Caldwell County high school basketball teams -- South Caldwell's varsity girls and West Caldwell's varsity boys -- clinched regular-season conference titles with big road wins on Tuesday night.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:05:09 GMT";
arnews[2] += "
";
arnews[3]="Foreign energy firms getting windfall of U.S. stimulus fundsOf the...
";
arnews[3] += "Tuesday, February 9, 2010 at 12:02 a.m. China's A-Power Energy Generation Systems lists a vacant office in downtown San Diego as its U.S. address.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 16:25:08 GMT";
arnews[3] += "
";
arnews[4]="Colorado At 3 A.m.
";
arnews[4] += "The supervisor will be Catherine Tsai, followed by Ivan Moreno at 2:30 p.m. Reruns of stories are available from http://www.apexchange.com, from the Service Desk or by calling the Denver bureau at 800-332-6917 or 303-825-0123. Jim Clarke ap.org) is chief of bureau.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 10:02:57 GMT";
arnews[4] += "
";
arnews[5]="Iran says it will increase uranium enrichment
";
arnews[5] += "I think its time to give Iran a few of our warheads.... preferably from a SLBM out of good ol' Bangor, WA Horribleron Bellevue, WA 218 comments Iran's \"research\" reactor is a heavy water design like Hanford's B reactor.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 06:20:10 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("