// JavaScript Document

function changePic(loc)
{
document.getElementById('pic_roll').innerHTML="<img src='"+loc+"' />";	
}