var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="When keeping it real means keeping it fake
";
arnews[0] += "Decades of Christmas specials have established a set of standards to live up to, or down to, as in the case of \"Larry the Cable Guy's Hula-Palooza Christmas Luau\" . The first principle of the inappropriately early Christmas special is to recognize the fact that the audience has no illusions that it has not been taped months earlier on a stage in ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:07:56 GMT";
arnews[0] += "
";
arnews[1]="CMT Insider Interview: Larry the Cable Guy Reflects on Christmas Special
";
arnews[1] += "For Larry the Cable Guy , nothing signals the impending arrival of Christmas like taping a holiday TV special in late July in Nashville.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:37:31 GMT";
arnews[1] += "
";
arnews[2]="Tonight's TV Hot List: Friday, Nov. 20, 2009
";
arnews[2] += "Monk 9/8c USA With only three episodes left in the series, Mr. Monk becomes Detective Monk when he's finally reinstated on the police force.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 17:38:27 GMT";
arnews[2] += "
";
arnews[3]="Bob & Tom Comedy All-Stars at Victoria
";
arnews[3] += "Commercial radio has been on a steady decline since the early '90s, but \"The Bob & Tom Show\" has had a very different trajectory.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 20:43:25 GMT";
arnews[3] += "
";
arnews[4]="Calgary, Canada travel information and guide
";
arnews[4] += "Explore a land of mystic peaks, enchanted forests and crystal fields of ice. Not so far, far away in a place called Montana.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 03:09:38 GMT";
arnews[4] += "
";
arnews[5]="Best Thanksgiving (and Christmas) TV Specials for November 2009
";
arnews[5] += "Everyone knows that, when it comes to Thanksgiving TV, the big game is what most households will be watching.";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 16:38:40 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("