var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Up the Ladder
";
arnews[0] += "Jackson Walker LLP, a Texas law firm, promoted Wade Cooper to firmwide managing partner of all six Jackson Walker offices.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:08:58 GMT";
arnews[0] += "
";
arnews[1]="Incumbents top ticket for town, school offices
";
arnews[1] += "Two seats are open on both the Alton Board of Selectmen and the School Board, with incumbents eyeing both chairs.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 13:45:25 GMT";
arnews[1] += "
";
arnews[2]="Coburg win close cup encounter
";
arnews[2] += "OF the four outstanding matches postponed due to the adverse weather conditions in the Warburton Cup second round, two have been played and two conceded.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 17:36:33 GMT";
arnews[2] += "
";
arnews[3]="Scottish Cup Briefing
";
arnews[3] += "Scottish Cup. Click here to bet. Saturday, February 6 Dundee v Ayr Dundee should have Old Firm loan pair of midfielder Andrew Shinnie and striker Ben Hutchison available, while Gary McKenzie also returns to action after suspension.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 04:33:30 GMT";
arnews[3] += "
";
arnews[4]="Scottish Cup Details
";
arnews[4] += "Click here to bet on the SPL with Sky Bet Click here for more Scottish Cup news Click here for weekend match odds Dundee v Ayr Dundee should have Old Firm loan pair of midfielder Andrew Shinnie and striker Ben Hutchison available, while Gary McKenzie also returns to action after suspension.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 18:43:18 GMT";
arnews[4] += "
";
arnews[5]="Back inthe Good Old Days for Feb. 1 and 2
";
arnews[5] += "36 near Jerome on Wednesday. No one was hurt but 12 freight cars were destroyed by fire when six gasoline tanks burst into flames.";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 04:37:10 GMT";
arnews[5] += "
";
arnews[6]="Chosen Hill's winning run comes to abrupt stop against Bournemouth
";
arnews[6] += "CONEY Hill's fantastic winning run in National Three South West finally came to an end at Bournemouth in narrow circumstances.";
arnews[6] += "
Publ.Date : Mon, 01 Feb 2010 07:00:00 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("