// JavaScript Document


function swapBio(strName) {
if (strName=="captwo") {
document.getElementById('caption').innerHTML='<p>Waheeda Malullah,<em> Play!<\/em>, Video, 2006<\/p>';
}

if (strName=="capone") {
document.getElementById('caption').innerHTML='<p>Ixone Sabada, No 3, <em>The Expulsion from Paradise<\/em>, 2006<\/p>';
}

}