var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="How Fox 26 KRIV's Isiah Carey lost weight
";
arnews[0] += "Just in time for November television sweeps, Fox 26 KRIV lets us in on how Isiah Carey aka \"The Insite\" lost all of his weight.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 19:30:00 GMT";
arnews[0] += "
";
arnews[1]="Reporter Loses Weight the Right Way
";
arnews[1] += "FOX 26 reporter Isiah Carey has lost almost 70 pounds over a one-year period. Before the summer of 2008, Carey was in an up-and-down battle with his belly bulge.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 01:01:29 GMT";
arnews[1] += "
";
arnews[2]="Carey: Crime surges downtown, HPD still undermanned
";
arnews[2] += "These problems will all be inherited by the next mayor . * Thanks to Rorschach for the link.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 15:44:09 GMT";
arnews[2] += "
";
arnews[3]="Turnarounds put Ithaca, NV in football playoffs
";
arnews[3] += "Ed Redmond's first season as Ithaca High head football coach resulted in a Section 4 Class AA playoff berth.";
arnews[3] += "
Publ.Date : Fri, 30 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Groton wins title by easily knocking off Tioga
";
arnews[4] += "Groton proved without a shadow of a doubt Friday night it's the best team in the Section 4 Football Conference Division VIII.";
arnews[4] += "
Publ.Date : Sat, 24 Oct 2009 03:16:18 GMT";
arnews[4] += "
";
arnews[5]="Blog roundup: Partisanship and money
";
arnews[5] += "The Houston city elections are non-partisan, but party politics can play a behind-the-scenes role.";
arnews[5] += "
Publ.Date : Wed, 21 Oct 2009 02:21:12 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("