var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Smallville: Preview of Episode 9.09 "Pandora"
";
arnews[0] += "Zod reigns on Smallville tonight, and chaos lurks in every corner no longer waiting to pounce.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 06:00:56 GMT";
arnews[0] += "
";
arnews[1]="The Saving Grace of the New England Patriots: Tom Brady Memorable...
";
arnews[1] += "Tom Brady may have not been blessed blazing speed, but one thing is for sure - he has made his place in the NFL as becoming one of the greatest quarterbacks ever.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 03:00:54 GMT";
arnews[1] += "
";
arnews[2]="Wrestlers ready to embark on new season
";
arnews[2] += "Area wrestling gets under way on Saturday when Logansport hosts its annual Early Bird Invitational.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 05:38:58 GMT";
arnews[2] += "
";
arnews[3]="St. Charles Roundup: Whitaker signs to swim for Minnesota
";
arnews[3] += "Senior Sandy Whitaker was ready to make a decision that would allow him some fun in his final seven months at St.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 03:51:07 GMT";
arnews[3] += "
";
arnews[4]="CW to Air Smallville Movie in February
";
arnews[4] += "Smallville is getting the big screen treatment on the small screen. The CW has unexpectedly decided to air a two-hour movie called Smallville: Absolute Justice on February 5 as a special event.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 12:16:01 GMT";
arnews[4] += "
";
arnews[5]="Hartley's goal lifts RIT to its sixth straight victory
";
arnews[5] += "Freshman forward Adam Hartley scored the winning power-play goal with 12:26 to play in regulation, leading the RIT men's hockey team to its sixth straight win, 2-1 over Mercyhurst on Saturday at the Mercyhurst Ice Center.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 08:23:54 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("