
//flash replacer

$(document).ready(function(){
    $('#p10').flash(
        { src: '/flash/sentire.swf',
          width: 182,
          height: 189 },
        { version: 7 }
    );
});

