var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Airlines lose travel agent commissions battle
";
arnews[0] += "Six international airlines including Qantas have lost a last-ditch legal bid over years of underpayments to travel agents and will soon be facing mult...";
arnews[0] += "
";
arnews[1]="Shares subdued, Aristocrat falls on Wilkie's pokie plan
";
arnews[1] += "It was a cautious day's trade ahead of employment figures out in the US tonight, but the chance of increased poker machine regulation and various shar...";
arnews[1] += "
";
arnews[2]="Clem7 bosses collect $1m in bonuses
";
arnews[2] += "Five executives of the company that operates Brisbane's Clem7 tunnel have received bonuses totalling more than $1 million despite the company posting ...";
arnews[2] += "
";
arnews[3]="Offender throws jug at judge
";
arnews[3] += "At least five corrective services officers have had to restrain a man on remand after he threw a water jug at a judge in an ACT court room.";
arnews[3] += "
";
arnews[4]="Keneally shuffles Cabinet after McLeay resignation
";
arnews[4] += "New South Wales Treasurer Eric Roozendaal will take on Ports and Waterways and Illawarra as part of a parliamentary reshuffle following the resignatio...";
arnews[4] += "
";
totcount = 5;
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]);
}
document.write("