var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]=""Welcome to the Dollhouse"
";
arnews[0] += "Film Critic The Facts Film: \"Welcome to the Dollhouse\" Director:Todd Solondz Cast: Heather Matarazzo,Victoria Davis, Brendan Sexton Jr.,Daria Kalinina, Matthew Faber Grade:A- Five Words:\"'Saved by the Bell's' antithesis\" If you were lucky, you never had to endure the first scene in Todd Solondz's film, \"Welcome to the Dollhouse\". In this scene, ...";
arnews[0] += "
Publ.Date : Fri, 16 Jun 2006 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="On Nov. 10, 1775, the U.S. Marines were organized under authority of the Continental Congress
";
arnews[1] += "Today is Tuesday, Nov. 10, the 314th day of 2009. There are 51 days left in the year.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 15:50:45 GMT";
arnews[1] += "
";
arnews[2]="Celebrity birthdays for Nov. 8-14
";
arnews[2] += "Celebrity birthdays for the week of Nov. 8-14: Nov. 8: Actress June Havoc is 97.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Celebrity birthdays for Nov. 8-14
";
arnews[3] += "Celebrity birthdays for the week of Nov. 8-14: Nov. 8: Actress June Havoc is 97.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 23:42:50 GMT";
arnews[3] += "
";
arnews[4]="Hetrick-Martin Institute Gala: Cory Booker, Veronica Webb, Lance Bass And More
";
arnews[4] += "Newark Mayor Cory Booker joked that he had a huge \"man crush\" on his New York City counterpart as he presented Mayor Bloomberg with the Emery Award at the Hetrick-Martin Institute gala on Wednesday night.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 23:00:45 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("