var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Quentin Rexwinkle: Fifa09 $20.98, Fifa10 $44.99, NHL 09 20.98, TIGER WOODS 20.98 or less all for PS3 and alot more games for Xbox360 @TARGET B&M ymmv
";
arnews[0] += "Fifa09 $20.98, Fifa10 $44.99, NHL 09 20.98, TIGER WOODS 20.98 or less all for PS3 and alot more games for Xbox360 @TARGET B&M ymmv -";
arnews[0] += "
";
arnews[1]="Casey: Bejeweled and Tiger Woods golf why do you have to be so fun to play on the iPhone!
";
arnews[1] += "Bejeweled and Tiger Woods golf why do you have to be so fun to play on the iPhone!";
arnews[1] += "
";
arnews[2]="monaco: tiger woods booed stanford video
";
arnews[2] += "tiger woods booed stanford video -";
arnews[2] += "
";
arnews[3]="JP/Politikens Hus Media: Tiger Woods buuhet på banen
";
arnews[3] += "Tiger Woods buuhet på banen -";
arnews[3] += "
";
arnews[4]="Gregg Birkner: TIGER WOODS AUTO. GOLF BALL http://bit.ly/52Vcfj
";
arnews[4] += "TIGER WOODS AUTO. GOLF BALL";
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("