
arrfotor=[["pro_escr.gif","Escritura y correccion"], ["pro_conf.gif","Conferencias"]];
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=131><table width=131 border=0 cellspacing=0 cellpadding=0><tr><td height=10></td></tr><tr><td>");
//document.write("<a href=\"/producto_"+idfoto+".php\" target=\"_self\"><img src=\""+ffoto+"\" width=131 height=102 border=0></a>");
//document.write("<a href=\"productos/busqueda.php?svArticleGroup="+idfoto+"\" target=\"_self\" onmouseover=\"window.status=' OFIPEL SUMINISTROS '; return true\"><img border=\"0\" src=\"images/"+ffoto+"\" width=\"131\" height=\"102\"></a>");
document.write("<a href=\"catalogo.htm\" target=\"_self\" onmouseover=\"window.status=' OFIPEL SUMINISTROS '; return true\"><img border=\"0\" src=\"images/"+ffoto+"\" width=\"131\" height=\"102\"></a>");
