var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="1800 Tequila Silver – Michael Imperioli should stick to gun shots http://clak.us/trnc
";
arnews[0] += "1800 Tequila Silver – Michael Imperioli should stick to gun shots";
arnews[0] += "
";
arnews[1]="Keith McDuffee: 1800 Tequila Silver – Michael Imperioli should stick to gun shots http://clak.us/trnc
";
arnews[1] += "1800 Tequila Silver – Michael Imperioli should stick to gun shots";
arnews[1] += "
";
arnews[2]="Sinema.com: Cennetimden Bakarken (2009) Trailer 2
";
arnews[2] += "Cennetimden Bakarken (2009) Trailer 2 -";
arnews[2] += "
";
arnews[3]="Burak Topbastekin: Cennetimden Bakarken (2009) Trailer 2
";
arnews[3] += "Cennetimden Bakarken (2009) Trailer 2 -";
arnews[3] += "
";
arnews[4]="TopPix Autographs: Signers cont.: Fergie, Danny Elfman, Billy Crudup, Gabby Sidibe, Michael Imperioli, Mira Sorvino, Danny DeVito, Joe Cada & Jennifer Esposito
";
arnews[4] += "Signers cont.: Fergie, Danny Elfman, Billy Crudup, Gabby Sidibe, Michael Imperioli, Mira Sorvino, Danny DeVito, Joe Cada & Jennifer Esposito";
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("