var arnews = new Array(3); totcount = 3; rnd = 1; document.write("
| ");
document.write("BBC News | Business | UK Edition "); document.write(" "); document.title=document.title+ " "; arnews[0]="Japan holds interest rate... "; arnews[0] += "Japan keeps its key inter..."; arnews[0] += " "; arnews[1]="EU to expand e-shoppers... "; arnews[1] += "The European Commission u..."; arnews[1] += " "; arnews[2]="Energy bills are 'unf... "; arnews[2] += "Energy regulator Ofgem te..."; arnews[2] += " "; 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++) { if (arnews[x] != undefined) { document.write(arnews[x]); } } document.write(" Increased Website Traffic");document.write(" |