var arnews = new Array(8);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="11 insights of 'The Celestine Prophecy'
";
arnews[0] += "Nashville Religion & Spirituality Examiner rates this: James Redfield James Redfield In his book, \"The Celestine Prophecy,\" James Redfield weaves a unique tale of fiction? We're never sure if it's fact or fiction but the wisdom that comes from the book and also the movie Starring Matthew Settle,Thomas Kretschmann, Sarah Wayne Callies, Annabeth Gish ...";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="My favourite tv show
";
arnews[1] += "\"It is interesting to watch the group of convicts break out of prison over and over again.";
arnews[1] += "
Publ.Date : Mon, 09 Nov 2009 03:07:24 GMT";
arnews[1] += "
";
arnews[2]="Ethan Hawke's summer retreat
";
arnews[2] += "Actor Ethan Hawke is expected to spend part of the summer in beautiful Nova Scotia! The New York-based star will bring Maya and Roan - \" his kids with ex-wife Uma Thurman - \" and his beloved dog and cat to his private island in Tracadie again this summer.";
arnews[2] += "
Publ.Date : Sat, 17 Oct 2009 19:01:07 GMT";
arnews[2] += "
";
arnews[3]="The Big Screen Bulletin 09.28.09: Breakouts and Blowouts
";
arnews[3] += "The Big Screen Bulletin 09.28.09: Breakouts and Blowouts Posted by Chad Webb on 09.28.2009 Straight to video nightmares featuring a tribute to \"Prison Break\", the box office results, Roman Polanski's arrest, David Mamet's \"Anne Frank\" troubles, \"Scream 4\" details, new DVD releases, new quickees, new trailer ratings, and much more! Starring: ...";
arnews[3] += "
Publ.Date : Mon, 28 Sep 2009 06:32:54 GMT";
arnews[3] += "
";
arnews[4]="What are the 'Prison Break' gang up to?
";
arnews[4] += "The jail-busting manoeuvres of Michael Scofield and Lincoln Burrows came to an end earlier this year after four seasons of ridiculously contrived twists and pulsating action.";
arnews[4] += "
Publ.Date : Sun, 13 Sep 2009 07:39:40 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("