JavaScript question - impossible for me, should be easy for you techies

How do I do this?

for(i=0; i<30; i++)
{
quoteindex=Math.floor(Math.random()*120);
document.write(“Random value “+i+”: “+quoteindex+”<br>”);
}

Hokay, and where do I put this?