var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Me, Kal Penn, and Peace - DAILY KOS
";
arnews[0] += "This afternoon, I represented the Presbyterian Peace Fellowship at a White House security council briefing on Afghanistan and Pakistan. After eight years of marching around the White House and being ignored by the tenants, it was an interesting ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 22:59:00 GMT";
arnews[0] += "
";
arnews[1]="Boxford student performs at Kennedy Center - Abington Mariner
";
arnews[1] += "Nikola Sardo-Errico, of Boxford, was one of 10 performers from the Express Yourself Drumming Group of Beverly who performed earlier this month at the Kennedy Center in Washington, D.C. Express Yourself, a program that immerses young people into the ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:08:00 GMT";
arnews[1] += "
";
arnews[2]="Model White Squirms About Penn Romance - The Gaea Times
";
arnews[2] += "Kal Penn will now be Kalpen Modi at the White House July 7th, 2009 WASHINGTON - Kal Penn, Indian American star of Mira Nair's \"The Namesake\" and a long time supporter of President Barack Obama, has started his new job as a liaison between the White ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 07:44:00 GMT";
arnews[2] += "
";
arnews[3]="State dinner for PM Singh: What's cooking? - Rediff
";
arnews[3] += "The White House's State Dinner for Prime Minister Manmohan Singh [ Images ] has turned the most sought after ticket in the US capital, but with officials keeping mum on the guest list, it's not known who is in and who is out. There is a silence from ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:18:00 GMT";
arnews[3] += "
";
arnews[4]="Obama's dinner for Manmohan Singh turns into a hottest ticket - Hindustan Times
";
arnews[4] += "The White House's State Dinner for the Prime Minister Manmohan Singh has turned the most sought after ticket in the US capital, but with officials keeping mum on the guest list, it's not known who is in and who is out. There is a silence from the ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 11:52:00 GMT";
arnews[4] += "
";
arnews[5]="Edi Gathegi talks New Moon, Stephenie Meyers' reaction to Laurent, and ... - Examiner
";
arnews[5] += "Edi: I saw it a month and a half ago, and now it’s the final cut. I didn’t see the final, final cut. I spoke to Billy Burke a few days ago, and he said that the film came out beautifully. Edi: Billy Burke is one of my favorite actors from that ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 19:26:00 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("