function Func(){/*старый код*/}; alert(Func.toString()) Func = function(){/*новый код*/}; alert(Func.toString())