random_num = (Math.round((Math.random()*33)+5))
document.write(random_num);