$(function() {
    // Flash hero
    if($('#hero .swfPath').text().length) {
        $('#hero').flash({
            swf: '/' + $('#hero .swfPath').text(),
            width: '100%',
            height: $('#hero img').height()
        });
    }
});

