var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jason Griffin theTVaholic: Posted my and @daemonstv interview with JoAnna Garcia & Brian Hallisay of Privileged on The CW. http://twurl.nl/iy5ox0
";
arnews[0] += "Posted my and @";
arnews[0] += "
";
arnews[1]="Charo Limaco-Puyo: carambs thinks she dreamt about Brian Hallisay.
";
arnews[1] += "carambs thinks she dreamt about Brian Hallisay.";
arnews[1] += "
";
arnews[2]="Dea Safira Basori: Brian Hallisay, the gentleman on Privileged
";
arnews[2] += "Brian Hallisay, the gentleman on Privileged -";
arnews[2] += "
";
arnews[3]="Brian Hallisay (3)
";
arnews[3] += "Brian Hallisay (3) -";
arnews[3] += "
";
arnews[4]="Appy: My new crush: Brian Hallisay http://tinyurl.com/dmdr9j Hallisay&sourceid=opera&oe=utf-8&um=1&ie=UTF-8&sa=N&hl=en&tab=wi
";
arnews[4] += "My new crush: Brian Hallisay";
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("