var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Shiny
";
arnews[0] += "A Serenity Little Damn Heroes #3 - Jayne \"Thrilling Heroics\" Animated Maquette, signed by Adam Baldwin, and a copy of \"Done the Impossible,\" hosted by Adam Baldwin, are being auctioned off for charity.";
arnews[0] += "
Publ.Date : Sat, 23 Jan 2010 17:17:13 GMT";
arnews[0] += "
";
arnews[1]="Television awards tuned into the city
";
arnews[1] += "Actors Ben Ratner and Gabrielle Miller hosted a reception at the Sutton Place Hotel last night for their B.C. show-business peers nominated at this year's Gemini Canadian television awards.";
arnews[1] += "
Publ.Date : Thu, 16 Oct 2008 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="The dozen most underrated films of the decade
";
arnews[2] += "The crew of \"Serenity\" , from left: Jayne , Kaylee , Wash , Zoe , Captain Mal Reynolds , Dr.";
arnews[2] += "
Publ.Date : Fri, 25 Dec 2009 05:47:00 GMT";
arnews[2] += "
";
arnews[3]="The dozen most underrated films of the decade
";
arnews[3] += "The crew of \"Serenity\" , from left: Jayne , Kaylee , Wash , Zoe , Captain Mal Reynolds , Dr.";
arnews[3] += "
Publ.Date : Wed, 23 Dec 2009 07:49:37 GMT";
arnews[3] += "
";
arnews[4]="the Most Amazing Video of All Time
";
arnews[4] += "This IS one of the greatest videos of all time. 2. John - December 9, 2009 12:24 PM Nah.";
arnews[4] += "
Publ.Date : Wed, 09 Dec 2009 19:17:40 GMT";
arnews[4] += "
";
arnews[5]="Sunday's TV Highlights: 'The Prisoner' premieres on AMC
";
arnews[5] += "CAPTIVITY: A man awakens in an isolated place called the Village on the premiere of \"The Prisoner,\" at 8 p.m. on AMC.";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 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("