var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Tyler Mear: Tyler RT @BeckADemic: John Stamos = HOT.
";
arnews[0] += "RT @BeckADemic: John Stamos = HOT.";
arnews[0] += "
";
arnews[1]="Re: The John Stamos Star Party
";
arnews[1] += "Re: The John Stamos Star Party -";
arnews[1] += "
";
arnews[2]="Re: The John Stamos Star Party
";
arnews[2] += "Re: The John Stamos Star Party -";
arnews[2] += "
";
arnews[3]="Christopher Marr: Beach Boys - Forever (With John Stamos Of "Full House") Lyrics
";
arnews[3] += "Beach Boys - Forever (With John Stamos Of \"Full House\") Lyrics -";
arnews[3] += "
";
arnews[4]="Nathan Gugliotta: Nathan JJ Hickson is the best draft pick that the Cavs have had since LeBron, but that was a no-brainer. JJ is going to be an All-Star in a few years. Honestly... if I ever had a dude-crush not named "John Stamos," it would be JJ Hickson. By the way, I cannot wait to see Andie Asimes next week!!! =D =D.
";
arnews[4] += "JJ Hickson is the best draft pick that the Cavs have had since LeBron, but that was a no-brainer. JJ is going to be an All-Star in a few years. Honestly... if I ever had a dude-crush not named \"John Stamos,\" it would be JJ Hickson. By the way, I cannot wait to see Andie Asimes next week!!! =D =D.";
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("