    $(document).ready(function () 
    {
      if($('#head_onload').val() == 'no')
      {
        $('#anim').flash(
        {
          swf: '/swf/baner.swf',
          height:357,
          width:960,
          params: 
          {
            wmode: 'transparent'
          }
        });
      }
    })