così dovrebbe funzionare:

function bho(ciao) {
alert("giunto il primo " + ciao + "...");
setInterval("bho2("+ciao+");", 2000);
}