var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Veronica Zemanova in a Corset
";
arnews[0] += "Wow, this is in my opinion the hottest set Veronica Zemanova has done since her comeback!! Yeah, it's a shame her big naturals got ruined by silicon but you have to admit that they look great in that corset.";
arnews[0] += "
Publ.Date : Mon, 18 Jan 2010 21:32:14 GMT";
arnews[0] += "
";
arnews[1]="Veronica Zemanova - Action Girls Clip
";
arnews[1] += "Ive posted a lot of pics from the Action Girls website but don't think I ever posted video, which is a shame because to truly understand the awesomness of that site you need video! Here is a clip of Veronica Zemanova shooting a shotgun and a pistol , love the way her boobs jiggle!";
arnews[1] += "
Publ.Date : Sat, 12 Sep 2009 02:26:47 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("