var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="One Evening at the Close of Ramazan...
";
arnews[0] += "Pigeons sit under a full Baghdad moon. Many Iraqis raise pigeons on their rooftops and fly them as a hobby.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Obituaries: Friday, November 20, 2009
";
arnews[1] += "Annie P. Alston WARRENTON - Annie P. Alston, 91, of 118 Marshall St., Warrenton, died Friday, Nov.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:22:07 GMT";
arnews[1] += "
";
arnews[2]="Holder tells Senate committee Justice Department supports more 'gun control'
";
arnews[2] += "In unmistakably clear admissions before the Senate Judiciary Committee on Nov. 18, Attorney General Eric Holder signaled strong administration support for additional \"gun control\" edicts.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Kathleen A. Fogarty
";
arnews[3] += "Kathleen A. Fogarty, age 85, of Belle Plaine died on November 18, 2009, at the Lutheran Home in Belle Plaine.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:25:42 GMT";
arnews[3] += "
";
arnews[4]="Some take issue with parts of 'Twilight'
";
arnews[4] += "What would you say about a teen relationship in which the guy is so obsessed and protective he sneaks into his loved one's bedroom to watch her sleep; seems to stalk her every move; tries to control who she sees; and even disables her truck engine so she can't go out? Or how about a girl who is equally obsessed with this guy even though he ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:32:50 GMT";
arnews[4] += "
";
arnews[5]="In Pictures: 25 Years of Oprah
";
arnews[5] += "Over the past 25 years Oprah has grown from being just another talk show host to providing a dominant cultural platform to showcase stars and regular folk alike.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 16:45:41 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("