var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Adam Barrera: Mercury spokeswoman Jill Wagner is real - and a real enthusiast! RT @wagnerofficial Check out my interview on autoblog.com
";
arnews[0] += "Mercury spokeswoman Jill Wagner is real - and a real enthusiast! RT @";
arnews[0] += "
";
arnews[1]="Wipeout.S02E14.720p.HDTV.x264-MOMENTUM [勇敢向前冲 第二季 第14集] (剧集(欧美))
";
arnews[1] += "Wipeout.S02E14.720p.HDTV.x264-MOMENTUM [勇敢向前冲 第二季 第14集] (剧集(欧美)) -";
arnews[1] += "
";
arnews[2]="Josh Sternberg: @popstat maybe b/c not many posts about jill wagner? :)
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="'Wipeout' co-host Jill Wagner likes going full-speed ahead - goTriad.com
";
arnews[3] += "'Wipeout' co-host Jill Wagner likes going full-speed ahead - goTriad.com -";
arnews[3] += "
";
arnews[4]="Can't wait Jill Wagner!! RT @ev: RT @wagnerofficial: Watch Wipeout tonight! I think this is the best episode EVER!!!!
";
arnews[4] += "Can't wait Jill Wagner!! RT @ev: RT @wagnerofficial: Watch Wipeout tonight! I think this is the best episode EVER!!!! -";
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("