var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Eric Geller: Clone Wars' Matt Lanter with ForceCast listener Mandy at Fan Days 3
";
arnews[0] += "Clone Wars' Matt Lanter with ForceCast listener Mandy at Fan Days 3 -";
arnews[0] += "
";
arnews[1]="phyr: Who do you want all over your dashboard? - Matt Lanter, Ed Westwick or Andy Samberg? http://tumblr.com/xrs3vez9i
";
arnews[1] += "Who do you want all over your dashboard? - Matt Lanter, Ed Westwick or Andy Samberg?";
arnews[1] += "
";
arnews[2]="Social Girls: 90210's Matt Lanter, Heroes Celebs discuss favorite TV shows
";
arnews[2] += "90210's Matt Lanter, Heroes Celebs discuss favorite TV shows -";
arnews[2] += "
";
arnews[3]="Zéro Janvier: dailycuteboy: leothegreat: The main reason I watch 90210, the visually talented Matt Lanter.
";
arnews[3] += "dailycuteboy: leothegreat: The main reason I watch 90210, the visually talented Matt Lanter. -";
arnews[3] += "
";
arnews[4]="Eric Geller: Listening to @MandyBu and Matt Lanter on the #ForceCast. She did a really great job and I'm so glad they were able to meet.
";
arnews[4] += "Listening to @";
arnews[4] += "
";
totcount = 5;
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("