
arrfotor=[["image1.gif","1"], ["image2.gif","2"], ["image3.gif","3"], ["image4.gif","4"], ["image5.gif","5"], ["image6.gif","6"], ["image7.gif","7"], ["image8.gif","8"], ["image9.gif","9"], ["image10.gif","10"], ["image11.gif","11"], ["image12.gif","12"], ["image13.gif","13"], ["image14.gif","14"], ["image15.gif","15"], ["image16.gif","16"], ["image17.gif","17"], ["image18.gif","18"], ["image19.gif","19"], ["image20.gif","20"]];
var pos = parseInt(Math.random()*arrfotor.length);
ffoto = arrfotor[pos][0];
idfoto = arrfotor[pos][1];
//document.write("<table border=0 cellspacing=0 cellpadding=0><tr><td valign=top width=184><table width=184 border=0 cellspacing=0 cellpadding=0><tr><td height=10></td></tr><tr><td>");
//document.write("<a href=\"/candidata_"+idfoto+".php\" target=\"_self\"><img src=\""+ffoto+"\" width=184 height=127 border=0></a>");
document.write("<img border=\"0\" src=\"http://www.ribadavia.com/images/"+ffoto+"\" width=\"165\" height=\"239\"></a>");
