var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Transcript
";
arnews[0] += "November 9, 2009 - MELISSA BLOCK, host: Late-night is looking and sounding a little different these days.";
arnews[0] += "
Publ.Date : Mon, 09 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="CL's picks for the week's best shows
";
arnews[1] += "AUSTIN LOUNGE LIZARDS Too smart and funny for their own good, the Lizards have a unique niche in the Texas music scene.";
arnews[1] += "
Publ.Date : Wed, 21 Oct 2009 10:00:00 GMT";
arnews[1] += "
";
arnews[2]="Girls tennis: Deller, McClintock win in tiebreaker
";
arnews[2] += "Lindy Deller and Emily McClintock of Galena squeaked by in the first set via a tiebreaker against Reed's Nyasha and Nastassia Lesure.";
arnews[2] += "
Publ.Date : Sun, 18 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Tennis: Three Tigers advance to today's finals
";
arnews[3] += "For the first time in school history, Douglas High School will have teammates squaring off against each other in the Northern 4A Regional Tennis title match.";
arnews[3] += "
Publ.Date : Sat, 17 Oct 2009 20:00:16 GMT";
arnews[3] += "
";
arnews[4]="Sunday TV: Yellowstone
";
arnews[4] += "Open season ... Yellowstone follows the national park's animals in autumn. October 3, 2009 - 12:00AM SBS One, 7.30pm Actor Sigrid Thornton, who is perhaps best remembered as magistrate Laura Gibson in the series SeaChange , finally gets a taste of what life is like on the other side of the bench.";
arnews[4] += "
Publ.Date : Sat, 03 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="TV: Yellowstone
";
arnews[5] += "Open season ... Yellowstone follows the national park's animals in autumn. October 3, 2009 - 12:00AM SBS One, 7.30pm Actor Sigrid Thornton, who is perhaps best remembered as magistrate Laura Gibson in the series SeaChange , finally gets a taste of what life is like on the other side of the bench.";
arnews[5] += "
Publ.Date : Wed, 30 Sep 2009 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="Eight short films help make a difference on World AIDS Day
";
arnews[6] += "Today is World AIDS Day. To mark it, a Canadian-made documentary, Staying Alive: 48fest , premieres on MTV Canada as well as MTV's global network of 54 TV channels, 17 broadband services, 47 websites and 17 mobile services.";
arnews[6] += "
Publ.Date : Fri, 01 Dec 2006 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Today in History - Monday, Sept. 21, 2009
";
arnews[7] += "Today's Highlight in History: On Sept. 21, 1897, responding to a letter from 8-year-old Virginia O'Hanlon, the New York Sun ran its famous editorial by Francis P. Church that declared, ''Yes, Virginia, there is a Santa Claus.";
arnews[7] += "
Publ.Date : Mon, 21 Sep 2009 15:52:23 GMT";
arnews[7] += "
";
totcount = 8;
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("