var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Sarah Austin: RT: @aots Coming up today: @nerdist & @FeliciaDay interview Zach Gilford from Friday Night Lights. Tune in @ 7pm on @g4tv.
";
arnews[0] += "RT: @";
arnews[0] += "
";
arnews[1]="Alexis Walker: Watch Dare online - Dare full movie free watch
";
arnews[1] += "Watch Dare online - Dare full movie free watch -";
arnews[1] += "
";
arnews[2]="dana: Exclusive Interview: Zach Gilford (Dare) - PopStar.com Celebrity News
";
arnews[2] += "Exclusive Interview: Zach Gilford (Dare) - PopStar.com Celebrity News -";
arnews[2] += "
";
arnews[3]="Derrick: Zach Gilford Ends His Role on 'Friday Night Lights'
";
arnews[3] += "Zach Gilford Ends His Role on 'Friday Night Lights' -";
arnews[3] += "
";
arnews[4]="Fantasy Football: RT @richeisen: Friday Night Lights fans: Zach Gilford, aka Matt Saracen, QB1 of '07 State champion Dillon Panthers, is coming in 2 pick games tmrw on NFLTA
";
arnews[4] += "RT @richeisen: Friday Night Lights fans: Zach Gilford, aka Matt Saracen, QB1 of '07 State champion Dillon Panthers, is coming in 2 pick games tmrw on NFLTA -";
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("