var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Alex Pyatetsky: I don't actually know that I've stopped moving/dancing today. Justin Long recording session @ smartbar tonight. I'm there. Holla.
";
arnews[0] += "I don't actually know that I've stopped moving/dancing today. Justin Long recording session @ smartbar tonight. I'm there. Holla.";
arnews[0] += "
";
arnews[1]="Movie & TV deals: iTunes best selling movie #70: "Battle for Terra" Senn (Justin Long) and Mala (Evan Rachel Wood) are two... http://dealnay.com/92778
";
arnews[1] += "iTunes best selling movie";
arnews[1] += "
";
arnews[2]="Gennefer Snowfield: Today's @eguiders pick: Ellen Page's surprise Canadian Thanksgiving doesn't quite turn out as she had hoped... http://bit.ly/812xpw
";
arnews[2] += "Today's @";
arnews[2] += "
";
arnews[3]="Jiajun Tang: Happy Anniversary, Sesame Street!
";
arnews[3] += "Happy Anniversary, Sesame Street! -";
arnews[3] += "
";
arnews[4]="pornchicks: Puff Puff Pass
";
arnews[4] += "Puff Puff Pass -";
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("