var hoefler = {
  src: 'http://www.gulfportmainstreet.com/admin/wp-content/themes/mainst/hoefler.swf'
};

sIFR.activate(hoefler); // From revision 209 and onwards

sIFR.replace(hoefler, {
      selector: 'h2.parent_title',
      css: [
      '.sIFR-root { opacity: 80%; font-size:75px; font-weight:normal; text-align: right; color:#dcd8bd; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(hoefler, {
      selector: '#title_content h2',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; text-align: left; color:#dddddd; }'
      ],
      wmode: 'transparent'
});

