var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Justin Long - YAHOO!
";
arnews[0] += "An ingratiating comic performer with a knack for finding the humanity in stereotypical “geek” roles, actor Justin Long rose from TV and indie features to supporting and starring roles in major features like “Accepted” (2006), “Live Free or ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 01:11:00 GMT";
arnews[0] += "
";
arnews[1]="Drew Barrymore & Justin Long: Laying Low in Los Feliz - Just Jared
";
arnews[1] += "Drew Barrymore and her boyfriend, Justin Long , share a laugh as they walk together on Monday (January 18) in Los Feliz, Calif. The 34-year-old actress - and Golden Globe winner! - held hands with Justin and carried a cup of iced tea. Backstage at ...";
arnews[1] += "
Publ.Date : Wed, 20 Jan 2010 13:32:00 GMT";
arnews[1] += "
";
arnews[2]="Movie guide: Capsule reviews of current releases - Raleigh News & Observer
";
arnews[2] += "Opinions are by Los Angeles Times reviewers. Ratings by the Motion Picture Association of America are: (G) for general audiences; (PG) parental guidance urged because of material possibly unsuitable for children; (PG-13) parents are strongly ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 13:07:00 GMT";
arnews[2] += "
";
arnews[3]="Youth in Revolt (2010): Review By Forrestgump1 - MovieWeb
";
arnews[3] += "Some of the comedic timing in this movie is Brilliant by Micheal Cera and Zach Glafini (The guy from the Hangover) or so the ads say. Justin Long has great comedic timing along with Fred Williard and Ray Liotta this movie even though i just listed ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:44:00 GMT";
arnews[3] += "
";
arnews[4]="Movie roll-out - Jamaica Observer
";
arnews[4] += "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[4] += "
Publ.Date : Wed, 10 Feb 2010 08:35:00 GMT";
arnews[4] += "
";
arnews[5]="'Going on a diet can trigger lifetime of overeating' - Newstrack India
";
arnews[5] += "London, Feb 8 (ANI): A study has found that going on a diet could trigger a lifetime of overeating and even cause changes to the brain. According to scientists, people who go on a diet and deprive themselves cause brain changes that make it ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 18:10: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("