var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Bandslam - Clip - Charlotte At The Piano
";
arnews[0] += "\"High School Musical's\" Vanessa Hudgens hangs out with new friends in this summer's musical treat \"Bandslam\".";
arnews[0] += "
Publ.Date : Thu, 13 Aug 2009 01:42:05 GMT";
arnews[0] += "
";
arnews[1]="Bandslam - Exclusive Interview With Alyson Michalka
";
arnews[1] += "\"High School Musical's\" Vanessa Hudgens hangs out with new friends in this summer's musical treat \"Bandslam\".";
arnews[1] += "
Publ.Date : Thu, 13 Aug 2009 01:42:04 GMT";
arnews[1] += "
";
arnews[2]="Friday Night Lights: Scott Porter
";
arnews[2] += "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...";
arnews[2] += "
Publ.Date : Tue, 17 Feb 2009 19:02:32 GMT";
arnews[2] += "
";
arnews[3]="Friday Night Lights : Spotlight on Austin - Scott Porter's Comic Hideout
";
arnews[3] += "Scott Porter takes you inside the world of comic book addiction.";
arnews[3] += "
Publ.Date : Tue, 06 Jan 2009 03:48:43 GMT";
arnews[3] += "
";
arnews[4]="Friday Night Lights : Season 1 Interviews - Scott Porter
";
arnews[4] += "The all-American boy that is everyone's dream.";
arnews[4] += "
Publ.Date : Tue, 06 Jan 2009 03:46:55 GMT";
arnews[4] += "
";
arnews[5]="Heroes : Interviews - Scott Porter's Theories
";
arnews[5] += "\"Friday Night Lights\" Scott Porter gives us his theory - tell us yours!";
arnews[5] += "
Publ.Date : Mon, 05 Jan 2009 23:02:14 GMT";
arnews[5] += "
";
arnews[6]="The FRIENDcision 2008 campaign begins! FUNimation Update Political Correspondent Stanton Greeling covers history in the making! Todd Haberkorn and Scott Porter. Two very different men. Two very different podcast hosts. BOTH want YOU to vote
";
arnews[6] += "The FRIENDcision 2008 campaign begins! FUNimation Update Political Correspondent Stanton Greeling covers history in the making! Todd Haberkorn and Scott Porter. Two very different...";
arnews[6] += "
Publ.Date : Mon, 06 Oct 2008 17:54:00 GMT";
arnews[6] += "
";
document.title=document.title+ " ";
arnews[7]="155lbs Scott Porter v Rob Kein
";
arnews[7] += "155lbs Scott Porter v Rob Kein";
arnews[7] += "
Publ.Date : Sun, 17 Aug 2008 17:50:05 GMT";
arnews[7] += "
";
arnews[8]="Friday Night Lights Star, Scott Porter
";
arnews[8] += "Friday Night Lights Star, Scott Porter at Radio City in NYC";
arnews[8] += "
Publ.Date : Mon, 12 Nov 2007 13:12:09 GMT";
arnews[8] += "
";
arnews[9]="Scott Porter and Adrianne Palicki
";
arnews[9] += "To celebrate AFI's 100 Years...100 Movies - 10th Anniversary Edition, we're opening up the conversation...what is your favorite movie? Scott Porter and Adrianne Palicki from...";
arnews[9] += "
Publ.Date : Tue, 13 Feb 2007 20:21:00 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("