var randomNumber = function() { alert(Math.floor(Math.random()*101)) ; } ; randomNumber() ; randomNumber() ; randomNumber() ;