var arnews = new Array(2); totcount = 2; rnd = 0; document.write("
"); document.title=document.title+ " "; arnews[0]="UK mobile firms to merge networks
"; arnews[0] += "Customers of Orange and T-Mobile will soon be able to hop between the two mobile networks as the firms merge their networks."; arnews[0] += "
Publ.Date : Mon, 06 Sep 2010 14:15:02 GMT"; arnews[0] += "
"; arnews[1]="Gamers' 13-year wait nearly over as Duke Nukem Forever gets a release date
"; arnews[1] += "Almost 13 years after it was first announced, video game Duke Nukem Forever has finally been given a release date by its new owners."; arnews[1] += "
Publ.Date : Mon, 06 Sep 2010 10:14:28 GMT"; arnews[1] += "
"; totcount = 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++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");