var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Justice Ministry, T B strongly deny wiretapping claims
"; arnews[0] += "The Justice Ministry and the Telecommunications Directorate have released separate statements strongly denying allegations that the telephones of a chief public prosecutor and some members of the Supreme Court of Appeals have been wiretapped for a long time as part of an ongoing probe into a clandestine organization."; arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 07:15:10 GMT"; arnews[0] += "
"; arnews[1]="Justice Ministry, T B strongly refute wiretapping claims
"; arnews[1] += "The Justice Ministry and the Telecommunications Directorate have released separate statements strongly refuting claims that the telephones of a chief public prosecutor and some members of the Supreme Court of Appeals have been wiretapped for a long time as part of an ongoing probe into a clandestine organization."; arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 15:42:06 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("
");