var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nicholas Brendon stars in The Santaland Diaries at The Blank Theater ... - Examiner
";
arnews[0] += "Get alerts when there is a new article from the LA GLBT Events Examiner. Read Examiner.com's terms of use. The Santaland Diaries is an outrageously funny one-man play (from NPR’s well-loved humorist David Sedaris) about the author’s experiences ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:00:00 GMT";
arnews[0] += "
";
arnews[1]="ION Television to Premiere Network’s First Originally Produced Film ... - Businesswire.com
";
arnews[1] += "“A Golden Christmas” stars Andrea Roth (“Rescue Me”), Jason London (“Dazed and Confused”), Nicholas Brendon (“Buffy the Vampire Slayer”), Bruce Davison (“Ghost Whisperer,” “Longtime Companion”), Elisa Donovan (“Sabrina, The ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 00:50:00 GMT";
arnews[1] += "
";
arnews[2]="ION Airing 'A Golden Christmas' - TheWrap
";
arnews[2] += "Christmas\" stars Andrea Roth (“Rescue Me”), Jason London (“Dazed and Confused”), Nicholas Brendon (“Buffy the Vampire Slayer”), Bruce Davison (“Ghost Whisperer,” “Longtime Companion”), Elisa Donovan (“Sabrina, The Teenage Witch ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 20:03:00 GMT";
arnews[2] += "
";
arnews[3]="ION Television to Premiere Network's First Originally Produced Film ... - Investors Business Daily
";
arnews[3] += "WEST PALM BEACH, Fla., Nov 17, 2009 (BUSINESS WIRE) -- ION Television's first originally produced television film, the holiday themed \"A Golden Christmas,\" is set to make its world premiere on the Network on Sunday, December 13 at 9:00 PM, ET. The ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 16:07:00 GMT";
arnews[3] += "
";
arnews[4]="Hot Off the Wire - dBusinessNews.com
";
arnews[4] += "WEST PALM BEACH, Fla.--(BUSINESS WIRE)-- ION Television's first originally produced television film, the holiday themed \"A Golden Christmas,\" is set to make its world premiere on the Network on Sunday, December 13 at 9:00 PM, ET. The announcement was ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 13:58: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("