function changeimage(towhat,url){
	if (document.images){
	document.images.targetimage.src=towhat
	gotolink=url
	}
}
function warp(){
	window.location=gotolink
}
