Rollimage = new Array();

Rollimage[0]= new Image(386,476);
Rollimage[0].src = "artwork/nipple.jpg";

Rollimage[1] = new Image(386,476);
Rollimage[1].src = "artwork/spacer.jpg";

function swapout(){
document.media.src = Rollimage[1].src;
return true;
}

function swapin(){
document.media.src = Rollimage[0].src; 
return true;
}
