var arnews = new Array(6); totcount = 6; rnd = 0; document.write("
| ");
document.title=document.title+ " - Reuters: Top News";
document.title=document.title+ " ";
arnews[0]="Obama to propose permanent research tax credit "; arnews[0] += " "; arnews[1]="Oracle offered job to ex-HP CEO Hurd says source "; arnews[1] += " "; arnews[2]="Gales, aftershocks shake quake hit New Zealand city "; arnews[2] += " "; arnews[3]="Minister says Pakistani militants stoking sectarian rift "; arnews[3] += " "; arnews[4]="Taxpayers may face initial loss on GM IPO: sources "; arnews[4] += " "; arnews[5]="Philippine police chief takes blame for bus hijack "; arnews[5] += " "; totcount = 6; 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(" |