function md1(i) {
document.images["nam"+i].src="./images/generic_images/los_borot_04_wondering_p.gif";
}
function md2(i) {
document.images["nam"+i].src="./images/generic_images/los_borot_02_walking_p.gif";
}

document.write('<A HREF="./count2.html" OnMouseOver="md1\(1\)" OnMouseOut="md2\(1\)"><IMG SRC="./images/generic_images/los_borot_02_walking_p.gif" NAME="nam1" WIDTH="128" HEIGHT="128" BORDER="0"></A>')

