

function numberPicked()
{
return Math.round(Math.random() * 30) + 1;
}
