var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TOBEY MAGUIRE VIDEOS - Contactmusic.com
";
arnews[0] += "Movie bosses are still searching for an actor to replace TOBEY MAGUIRE as the new SPIDER-MAN after dismissing widespread rumours newcomer LOGAN LERMAN is in the running for the part. The young star of upcoming film Percy Jackson & the Olympians: The ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 12:09:00 GMT";
arnews[0] += "
";
arnews[1]="Tobey Maguire Quits Spider-Man 4 - Showbizspy.com
";
arnews[1] += "TOBEY Maguire has pulled out of Spider-Man 4. The actor — who has portrayed the titular character and his alter-ego Peter Parker for the past three movies — and the film’s director Sam Raimi won’t be returning after clashing with producers ...";
arnews[1] += "
Publ.Date : Mon, 11 Jan 2010 23:58:00 GMT";
arnews[1] += "
";
arnews[2]="Tobey Maguire - The Gaea Times
";
arnews[2] += "January 12th, 2010 more images more imagesLONDON - Hollywood actor Tobey Maguire and filmmaker Sam Raimi have quit \"Spider-Man 4\" over a reported script issue. It was reported that the sequel had been put on hold indefinitely due to script problems ...";
arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 13:07:00 GMT";
arnews[2] += "
";
arnews[3]="Tobey Maguire, Sam Raimi quit ‘Spider-Man 4′ - The Gaea Times
";
arnews[3] += "LONDON - Hollywood actor Tobey Maguire and filmmaker Sam Raimi have quit “Spider-Man 4″ over a reported script issue. It was reported that the sequel had been put on hold indefinitely due to script problems and now the film’s star and director ...";
arnews[3] += "
Publ.Date : Tue, 12 Jan 2010 09:24:00 GMT";
arnews[3] += "
";
arnews[4]="TOBEY MAGUIRE VIDEOS - Contactmusic.com
";
arnews[4] += "Movie bosses are still searching for an actor to replace TOBEY MAGUIRE as the new SPIDER-MAN after dismissing widespread rumours newcomer LOGAN LERMAN is in the running for the part. The young star of upcoming film Percy Jackson & the Olympians: The ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 12:09:00 GMT";
arnews[4] += "
";
arnews[5]="Tobey Maguire Quits Spider-Man 4 - Showbizspy.com
";
arnews[5] += "TOBEY Maguire has pulled out of Spider-Man 4. The actor — who has portrayed the titular character and his alter-ego Peter Parker for the past three movies — and the film’s director Sam Raimi won’t be returning after clashing with producers ...";
arnews[5] += "
Publ.Date : Mon, 11 Jan 2010 23:58:00 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("