var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Holiday TV Guide: Three 'Christmas Carols,' two showings of 'Grinch ... - Cleveland Plain Dealer
";
arnews[0] += "The Grinch and his pal Max are back for another seasonal run of \"How The Grinch Stole Christmas.\" Television programmers decorate for the holidays much the same as we do. They haul out the carefully stored old favorites and try to place them where ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:10:00 GMT";
arnews[0] += "
";
arnews[1]="George Strait To Star In Another 'Pure Country' Movie - WTVF
";
arnews[1] += "LOS ANGELES (AP) – George Strait is not just a pretty voice. He's a pretty face, too – and, he's putting it in another movie. The Hollywood Reporter reports Strait will star in a follow-up to his 1992 film \"Pure Country.\" This second movie is ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 15:38:00 GMT";
arnews[1] += "
";
arnews[2]="'Pure Country' Sequel Planned - TheWrap
";
arnews[2] += "He co-wrote the new screenplay with his son, \"Lois & Clark\" actor Dean Cain, who also has a role in the film. The father-son collaboration is their first.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 21:58:00 GMT";
arnews[2] += "
";
arnews[3]="George Strait To Star In New Movie - digtriad.com
";
arnews[3] += "Los Angeles, CA -- George Strait is not just a pretty voice. He's a pretty face, too. And, he's putting it in another movie. The Hollywood Reporter says he'll star in a follow-up to his 1992 film \"Pure Country.\" This one is called \"A Pure Country ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 02:51:00 GMT";
arnews[3] += "
";
arnews[4]="The Hard Rock Casino is Set to Host the All In for CP 2 Charity ... - Poker News
";
arnews[4] += "Poker is full of philanthropists who use their love of the game to help others when they have the chance, so it should surprise no one that a number of players and people within the industry are getting together for the second annual All In for CP ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 10:48:00 GMT";
arnews[4] += "
";
arnews[5]="'Pure Country' sequel ready - Monsters and Critics
";
arnews[5] += "He co-wrote the screenplay with his son, actor Dean Cain, who also has a role in the film. \"Country Gift\" is about three angels who give the gift of a beautiful singing voice to a baby girl. The original was produced by Jerry Weintraub for $9 million ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 01:26: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("