// JavaScript Document
function changeimage(towhat,url){
if (document.getElementById){
document.getElementById('targetimage').src=towhat.src
gotolink=url
}
}
function warp(){
window.location=gotolink
}

