var arnews = new Array(7);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TV Q & A: 'Pope' movie had to change its name - Florida Today
";
arnews[0] += "QUESTION : I have a question about a movie I heard about. It was about a man who was elected pope and didn't want to be pope. He kept sneaking out at night, making it a comedy. That is all that I know and would appreciate your help. ANSWER: Sounds ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:35:00 GMT";
arnews[0] += "
";
arnews[1]="Can Heather Locklear save 'Melrose Place'? - Sepinwall on TV - Bridgeton News
";
arnews[1] += "Heather Locklear is coming back to \"Melrose Place.\" In the media, we’re suckers for both sequels and stories that write themselves, so Heather Locklear coming back to \"Melrose Place\" seems particularly appealing. You already know what the headline ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 14:19:00 GMT";
arnews[1] += "
";
totcount = 2;
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("