var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="No more room for manoeuvring - Baloyi
";
arnews[0] += "There was no more room for manoeuvring in the government's wage offer to striking public servants.";
arnews[0] += "
";
arnews[1]="Marcus: Learn from history on nationalisation
";
arnews[1] += "South Africa Reserve Bank Governor Gill Marcus suggested that the country deal with issues such as energy before discussing nationalisation.";
arnews[1] += "
";
arnews[2]="SA can take a page out of India's book
";
arnews[2] += "India's economy grew 8.8 percent in the second quarter - a stellar performance that has lessons for South Africa.";
arnews[2] += "
";
arnews[3]="Miners at Rio-BHP JV agree pay deal - company
";
arnews[3] += "Richards Bay Minerals, a Rio Tinto and BHP Billiton joint venture, said it had agreed a final wage deal with workers to end a week-long strike and wil...";
arnews[3] += "
";
arnews[4]="Bank foreign ownership difficult, says Marcus
";
arnews[4] += "Foreign ownership in South African banks was a difficult question and needed careful consideration, central bank Governor Gill Marcus said.";
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("