var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="@yourmelody1 thanks! kama sutra, pride n prejudice, ten commandments, english patient, bombay boys..ah that naveen andrews is the ishhhhhh
";
arnews[0] += "@yourmelody1 thanks! kama sutra, pride n prejudice, ten commandments, english patient, bombay boys..ah that naveen andrews is the ishhhhhh -";
arnews[0] += "
";
arnews[1]="Lia: fuckyeahlost: Naveen Andrews sings “Born to Lose” with Camp Freddy, 12/23/08. This could only be better if they were playing “You All Everybody.” P.S. Don’t forget to follow us on Twitter! - Crit :O
";
arnews[1] += "fuckyeahlost: Naveen Andrews sings “Born to Lose” with Camp Freddy, 12/23/08. This could only be better if they were playing “You All Everybody.” P.S. Don’t forget to follow us on Twitter! - Crit :O -";
arnews[1] += "
";
arnews[2]="Mr. Death: The Chippendales Murder - Naveen Andrews ((Sealed DVD))
";
arnews[2] += "The Chippendales Murder - Naveen Andrews ((Sealed DVD)) -";
arnews[2] += "
";
arnews[3]="English Patient [Blu-ray] (Blu-ray) newly tagged "blu-ray"
";
arnews[3] += "English Patient [Blu-ray] (Blu-ray) newly tagged \"blu-ray\" -";
arnews[3] += "
";
arnews[4]="amzon_usa: English Patient [Blu-ray] (Blu-ray) newly tagged "blu-ray"
";
arnews[4] += "English Patient [Blu-ray] (Blu-ray) newly tagged \"blu-ray\" -";
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("