var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mixed Martial: Natacha Peyre: I'm not sure how I've lived my life this long and never seen Natacha Peyre before. But, I be.. http://bit.ly/YFl8m
";
arnews[0] += "Natacha Peyre: I'm not sure how I've lived my life this long and never seen Natacha Peyre before. But, I be..";
arnews[0] += "
";
arnews[1]="Natacha Peyre
";
arnews[1] += "Natacha Peyre -";
arnews[1] += "
";
arnews[2]="Sam Beckett: Sexy new Natacha Peyre image called "Natacha"! http://tinyurl.com/nwy7pq
";
arnews[2] += "Sexy new Natacha Peyre image called \"Natacha\"!";
arnews[2] += "
";
arnews[3]="Larry: can you get back the Natacha Peyre swimming pool videos which have been removed from her site?
";
arnews[3] += "can you get back the Natacha Peyre swimming pool videos which have been removed from her site? -";
arnews[3] += "
";
arnews[4]="can you get back the Natacha Peyre swimming pool videos which have been removed from her site?
";
arnews[4] += "can you get back the Natacha Peyre swimming pool videos which have been removed from her site? -";
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("