var arnews = new Array(8); totcount = 3; rnd = 0; arnews[0]="Prom Night
"; arnews[0] += "

Starring: Brittany Snow, Scott Porter Genre: Horror

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Celebrity Interviews - Friday Night Lights: Scott Porter
"; arnews[1] += "

FRIDAY NIGHT LIGHTS star Scott Porter stops by Hollywood 411 to talk about the best show on TV that no one's watching. Plus, Scott, a comic fan, tells what it's like to come oh-so-close to landing a role in the next big comic movie.

Add this to your queue
Added: Tue Feb 17 16:50:26 UTC 2009
Air date: Mon Feb 16 00:00:00 UTC 2009
Duration: 05:00

"; arnews[1] += "
Publ.Date : Tue, 17 Feb 2009 16:50:26 -0000"; arnews[1] += "
"; document.title=document.title+ " "; arnews[2]="Heroes - Scott Porter's Theories
"; arnews[2] += "

Scott Porter of "Friday Night Lights" gives us his theory about who will save the world on "Heroes."

Add this to your queue
Added: Fri Oct 05 11:03:36 UTC 2007
Duration: 00:25

"; arnews[2] += "
Publ.Date : Fri, 05 Oct 2007 11:03:36 -0000"; arnews[2] += "
"; totcount = 3; 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("
");document.write("
");