var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Globe TV newcomers try to break in
";
arnews[0] += "Suburban sex. Political sex. Screwed-up families. Paranormal freak-outs. And a bunch of high schoolers who seem to always burst into song.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:28:18 GMT";
arnews[0] += "
";
arnews[1]="J.J. Abrams Says the Success ofandnbsp;the DVDandnbsp;May Bring More People to Star Trek XII
";
arnews[1] += "Newsarama : This movie obviously did really well here, but you have to admit, Mission did a lot better overseas...have you put any thought into how to make this work? J.J. Abrams : We're not there yet....to try to sort of figure out an overseas gimmick.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:38:53 GMT";
arnews[1] += "
";
arnews[2]="The Twilight Saga: New Moon Destroys Harry Potter and Dark Knight at Midnight Box Office
";
arnews[2] += "Summit Entertainment has announced that The Twilight Saga: New Moon has broken box office records, earning over $26.27 million in midnight screenings from 3,514 theaters.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:42:03 GMT";
arnews[2] += "
";
arnews[3]="Reporting: PanamaAS Bus Strike Begins, Panama Has No Sympathy for Drivers
";
arnews[3] += "If a machete-wielding wild man who is foaming at the mouth with blood dribbling from one reddened eyeball tries to hitch a ride with me today, I'll probably give him a lift.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 23:32:32 GMT";
arnews[3] += "
";
arnews[4]="Oprah Leaving Her Show in September 2011
";
arnews[4] += "She is also very charitable as one of her greatest works has been starting a school for young girls in Africa who show leadership potential.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 17:01:04 GMT";
arnews[4] += "
";
arnews[5]="Canyon Moon Theatre Presents Barefoot In The Park
";
arnews[5] += "What happens when the honeymoon is over? Join Canyon Moon for Neil Simon's warm-hearted hit comedy Barefoot in the Park, playing November 5-22. Free-spirited Corie and straight-laced attorney Paul are ready to start their exciting new life together in their first apartment.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 04:53:51 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("