var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mădălin Oprea: I Hope They Serve Beer in Hell in HD
";
arnews[0] += "I Hope They Serve Beer in Hell in HD -";
arnews[0] += "
";
arnews[1]="Lincoln Burrows: Geoff Stults
";
arnews[1] += "Geoff Stults -";
arnews[1] += "
";
arnews[2]="Ben Corman: Is drinking with dudes gay? RT @charliehoehn Drank with jesse bradford and geoff stults tonight. Cool guys, not stereotypical dumb actor
";
arnews[2] += "Is drinking with dudes gay? RT @";
arnews[2] += "
";
arnews[3]="I Hope They Serve Beer in Hell (2009)
";
arnews[3] += "I Hope They Serve Beer in Hell (2009)";
arnews[3] += "
";
arnews[4]="'Beer in Hell' is flat with a bad hangover - sign on sandiego.com: Matt Czuchry (from left), Geoff Stults and J.. http://chilp.it/?6731d9
";
arnews[4] += "'Beer in Hell' is flat with a bad hangover - sign on sandiego.com: Matt Czuchry (from left), Geoff Stults and J..";
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("