var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Watchmen.2009.Ultimate.Cut.1080p.BluRay.x264-CiNEFiLE (电影(1080p))
";
arnews[0] += "Watchmen.2009.Ultimate.Cut.1080p.BluRay.x264-CiNEFiLE (电影(1080p)) -";
arnews[0] += "
";
arnews[1]="Just read some Google interview experiences and that they prefer Ivy League grads. My Gmail is getting flakier.
";
arnews[1] += "Just read some Google interview experiences and that they prefer Ivy League grads. My Gmail is getting flakier.";
arnews[1] += "
";
arnews[2]="@Thermanson anagrams of me: Sonic Trip Walk-Catnip Risk Low-Work List Panic-Racist Ink Plow-Saki Clown Trip-Spinal Trick Ow!
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="RT @casamena: Wednesday - Yoruba Dance Session Returns with Carlos Mena and Patrick Wilson http://www.som-bar.com
";
arnews[3] += "RT @casamena: Wednesday - Yoruba Dance Session Returns with Carlos Mena and Patrick Wilson";
arnews[3] += "
";
arnews[4]="Tür:Aksiyon, Bilim Kurgu, Dram, Fantastik, Macera Yönetmen:Zack Snyder Senaryo:Alex Tse, David Hayter Başrol oyuncuları:Patrick Wilson Carla Gugino Jeffrey Dean...
";
arnews[4] += "Tür:Aksiyon, Bilim Kurgu, Dram, Fantastik, Macera Yönetmen:Zack Snyder Senaryo:Alex Tse, David Hayter Başrol oyuncuları:Patrick Wilson Carla Gugino Jeffrey Dean... -";
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("