var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Spam: @immunity The duets my BFF & I are famous for are "Almost Paradise" by Reno & Wilson and "I've Had the Time of My Life" by Cocker & Warnes.
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="NV beauty queens find pageants a pricey venture
";
arnews[1] += "NV beauty queens find pageants a pricey venture -";
arnews[1] += "
";
arnews[2]="Crank.2.High.Voltage.1080p.BluRay.x264-HD1080[怒火攻心2:高压电/快客杀手2:极速电击(台)] (电影(1080p))
";
arnews[2] += "Crank.2.High.Voltage.1080p.BluRay.x264-HD1080[怒火攻心2:高压电/快客杀手2:极速电击(台)] (电影(1080p)) -";
arnews[2] += "
";
arnews[3]="Crank.High.Voltage.2009.BluRay.1080p.DTS.x264.dxva EuReKA[怒火攻心2:高压电/快客杀手2:极速电击(台)/爆脾气2] (电影(1080p))
";
arnews[3] += "Crank.High.Voltage.2009.BluRay.1080p.DTS.x264.dxva EuReKA[怒火攻心2:高压电/快客杀手2:极速电击(台)/爆脾气2] (电影(1080p)) -";
arnews[3] += "
";
arnews[4]="Crank.High.Voltage.2009.BluRay.720p.x264.DTS-WiKi [怒火攻心 2] (电影(720p))
";
arnews[4] += "Crank.High.Voltage.2009.BluRay.720p.x264.DTS-WiKi [怒火攻心 2] (电影(720p)) -";
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("