var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Occasional Sammy
";
arnews[0] += "That's my boy!A Today he says, as he's getting ready for bed, \"Daddy, I learned something new today!A When you touch something that belongs to someone else, it starts to become yours.\" I'm sure that's not what his teacher meant or said, but that's what he got out of it.A His earnestness prevented me from correcting him on the spot.A I figured his ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 03:49:36 GMT";
arnews[0] += "
";
arnews[1]="Prince of Persia: the Sands of Time - Trailer
";
arnews[1] += "From the team that brought the \"Pirates of the Caribbean\" trilogy to the big screen, Walt Disney Pictures and Jerry Bruckheimer Films present PRINCE OF PERSIA: THE SANDS OF TIME, an epic action-adventure set in the mystical lands of Persia.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="November movie trailer rundown
";
arnews[2] += "November has always been a good month for movie trailers. With studios finally over their summer blockbuster binge and the recycled October horror movies behind us, this month of thanksgiving traditionally offers some tantalizing glimpses of upcoming films.";
arnews[2] += "
Publ.Date : Sat, 24 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Adrift in musical memories
";
arnews[3] += "Richard Curtis makes romantic, sentimental and overlong comedies filled to the rafters with friends as cast members.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="'Pirate Radio' isn't perfect, but it's got plenty of charm
";
arnews[4] += "Richard Curtis makes romantic, sentimental and overlong comedies filled to the rafters with friends as cast-members. He's a British Judd Apatow - indulgent, substituting sweetness for edge, charm for shock value.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Movie review: Pirate Radio ***
";
arnews[5] += "Richard Curtis makes romantic, sentimental, overlong comedies filled to the rafters with friends as cast members.";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 03:29:16 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("