var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Caught! James Franco Makes Elevator Friend - Entertainment Online
";
arnews[0] += "James Franco hitting up the Damien Hirst opening at the Gagosian Gallery in NYC recently. Franco kept up his Sundance-sexy, as we're told he looked \"hot all bundled up.\" He also ran into a certain someone in the elevator who intrigued him... Another ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 23:30:00 GMT";
arnews[0] += "
";
arnews[1]="Agyness Deyn and James Franco get together - Osoblog.tv
";
arnews[1] += "Agyness Deyn has switched her love allegiance from pop stars to film stars. The British model who now lives in New York is said to be officially stepping out with Spider-Man star James Franco. As we reported last week , Agyness and James met at a New ...";
arnews[1] += "
Publ.Date : Thu, 28 Jan 2010 08:43:00 GMT";
arnews[1] += "
";
arnews[2]="James Franco Talks Spider-Man 4 And Offers Reboot Advice! - COMICBOOKMOVIE.com
";
arnews[2] += "The Spider-Man star talks about bringing Harry back for the cancelled fourth movie and offers some advice for the next cast... This from MTV's Splash Page : Movie Trailers - Movies Blog \"No, there were no plans,\" said Franco when asked about a ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 18:21:00 GMT";
arnews[2] += "
";
arnews[3]="Katherine Heigl Takes One For The Money - Empire
";
arnews[3] += "Katherine Heigl as Stepahine Plum! No F...ing way! She fun to watch in some movies, but this role wasn't made for her. Find a Joe Morrelli , then find S.P . Just my opinion , but someone like James Franco, he's a guy that could melt your pants by ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 02:44:00 GMT";
arnews[3] += "
";
arnews[4]="Coyotes At Columbia? University Warns Students Of Wild Animals - Huffingtonpost.com
";
arnews[4] += "Forget James Franco, the hottest celebrity spotting at Columbia University is now a trio coyotes. The wild coyotes were spotted in front of the university's Lewisohn Hall Sunday morning. Dianna M. Pennetti, the Director of Public Safety at Columbia's ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 14:14:00 GMT";
arnews[4] += "
";
arnews[5]="Movie roll-out - Jamaica Observer
";
arnews[5] += "Pull this out, paste it on your walls, because we are sure that you'll need this guide in the upcoming months. TEENage has broken down all the movies that will open this year, so you will know what to look out for. A romantic drama about a soldier ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:35: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("