function setProfilerImage(profilerImage) {
    $$('img.profiler').each(function(item) {
        item.src = '/App_Theme/profiler/images/' + locale + '/profilers/' + profilerImage + '.png';
    });
}

function getPrizes() {
    return prizes;
}

