var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="BP disaster costs rise to $8bn
";
arnews[0] += "The oil group said the costs associated with the Gulf of Mexico oil spill have risen by $2bn in the last month to $8bn and that it expected the relief...";
arnews[0] += "
";
arnews[1]="Trading thins ahead of key US jobs data
";
arnews[1] += "European and Asian shares are slightly higher as investors are cheered by positive economic data from the US and a third straight session of gains on ...";
arnews[1] += "
";
arnews[2]="Fears grow over global food supply
";
arnews[2] += "Russia announced a 12-month extension of its grain export ban, raising fears about a return to the food shortages and riots of 2007-08 which spread th...";
arnews[2] += "
";
arnews[3]="HSBC in clearest warning over relocation
";
arnews[3] += "Warning given over British banks moving their headquarters abroad if UK government-appointed Commission on Banking were to decide that big groups shou...";
arnews[3] += "
";
arnews[4]="Lenders shunned on stress tests doubts
";
arnews[4] += "Leading UK and continental European companies eschewing banks from Spain, Italy and even Germany because they do not believe the Europe-wide assessmen...";
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("