var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Blame game begins after fish deaths in lake
";
arnews[0] += "Blame game begins after fish deaths in lake Amid doubts of official goof-up, departments point fingers at each other and also blame the contractor Bosky Khanna.";
arnews[0] += "
Publ.Date : Sat, 07 Nov 2009 07:26:20 GMT";
arnews[0] += "
";
arnews[1]="Judges skirt global norms on conflict of interest
";
arnews[1] += "NEW DELHI: Supreme Court judges do not seem to comply with internationally accepted standards for managing conflict of interest in cases where they have a financial stake.";
arnews[1] += "
Publ.Date : Wed, 21 Oct 2009 20:46:06 GMT";
arnews[1] += "
";
arnews[2]="Drama, histrionics a huge draw at youth fest
";
arnews[2] += "Drama and histrionics items were the main draw at the Punjab University Zonal Youth and Heritage festival held at Kamla Lohtia S.D. College.";
arnews[2] += "
Publ.Date : Thu, 15 Oct 2009 02:07:30 GMT";
arnews[2] += "
";
arnews[3]="'Hell's Kitchen' recap: The winner is...
";
arnews[3] += "At that pivotal moment when Dave and Kevin placed their hands on those doorknobs, I found myself a conflicted mess.";
arnews[3] += "
Publ.Date : Wed, 14 Oct 2009 17:20:03 GMT";
arnews[3] += "
";
arnews[4]="TV Watch: 'Hell's Kitchen' recap: The winner is...
";
arnews[4] += "At that pivotal moment when Dave and Kevin placed their hands on those doorknobs, I found myself a conflicted mess.";
arnews[4] += "
Publ.Date : Wed, 14 Oct 2009 04:00:00 GMT";
arnews[4] += "
";
arnews[5]="A brave story of an old voter
";
arnews[5] += "Aau Pednekar, an 83-year-old resident of Shivaji Park, cannot walk without support.";
arnews[5] += "
Publ.Date : Wed, 14 Oct 2009 00:35:37 GMT";
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]);
if (x != (totcount-1) ) document.write("
"); }
document.write("