var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Aa Dekhen Zara' set to re-release in multiplexes
";
arnews[0] += "New Delhi, June 11 : The makers of Neil Nitin Mukesh and Bipasha Basu starrer 'Aa Dekhen Zara' are set to release the fast-paced romantic musical thriller again Friday.";
arnews[0] += "
Publ.Date : Thu, 11 Jun 2009 13:16:41 GMT";
arnews[0] += "
";
arnews[1]="'Aa Dekhen Zara' set to re-release in multiplexes
";
arnews[1] += "The makers of Neil Nitin Mukesh and Bipasha Basu starrer 'Aa Dekhen Zara' are set to release the fast-paced romantic musical thriller again Friday.";
arnews[1] += "
Publ.Date : Thu, 11 Jun 2009 10:08:02 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("