var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="See-ming Lee 李思明 SML: 'Ten Years Later,' The Matthew Shepard Story Retold : NPR http://bit.ly/1vcAUA #lgbt #theater
";
arnews[0] += "'Ten Years Later,' The Matthew Shepard Story Retold : NPR";
arnews[0] += "
";
arnews[1]="topgossip1: Elizabeth Vargas Reports on the Disappearance of 11-Year-Old ... http://bit.ly/NEuof
";
arnews[1] += "Elizabeth Vargas Reports on the Disappearance of 11-Year-Old ...";
arnews[1] += "
";
arnews[2]="Celebration: Inside Doctors Without Borders: LIVE With Elizabeth Vargas (12/14/09)-Tickets on Sale Now
";
arnews[2] += "Inside Doctors Without Borders: LIVE With Elizabeth Vargas (12/14/09)-Tickets on Sale Now -";
arnews[2] += "
";
arnews[3]="Anthony Citrano: On 20/20 last night, Elizabeth Vargas said proselytizing by Fort Hood shooter was a "missed red flag." Hmm.
";
arnews[3] += "On 20/20 last night, Elizabeth Vargas said proselytizing by Fort Hood shooter was a \"missed red flag.\" Hmm.";
arnews[3] += "
";
arnews[4]="Amy MMP Hurley: Link: Living in Emergency: Stories of Doctors Without Borders LIVE with Elizabeth Vargas http://tumblr.com/xub40gef7
";
arnews[4] += "Link: Living in Emergency: Stories of Doctors Without Borders LIVE with Elizabeth Vargas";
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("