var birdie = {
    src: '/wp-content/themes/giafund/swf/birdie.swf'
  };

  sIFR.activate(birdie);

  sIFR.replace(birdie, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { font-size: 36px; color:#630f80; }'
    ]
	,offsetLeft:5
	,offsetTop:5
	,tuneHeight:10
  });