<!--
//	Disjoint Rollover Image Swap
//	12 February 2007

var elementId = "insetimg";

var image = new Array()
image[0] = "/images/photos/antonia-rivas-1.jpg"
image[1] = "/images/photos/antonia-rivas-2.jpg"
image[2] = "/images/photos/blank.png"

function disjointSwap(content)
{document.getElementById(elementId).src=content;}

// -->