function baprandomphotos() {
links = new Array(12);

links[0] = "../bap_ppfotothp1.htm";
links[1] = "../bap_ppfotothp2.htm";
links[2] = "../bap_ppfotoang.htm";
links[3] = "../bap_ppfotoarb.htm";
links[4] = "../bap_ppfotoarc.htm";
links[5] = "../bap_ppfotocmb.htm";
links[6] = "../bap_ppfotoext.htm";
links[7] = "../bap_ppfotoflr.htm";
links[8] = "../bap_ppfotomwr.htm";
links[9] = "../bap_ppfotozam.htm";
links[10] = "../bap_ppfotomah.htm";
links[11] = "../bap_ppfotomon.htm";


num = Math.floor(Math.random() * links.length);

window.location=(links[num]);

}
