var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Giacomo Lucchese: Emmy Rossum - Stay: Rehearsal.com
";
arnews[0] += "Emmy Rossum - Stay: Rehearsal.com -";
arnews[0] += "
";
arnews[1]="Giacomo Lucchese: Emmy Rossum - Slow Me Down
";
arnews[1] += "Emmy Rossum - Slow Me Down -";
arnews[1] += "
";
arnews[2]="Giacomo Lucchese: Emmy Rossum - Stay: Rehearsal.com
";
arnews[2] += "Emmy Rossum - Stay: Rehearsal.com -";
arnews[2] += "
";
arnews[3]="Giacomo Lucchese: I favorited a YouTube video -- Emmy Rossum - Slow Me Down http://www.youtube.com/watch?v=C0eGe-VV7I8&feature=autoshare_twitter
";
arnews[3] += "I favorited a YouTube video -- Emmy Rossum - Slow Me Down";
arnews[3] += "
";
arnews[4]="Giacomo Lucchese: I favorited a YouTube video -- Emmy Rossum - Stay: Rehearsal.com http://www.youtube.com/watch?v=jzObTwq0gTI&feature=autoshare_twitter
";
arnews[4] += "I favorited a YouTube video -- Emmy Rossum - Stay: Rehearsal.com";
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("