var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Jackass 3' To Be Unnecessarily In 3-D
";
arnews[0] += "Loading ... With the success of MTV's \"Jackass: Number 2\" it was all but a guarantee that there'd be a third installment.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:57:51 GMT";
arnews[0] += "
";
arnews[1]="Jackass 3 will be in 3D
";
arnews[1] += "It was only a matter of time before the 3D Craze adpoted the old title trends like Jaws 3-D to bring out a third film, and make sure it was in 3D just for the play on words alone.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:35:54 GMT";
arnews[1] += "
";
arnews[2]="Jackass 3-D: Why Not Go D-Box as Well?
";
arnews[2] += "Somehow, we knew it was coming. With the ever-growing need to make everything and anything a 3D movie event, Hollywood is finally taking things too far.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 16:06:26 GMT";
arnews[2] += "
";
arnews[3]="coming soon 'jackass' Returning in Three Dimensions
";
arnews[3] += "After another four-year gap , Paramount seems prepared to bring Johnny Knoxville and crew's violent pranks to the big screen again with a third jackass movie, listed on their production schedule as jackass 3D .";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Comin' at ya! 'Jackass' in 3-D
";
arnews[4] += "IN YOUR FACE: 'JACKASS 3D' Cinematical reported yesterday that not only will there be a third Jackass movie--no surprise there--but that this one will be in astounding, thrill-wonder 3D .";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Jackass 3 To Start in January And Be In 3D?
";
arnews[5] += "Back in the years before YouTube, it was a lot harder to watch people severely hurt themselves.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 00:10:01 GMT";
arnews[5] += "
";
arnews[6]="Is JACKASS 3 in 3D Arriving in 2010?
";
arnews[6] += "It seems someone let the cat out of the bag a bit early.A Thanks to William Goss spotting Jackass 3D on Paramount's 2010 schedule, it seems the adventures of Johnny Knoxville, Bam Margera and Steve-O are going to continue on movie screens.but this time we're going to get them in 3D!A While I thought the first Jackass movie was an amazing cinematic ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 02:12:05 GMT";
arnews[6] += "
";
arnews[7]="Jackass 3D in 2010?
";
arnews[7] += "There's a lot I like about Jackass , particularly the first movie, but I wasn't entirely sure that we'd ever need or even be able to stomach another film from the guys.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 01:58:51 GMT";
arnews[7] += "
";
arnews[8]="Jackass 3-D Headed Our Way?
";
arnews[8] += "Paramount Pictures must be on a mission to take us back to the good old days of MTV.";
arnews[8] += "
Publ.Date : Thu, 19 Nov 2009 23:56:54 GMT";
arnews[8] += "
";
totcount = 9;
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("