// 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
}

function change2(picture) {
document.theimg2.src = picture
}

function change3(picture) {
document.theimg3.src = picture
}

function change4(picture) {
document.theimg4.src = picture
}

function change5(picture) {
document.theimg5.src = picture
}

function change6(picture) {
document.theimg6.src = picture
}

function change7(picture) {
document.theimg7.src = picture
}

function change8(picture) {
document.theimg8.src = picture
}
