var arnews = new Array(10);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="Protect Insurance Companies PSA
";
arnews[0] += "Hollywood speaks out to help insurance companies. Credits: Starring Will Ferrell, Jon Hamm, Olivia Wilde, Thomas Lennon, Robert Ben Garant, Masi Oka, Jordana Spiro, Linda...";
arnews[0] += "
Publ.Date : Wed, 04 Nov 2009 00:30:33 GMT";
arnews[0] += "
";
arnews[1]="The Goods: Live Hard, Sell Hard Trailer
";
arnews[1] += "When Dan Ready (Jeremy Piven), superstar salesman, is asked to help save an ailing local car dealership from bankruptcy, he and his ragtag crew descend on the town of Temecula...";
arnews[1] += "
Publ.Date : Sat, 17 Oct 2009 01:42:01 GMT";
arnews[1] += "
";
arnews[2]="The Goods: Live Hard, Sell Hard - Clip - Weekend Warrior
";
arnews[2] += "When Dan Ready (Jeremy Piven), superstar salesman, is asked to help save an ailing local car dealership from bankruptcy, he and his ragtag crew descend on the town of Temecula...";
arnews[2] += "
Publ.Date : Thu, 01 Oct 2009 01:42:14 GMT";
arnews[2] += "
";
arnews[3]="The Goods: Live Hard, Sell Hard - Clip - Fat Wife
";
arnews[3] += "When Dan Ready (Jeremy Piven), superstar salesman, is asked to help save an ailing local car dealership from bankruptcy, he and his ragtag crew descend on the town of Temecula...";
arnews[3] += "
Publ.Date : Thu, 01 Oct 2009 01:42:14 GMT";
arnews[3] += "
";
arnews[4]="PSA - Listen to Overpaid Celebrities
";
arnews[4] += "Something terrible is happening... Overpaid celebrities don't have a big enough voice when it comes to Healthcare Reform.";
arnews[4] += "
Publ.Date : Wed, 30 Sep 2009 19:03:57 GMT";
arnews[4] += "
";
arnews[5]="THE GOODS: LIVE HARD, SELL HARD: Movie Trailer
";
arnews[5] += "Click here to watch the video";
arnews[5] += "
Publ.Date : Fri, 12 Jun 2009 06:50:19 GMT";
arnews[5] += "
";
arnews[6]="My Boys : Jordana on P.J.
";
arnews[6] += "Jordana Spiro talks about the premise of the new show \"My Boys\", her character P.J., and what she did to understand this character.";
arnews[6] += "
Publ.Date : Sat, 16 May 2009 06:25:50 GMT";
arnews[6] += "
";
arnews[7]="Jordana Spiro Talks 'My Boys'
";
arnews[7] += "Actress Jordana Spiro stopped by Fox 5 News at 11 a.m. to talk about her TV show \"My Boys.\" The show airs Tuesday nights at 10:30pm on TBS. Watch the video for the interview....";
arnews[7] += "
Publ.Date : Wed, 13 May 2009 19:13:57 GMT";
arnews[7] += "
";
arnews[8]="Jordana Spiro on That's So Hollywood (9-7-2007)
";
arnews[8] += "Here's Jordana visiting TSH with Mark Thompson, Lauren Sanchez & Arden Myrin to promote the TBS show \"My Boys\". Credit: MyFoxLA.com";
arnews[8] += "
Publ.Date : Mon, 27 Oct 2008 18:56:06 GMT";
arnews[8] += "
";
arnews[9]="My Boys - Jordana Spiro
";
arnews[9] += "Interview with Jordana Spiro, one the cast of the TBS original comedy series My Boys.";
arnews[9] += "
Publ.Date : Tue, 06 Mar 2007 20:22:29 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("