/*
    Use stars component of RealTown JS Library
    to find all envelopes on the page and make them
    starrabale.
*/

Event.observe(window, 'load', function() {
    RT.envelope.find('.envelope');
});

