var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="In Defense of: - Drop Dead Diva'
";
arnews[0] += "A shallow blonde aspiring model dies in a car crash with a truck full of grapefruits.";
arnews[0] += "
Publ.Date : Fri, 23 Oct 2009 06:28:42 GMT";
arnews[0] += "
";
arnews[1]="'Drop Dead Diva', Season 1 review/Spoiler alert
";
arnews[1] += "For those who are looking for a true spoiler, you've come to the right place. That being said, this is not only a review of the season finale of \"Drop Dead Diva,\" but it is also a synopsis of the show itself.";
arnews[1] += "
Publ.Date : Tue, 06 Oct 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Projecting Hope Film Festival is free and Christian-friendly
";
arnews[2] += "Barry Pepper and Mira Sorvino play a husband and wife dealing with his release from prison in \"Like Dandelion Dust.\" A film called \"Like Dandelion Dust,\" which earned Mira Sorvino best actress honors at the San Diego Film Festival, will be among the freebies being shown this weekend as part of the Projecting Hope Film Festival at Waterworks Cinemas ...";
arnews[2] += "
Publ.Date : Thu, 08 Oct 2009 08:54:29 GMT";
arnews[2] += "
";
arnews[3]="Review: Lifetime's Drop Dead Diva
";
arnews[3] += "\"Drop Dead Diva\" is one of the most refreshing shows on television and perhaps the cutest.";
arnews[3] += "
Publ.Date : Thu, 01 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="The Annual Macy's Passport Brings Out the Stars
";
arnews[4] += "Sharon Stone The irony was not lost on the fashion-loving crowd that packed the Barker Hangar in Santa Monica on Thursday night at the 27th Annual Macy's Passport party.";
arnews[4] += "
Publ.Date : Fri, 25 Sep 2009 07:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("