var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cal Thomas: More Substance, Less Victimization
";
arnews[0] += "The Sarah Palin phenomenon - for that is what it is, because her celebrity flows singularly from John McCain's choice of her as a running mate - offers an opportunity for conservatives to choose their path to the future.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:50:18 GMT";
arnews[0] += "
";
arnews[1]="Also in theaters
";
arnews[1] += "Ratings based on four-star system. Rated R 3 stars It's post-Katrina New Orleans and there are snakes in the water - none bigger than Terence McDonagh , an exceptionally corrupt detective, who slinks through town snorting coke, smoking heroin, harassing women and brandishing a .44 Magnum stuffed in the front of his pants.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:53:44 GMT";
arnews[1] += "
";
arnews[2]="Hey, Johnny Depp has nothing on me
";
arnews[2] += "There must be some mistake. I demand a recount. I lost out again. I was so sure I would win this year.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:46:10 GMT";
arnews[2] += "
";
arnews[3]=""Twilight: New Moon" Sets Another Box Office Record, "Blind Side" Strong
";
arnews[3] += "After generating headlines for setting the midnight opening record, \"The Twilight Saga: New Moon\" achieved another record in its first full day of box office action.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 05:45:38 GMT";
arnews[3] += "
";
arnews[4]="The Blind Side
";
arnews[4] += "Reviewed by Perri Nemiroff : 2009-11-21 21:17:49 Is every extraordinary true story worth adapting to film? It seems as though we've heard everything before, especially when it comes to down-on-their-luck athletes defying the odds.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:17:49 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("