var custom_ob = {
	updateRecords : function(recs){
		
		if(recs.length == 1){
			$$('.mi_image').each(function(e){e.src = recs[0].URL;})
		}
		
		return recs;
	}
}; 