/**
 * @author omena
 */

function ImgError(source){
	source.src = "/img/nothere.jpg";
	source.onerror = "";
	return true;
}

