tmp1 = new Image();
tmp1.src = "i/m_club_17.png";


function changeImg(image, src){
	image.src = '/i/'+src;
}
