// JavaScript Document

// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com

function change(picture) {
document.theimg.src = picture
}


