直接指定したいならこうかな
setTimeout(function(){ss.currentEngine = defaultEngine;},100);

setTimeout(function(){ss.currentEngine = "Google jp";},100);