var arnews = new Array(10);
totcount = 2;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="CLARISSA PART 3
";
arnews[0] += "Part 3. Disclaiming: I'm not owning nothing; this video belongs at BBC. The finality of the use of this video is pure scholar and entertainment.";
arnews[0] += "
Publ.Date : Sat, 07 Mar 2009 16:33:32 GMT";
arnews[0] += "
";
arnews[1]="indians love beans
";
arnews[1] += "and beans love indians... Franek is 6 (he acts) and Marysia is 8 (she directs). This is their debut. Enjoy!";
arnews[1] += "
Publ.Date : Wed, 28 Feb 2007 16:09:10 GMT";
arnews[1] += "
";
totcount = 2;
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("