﻿document.observe("dom:loaded", function() {

    var path = $F($('prizeIllustrationPath'));
        
    swfobject.embedSWF(
        path,
        'prizeIllustration',
        286,
        176,
        '9',
        false,
        {},
        { wmode: 'transparent' },
        {});
});
