var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tuesday Features, 02-09
";
arnews[0] += "Najla Said's \"Palestine,\" a one-woman Off Broadway show, is a coming-of-age story about Ms.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:57:02 GMT";
arnews[0] += "
";
arnews[1]="Our Valentine Gift to You
";
arnews[1] += "He plays Ron Swanson, the breakfast-loving, mustachioed head of the parks department in the fictional town of Pawnee, Indiana, on Parks and Recreation .";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 22:50:46 GMT";
arnews[1] += "
";
arnews[2]="Megan Mullally and Nick Offerman Take It Off for New York
";
arnews[2] += "Ever wondered what Ron Swanson looks like in the nude, with his privates obscured only by grapes? Then we have terrific news! Parks and Recreation 's Nick Offerman and wife Megan Mullally - who joins the cast of Starz's Party Down this season - stripped naked for a New York photo shoot , and the glorious results are spread across two pages in ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 17:00:41 GMT";
arnews[2] += "
";
arnews[3]="Ron Swanson + Karen Walker Naked
";
arnews[3] += "The delectable charm and erotic pleasure of Megan Mullally and Nick Offerman. Q&A With Real-Life Married Couple Megan Mullally and Nick Offerman She was the sassy, martini-swilling, polymorphously perverse society lady Karen Walker on Will & Grace.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 04:42:06 GMT";
arnews[3] += "
";
arnews[4]="February 15, 2010 Issue of New York Magazine
";
arnews[4] += "The lead-up to the Academy Awards has many of the dynamics of a presidential race , complete with primaries, insurgencies, make-it-or-break-it speeches, nervous handlers, and cash.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 04:04:28 GMT";
arnews[4] += "
";
arnews[5]="Where there isna t a Will...
";
arnews[5] += "She stole the show in Will & Grace. Now the actress/singer is bringing her band and her musical chops to London Eric Gutierrez Megan Mullally arrives at a West Hollywood caf in a chauffeur-driven black SUV with tinted windows.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 22:54:55 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("