function changeImg (obj, src){
	$(obj).src = src;	
}
function preloadImg(img){
	new Image(img);
}
