var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The impact of Oprah's exit
";
arnews[0] += "What makes the Oprah Winfrey canceling-her-show announcement so huge -- isn't that a long-running show is coming to an end .";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="More on possible budget cuts
";
arnews[1] += "Oh the spin is in full throttle. You can get mental whiplash trying to decipher the New York State Comptroller's report on the economy and Wall Street's role in it.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Muslims in the U.S. Military
";
arnews[2] += "The contradiction of being a fundamentalist Muslim in the U.S. military - and the conundrum it poses for the Pentagon.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Obama remembers at Ft. Hood Memorial
";
arnews[3] += "At some point, you just yield to the sorrow. Halfway through President Obama's short vignettes this afternoon about the 13 soldiers killed during the Ft.";
arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Choosing sides
";
arnews[4] += "I remember the discussion as clear as if it were yesterday. If the United States went to war against Israel, what side would you be on? I was about 10 at the time, and the question was posed by my Sunday school teacher, a beautiful young Israeli woman whose boyfriend was one of the Israeli intelligence officers assigned to find Adolph Eichmann, one ...";
arnews[4] += "
Publ.Date : Mon, 09 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Driven to kill
";
arnews[5] += "So what's going on? Two mass shootings in two days. Yesterday Ft. Hood. Today Orlando.";
arnews[5] += "
Publ.Date : Fri, 06 Nov 2009 08:00: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("