numMarginTop= Math.floor(Math.random() * (500 - 50 + 1)) + 50; numMarginLeft= Math.floor(Math.random() * (500 - 50) + 1) + 50; numMarginRight= Math.floor(Math.random() * (500 - 50 + 1)) + 50;