var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mother of separated twins says she will not seek custody
";
arnews[0] += "Mother of separated twins says she will not seek custody -";
arnews[0] += "
";
arnews[1]="Mother of separated twins will not seek custody
";
arnews[1] += "Mother of separated twins will not seek custody -";
arnews[1] += "
";
arnews[2]="Moira Kelly, guardian of Krishna and Trishna, can smile now twins are separated - Herald Sun http://bit.ly/07WYUsU #Bangladesh
";
arnews[2] += "Moira Kelly, guardian of Krishna and Trishna, can smile now twins are separated - Herald Sun";
arnews[2] += "
";
arnews[3]="widyanto duta nugroho: Carer's joy as twin Krishna wakes: IT was the moment Moira Kelly had been waiting for all week. http://bit.ly/6RIAZI
";
arnews[3] += "Carer's joy as twin Krishna wakes: IT was the moment Moira Kelly had been waiting for all week.";
arnews[3] += "
";
arnews[4]="Second Bangladesh twin wakes
";
arnews[4] += "Second Bangladesh twin wakes -";
arnews[4] += "
";
totcount = 5;
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("