var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Confessions.Of.A.Shopaholic.2009 Blu-Ray 1080p AVC DTS-HD MA 5.1-YellowBeast@HDS [一个购物狂的自白.日版原盘] (原盘)
";
arnews[0] += "Confessions.Of.A.Shopaholic.2009 Blu-Ray 1080p AVC DTS-HD MA 5.1-YellowBeast@HDS [一个购物狂的自白.日版原盘] (原盘) -";
arnews[0] += "
";
arnews[1]="NewsOK: Happy Birthday, Leslie Bibb
";
arnews[1] += "Happy Birthday, Leslie Bibb -";
arnews[1] += "
";
arnews[2]="V@g38: Sentiment about leslie bibb is 50 %Tips & 0 %Pits on TipTop: http://ftt.nu/FHTA9 Re-Tip: http://ftt.nu/LKMdr
";
arnews[2] += "Sentiment about leslie bibb is 50 %Tips & 0 %Pits on TipTop:";
arnews[2] += "
";
arnews[3]="V@g38: leslie bibb -TipTop Results http://ftt.nu/FHTA9 turns, actress, law, surprise, musician, depending ... Re-Tip: http://ftt.nu/wDbRp
";
arnews[3] += "leslie bibb -TipTop Results";
arnews[3] += "
";
arnews[4]="FeO News: Everything you want to know about #leslie bibb http://www.feonews.com/search-results/leslie-bibb
";
arnews[4] += "Everything you want to know about";
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("