var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Community : Home Economics
";
arnews[0] += "Study group members try to help Jeff when they learn he is living out of his car; Pierce joins Vaughn's (Eric Christian Olsen) band.";
arnews[0] += "
Publ.Date : Fri, 06 Nov 2009 10:02:48 GMT";
arnews[0] += "
";
arnews[1]="Fired Up
";
arnews[1] += "Shawn Colfax (Nicholas D'Agosto) and Nick Brady (Eric Christian Olsen), the stars of the Gerald R. Ford High School football team, are dreading the prospect of another summer at...";
arnews[1] += "
Publ.Date : Fri, 12 Jun 2009 19:00:44 GMT";
arnews[1] += "
";
arnews[2]="Fired Up - staring Nicholas D’Agosto, Eric Christian Olsen, Sarah Roem
";
arnews[2] += "n FIRED UP, Shawn and Nick, the stars of the Gerald R. Ford High School football team, are dreading the prospect of another summer at football camp. Nick hatches a scheme for the...";
arnews[2] += "
Publ.Date : Fri, 27 Feb 2009 17:16:07 GMT";
arnews[2] += "
";
document.title=document.title+ " ";
arnews[3]="Fired Up - staring Nicholas D’Agosto, Eric Christian Olsen, Sarah Roem
";
arnews[3] += "n FIRED UP, Shawn and Nick, the stars of the Gerald R. Ford High School football team, are dreading the prospect of another summer at football camp. Nick hatches a scheme for the...";
arnews[3] += "
Publ.Date : Fri, 27 Feb 2009 17:01:23 GMT";
arnews[3] += "
";
arnews[4]="Watch the first clip from FIRED UP in ...
";
arnews[4] += "Check out the first clip from FIRED UP! In Theaters 2/20/09. Visit the official site at http://AreYouFiredUp.com. Shawn (Nicholas D'Agosto) and Nick (Eric Christian Olsen) are top...";
arnews[4] += "
Publ.Date : Tue, 03 Feb 2009 23:59:11 GMT";
arnews[4] += "
";
arnews[5]="Coming next year from Sony Pictures. Shawn Colfax (Nicholas D'Agosto) and Nick Brady (Eric Christian Olsen), the stars of the Gerald R. Ford High School football team, are dreading the prospect of another summer at football camp. After Nick
";
arnews[5] += "Coming next year from Sony Pictures. Shawn Colfax (Nicholas D'Agosto) and Nick Brady (Eric Christian Olsen), the stars of the Gerald R. Ford High School football team, are...";
arnews[5] += "
Publ.Date : Tue, 18 Nov 2008 12:06:00 GMT";
arnews[5] += "
";
arnews[6]="Not Another Teen Movie - Clip 2
";
arnews[6] += "In this teen movies parody the local highschool is full of bitchy cheerleaders, dumb ass jocks, the new girl, and the undercover reporter!";
arnews[6] += "
Publ.Date : Tue, 16 Sep 2008 12:07:39 GMT";
arnews[6] += "
";
arnews[7]="Warner Bros Films
";
arnews[7] += "Licence To Wed Ad Advert Commercial: Excerpts are shown from the romantic comedy Licence To Web starring Robin Williams Mandy Moore John Krasinski and Eric Christian Olsen which...";
arnews[7] += "
Publ.Date : Fri, 03 Aug 2007 09:17:49 GMT";
arnews[7] += "
";
arnews[8]="License to Wed Premiere-Mandy Moore and Eric Christian Olsen
";
arnews[8] += "On the white carpet at the World Premiere of Warner Bros Pictures' License to Wed, Mandy Moore and Eric Christian Olsen (who plays her best friend in the film) talked about...";
arnews[8] += "
Publ.Date : Wed, 27 Jun 2007 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="Last Kiss Trailer
";
arnews[9] += "Feet Under\"), Eric Christian Olsen (\"Cellular\"), Rachel Bilson (\"The Wrong Guys,\" TV's \"The OC\"), Blythe Danner (\"Meet the Parents,\" \"Meet the Fockers\"), Tom Wilkinson (\"In the...";
arnews[9] += "
Publ.Date : Mon, 26 Jun 2006 18:38:41 GMT";
arnews[9] += "
";
totcount = 10;
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("