var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="It's beginning to look a lot like EX-mas.
";
arnews[0] += "There are plenty of articles out there about the joy of the season and how to make the most of it with and for your significant other.";
arnews[0] += "
Publ.Date : Sun, 25 Oct 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Saturday Night Supper: Dinner in 30 Minutes: Crepes
";
arnews[1] += "Makes 12 crepes A telling thing has been happening during Lucinda Scala Quinn's fall book tour for \"Mad Hungry: Feeding Men and Boys\": Food prepared for the photo sessions goes missing.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:33:50 GMT";
arnews[1] += "
";
arnews[2]="Bill O'Reilly: Fact-checking Sarah Palin
";
arnews[2] += "Once again, I'm going to keep this very short because we have a major policy interview with Sarah Palin this evening.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 17:34:44 GMT";
arnews[2] += "
";
arnews[3]="Shopping news: Nov. 21, 2009
";
arnews[3] += "Here are some current and upcoming shopping-related events. Please check northjersey.com/shoptalk for more shopping news.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 17:06:19 GMT";
arnews[3] += "
";
arnews[4]="New Moon Premiere, Oprah's Ending, Palin's Pussyfooting, Project Runway's Winner
";
arnews[4] += "You are viewing the print friendly version of Week in Review: New Moon Premiere, Oprah 's Ending, Palin's Pussyfooting, Project Runway 's Winner Week in Review: New Moon Premiere, Oprah 's Ending, Palin's Pussyfooting, Project Runway 's Winner Today 8:00 AM PST Kannie Yu LaPack/Lifetime; Lester Cohen/Getty Images; ABC/Donna Svennevik; ABC/CRAIG ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 17:03:01 GMT";
arnews[4] += "
";
arnews[5]="Rob, Kristen and Taylor's Best Talk Show Moments
";
arnews[5] += "Happy New Moon weekend, everyone! We gotta hand it to Rob , Kristen and Taylor , they all worked so hard over the past month to promote their little vampire movie, which culminated last night in a three-way interview on Jimmy Kimmel Live .";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 17:02:40 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("