var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Steph Song
";
arnews[0] += "Steph Song -";
arnews[0] += "
";
arnews[1]="Sam Beckett: Sexy new Steph Song image called "8 Stephsong 513"! http://tinyurl.com/ra86ru
";
arnews[1] += "Sexy new Steph Song image called \"8 Stephsong 513\"!";
arnews[1] += "
";
arnews[2]="Daryl Tay: Geek out time. Steph Song (yes, our Steph Song) plays Roulette in season 9 of Smallville!!!! http://is.gd/2BYcX
";
arnews[2] += "Geek out time. Steph Song (yes, our Steph Song) plays Roulette in season 9 of Smallville!!!!";
arnews[2] += "
";
arnews[3]="Jose Luis - Sampafotos: Atriz Steph Song viverá a vilã Roleta no seriado "Smallville"
";
arnews[3] += "Atriz Steph Song viverá a vilã Roleta no seriado \"Smallville\" -";
arnews[3] += "
";
arnews[4]="The Thaw (2009)
";
arnews[4] += "The Thaw (2009)";
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("