var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ask TV Squad: NYPD Blue, Miami Trauma and online shows
";
arnews[0] += "The \"Ask TV Squad\" column, published every Wednesday, answers your questions about current and past TV shows, as well as about the celebrities appearing on TV.";
arnews[0] += "
Publ.Date : Wed, 07 Oct 2009 18:02:00 GMT";
arnews[0] += "
";
arnews[1]="Alice In Wonderland
";
arnews[1] += "First is Alice, played by Elisabeth Harnois. Elisabeth's first acting credit is One Magic Christmas back in 1985 at the age of 6 and had been in a number of things until landing the role of Alice in 1991 at 12.";
arnews[1] += "
Publ.Date : Fri, 26 Jun 2009 08:39:35 GMT";
arnews[1] += "
";
arnews[2]="Fanboys' Dan Fogler on why Mars Needs Moms
";
arnews[2] += "Fanboys ' Dan Fogler on why Mars Needs Moms! Dan Fogler with his Fanboys co-star Chris Marquette Dan Fogler is knee-deep in dots for his upcoming film, Mars Needs Moms! \"As we speak I'm wearing a ridiculous outfit with sensors all over it, with dots all over my face,\" the Fanboys star said recently during a break from shooting Mars Needs Moms! ...";
arnews[2] += "
Publ.Date : Thu, 25 Jun 2009 04:46:23 GMT";
arnews[2] += "
";
totcount = 3;
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("