﻿function esc_rplImage(obj, src)
{
	obj.onerror = "";
	obj.src = src;
}
