var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Portadown see off Linfield with a one goal win
";
arnews[0] += "Kevin Braniff grabbed the glory as Portadown's impressive run of form continued with a hard-earned win at home to Linfield.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:54:33 GMT";
arnews[0] += "
";
arnews[1]="Calix Files IPO. Will Cyan Be Mike Hatfield's Next Big Hit?
";
arnews[1] += "After years of rumors, Calix Inc. finally filed to go public today. Here's the filing , which is sure to put CEO Carl Russo back in the spotlight.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:57:18 GMT";
arnews[1] += "
";
arnews[2]="Arrest logs
";
arnews[2] += "The following suspects were charged with felonies Thursday at Escambia County Jail.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Football: Broxburn lose out to nine-man Seton BC after explosive start
";
arnews[3] += "By ALEX SCHWEITZER-THOMPSON THREE goals and two red cards brought this clash between Seton BC and Broxburn Athletic Colts to boiling point after just half an hour.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT";
arnews[3] += "
";
arnews[4]="Hooker: More openings than optimism for 2010
";
arnews[4] += "On its way to a 5-5 record this season, Tennessee has had to deal with a shortage of talent it has rarely seen.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:20:02 GMT";
arnews[4] += "
";
arnews[5]="Banquet honours Langley pioneers
";
arnews[5] += "At least 70 years of age, with residency in Langley for at least 60 of those years: they are officially Langley's pioneers.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 03:31:14 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("