var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Manmohan Singh leaves for US
";
arnews[0] += "Prime Minister Dr. Manmohan Singh today left for a landmark visit to United States.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:23:15 GMT";
arnews[0] += "
";
arnews[1]="Manmohan Singh to visit US, Trinidad from tomorrow
";
arnews[1] += "New Delhi: The Prime Minister, Dr. Manmohan Singh, will leaves for a landmark visit to United States on Saturday.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 12:19:01 GMT";
arnews[1] += "
";
arnews[2]="PM set for a landmark visit to US
";
arnews[2] += "NEW DELHI: Prime minister Manmohan Singh leaves for a landmark visit to Washington on Saturday.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 02:55:16 GMT";
arnews[2] += "
";
arnews[3]="Senate Now Has a Health Care Reform Plan, Corruption Spreads Worldwide, Settlers Rally in Nyc
";
arnews[3] += "Harry Reid to unveil $849 billion health-care bill, says he has the votes Senate majority leader's proposal is projected by budget analysts to cut the deficit by $127 billion over the next decade, a senior leadership aide said.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 04:14:17 GMT";
arnews[3] += "
";
arnews[4]="Sinnott release not gift to Hillary -- Palace
";
arnews[4] += "THE release of Irish priest Michael Sinnott was only \"coincidental\" and certainly not an intentional gift, marking the visit to Manila of U.S. Secretary of State Hillary Clinton.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 04:47:54 GMT";
arnews[4] += "
";
arnews[5]="Rep. John Adler: A Democratic dissenter on health reform bill
";
arnews[5] += "Between votes, Rep. John Adler, center, talks with Pamela Whyte, right, of Toms River and her daughter Hillary Whyte, left, and Courtney Whyte during their visit to Washington, D.C. In the close House vote on health reform last week, only 39 Democrats defected, the bulk of them from the South.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 11:03:05 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("