var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Holiday Guide 2009: Best DVD and Blu-Ray Gifts
";
arnews[0] += "We run down the best movies and TV shows to give as gifts this holiday season. From brilliant journalistic follies to Jodie Sweetin's memoir, we've rounded up the perfect gifts for every pop culture fanatic in your life.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:46:47 GMT";
arnews[0] += "
";
arnews[1]="Holiday Guide 2009: Best TV/Movie Book Gifts
";
arnews[1] += "From brilliant journalistic follies to Jodie Sweetin's memoir, we've rounded up the perfect gifts for every pop culture fanatic in your life.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:02:47 GMT";
arnews[1] += "
";
arnews[2]="'Full House' Star Jodie Sweetin's Book Anything but Sugar and Spice
";
arnews[2] += "The victim of two failed marriages by the age of 26, Sweetin describes a post- Full House life that existed solely to drink and do drugs.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 17:25:37 GMT";
arnews[2] += "
";
arnews[3]="Celebrity trainwrecks
";
arnews[3] += "Paris Hilton: She is a trainwreck because of all the public fights she keeps getting into with her boyfriend and Doug Reinhardt, and the fact that the cops had to be called to her house.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 04:13:02 GMT";
arnews[3] += "
";
arnews[4]="Jodie Sweetin Is Sober Forever and Ever Because She Wrote a Book
";
arnews[4] += "I shouldn't be mean. I'm really happy for her that she cleaned up her act and that she's sober now and that she has the strength to put herself in the spotlight as an example of how to be sober and a mother .";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 05:37:58 GMT";
arnews[4] += "
";
arnews[5]="Lost camera, frozen timepiece, but no more Julies
";
arnews[5] += "The clock at City Hall has been stuck at 12 for weeks. Want to know why? John Klein The clock at City Hall has been stuck at 12 for weeks.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 02:36:22 GMT";
arnews[5] += "
";
arnews[6]="Cucalorus films by local filmmakers
";
arnews[6] += "Andy Brown wrote, directed and produced the feature film 'Port City' after growing up in Duplin County and making frequent visits to Wilmington.";
arnews[6] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("