﻿
function fimg(f,t,obj){
    obj.src = obj.src.replace(f,t);
}
