var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Seagulls take crucial win
";
arnews[0] += "TOORADIN started the day well against Beaconsfield in Premier Division, defending 276 on a ground that had quickened up from the previous week.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:16:07 GMT";
arnews[0] += "
";
arnews[1]="Prospect of an Uncapped 2010 Now Looms
";
arnews[1] += "Since the owners opted out of the Collective Bargaining Agreement last May, no progress has been made in talks with the players' union.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]=""Flying Cheap' zeros in on Colgan
";
arnews[2] += "The airline that operated Continental Connection Flight 3407 showed signs of safety weaknesses long before that plane plummeted to the ground in Clarence Center a year ago, PBS reports in a \"Frontline\" program to be aired nationwide tonight.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 11:55:05 GMT";
arnews[2] += "
";
arnews[3]="2 More Churches Go Up In Flames Within 3 Miles Of Each Other
";
arnews[3] += "Area firefighters from multiple departments were scrambling to respond to at least two church fires within three miles of each other in Smith County on Monday night - the latest in a rash of East Texas church fires, many of which have been ruled arsons.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:58:39 GMT";
arnews[3] += "
";
arnews[4]="Losing O-Tigers a sign of the times in N.Y.
";
arnews[4] += "Exceptions, like the New Orleans Saints, just loyally stay put and hope their day comes, as it so gloriously did on Sunday.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Get Lost: la X Part 2
";
arnews[5] += "Get LOST: LA X Part 2 Posted by Ben Piper on 02.09.2010 411's Dustin James and Rick Tym divulge and discuss Part 2 of the final season premiere of LOST! Get the details inside.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 07:31:15 GMT";
arnews[5] += "
";
arnews[6]="Carlson's a champ - again
";
arnews[6] += "Coming home ... Young gun Lachlan Doak powers on in Footscray Cycling Club's A Grade race on Saturday while eventual winner Graham Carlson puts his head down and pushes on.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 02:57:36 GMT";
arnews[6] += "
";
totcount = 7;
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("