var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Felipe Alvarez: Sarah Shahi (0 puntos)
";
arnews[0] += "Sarah Shahi (0 puntos) -";
arnews[0] += "
";
arnews[1]="babak: سارا شاهی هنرپیشه با استعداد فیلم و سریال های آمریکایی
";
arnews[1] += "سارا شاهی هنرپیشه با استعداد فیلم و سریال های آمریکایی -";
arnews[1] += "
";
arnews[2]="Life - how could NBC cancel that show???
";
arnews[2] += "Life - how could NBC cancel that show??? -";
arnews[2] += "
";
arnews[3]="Adrianna: I haz seen Sarah Shahi pole-stripping or whatever they call it (thanks to @jademasquerade) and I think I canz die now.
";
arnews[3] += "I haz seen Sarah Shahi pole-stripping or whatever they call it (thanks to @";
arnews[3] += "
";
arnews[4]="breakingTVnews: BATTLESTAR GALACTICA alum Michael Trucco and Virginia Williams join USA's FACING KATE pilot opposite Sarah Shahi http://is.gd/4QYAQ
";
arnews[4] += "breakingTVnews: BATTLESTAR GALACTICA alum Michael Trucco and Virginia Williams join USA's FACING KATE pilot opposite Sarah Shahi";
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("