var cochin = {
  src: 'http://www.brentwoodchurchdenver.com/fontname.swf'
};

sIFR.activate(cochin); 

sIFR.replace(cochin, {
    selector: '#bigLinks h3'
    ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'font-size': '15px', 'text-align': 'center', 'text-decoration': 'underline', 'cursor': 'pointer'}
    }
     ,selectable: true
     ,wmode: 'transparent'
 ,transparent: true
  });

sIFR.replace(cochin, {
    selector: 'h3#homeMainTextHeader'
    ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'font-size': '14px', 'line-height': '1.2', 'text-align': 'right'}
    }
     ,selectable: true
     ,wmode: 'transparent'
 ,transparent: true
  });