var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="FuckYeahNSFW: http://www.superdeath.com/wp-content/gallery/iga-wyrwal/70950_met-art_iga_schoolgirl_21399_123_758lo.jpg
";
arnews[0] += "";
arnews[0] += "
";
arnews[1]="HotGirls Easy: http://www.superdeath.com/wp-content/gallery/iga-wyrwal/64164_red_dress_124_123_466lo.jpg
";
arnews[1] += "";
arnews[1] += "
";
arnews[2]="Mădălin Oprea: Eva Wyrwal Is Dancing With The Stars
";
arnews[2] += "Eva Wyrwal Is Dancing With The Stars -";
arnews[2] += "
";
arnews[3]="jalmi: Iga Wyrwal Shows Her Black Lingerie
";
arnews[3] += "Iga Wyrwal Shows Her Black Lingerie -";
arnews[3] += "
";
arnews[4]="David West: http://www.superdeath.com/wp-content/gallery/iga-wyrwal/26429_met-art_mw_69_0026_123_1065lo.jpg
";
arnews[4] += "";
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("