codice:
function ciao(x,y){ 
	y=y||2;
	alert(y);
}
ciauz