function switchimg(){  
document.getElementById('mapimg').src = ((document.getElementById('mapimg').src.indexOf("-1") > 0) ? 'http://www.lifeisland.org/map/map-2.jpg' : 'http://www.lifeisland.org/map/map-1.jpg') ;  
 }

document.getElementById("mapimg").onclick = switchimg; 
