var tradeGothicBold = {
    src: '/wp-content/themes/miracle-jongebazen/swf/trade-gothic-bold.swf'
}; 

sIFR.activate( tradeGothicBold );
      
sIFR.replace( tradeGothicBold, {
	selector: '#page-content-main h2'
	,css: [
      '.sIFR-root { color: #151515; }'
      ,'a { color: #00a0be; text-decoration: none; }'
      ,'a:hover { color: #00a0be; text-decoration: underline; }'
    ]
	,wmode : 'transparent'
});

sIFR.replace( tradeGothicBold, {
	selector: '#page-content-main h1'
	,css: [
      '.sIFR-root { color: #151515; }'
      ,'a { color: #00a0be; text-decoration: none; }'
      ,'a:hover { color: #00a0be; text-decoration: underline; }'
    ]
	,wmode : 'transparent'
});

sIFR.replace( tradeGothicBold, {
	selector: '#page-content-main #comment-form h3'
	,css: [
      '.sIFR-root { color: #00a0be; }'
    ]
	,wmode : 'transparent'
});

sIFR.replace( tradeGothicBold, {
	selector: '#page-content-main #column-form h3'
	,css: [
      '.sIFR-root { color: #00a0be; }'
    ]
	,wmode : 'transparent'
});

sIFR.replace( tradeGothicBold, {
	selector: '#page-content-main #contact-form h3'
	,css: [
      '.sIFR-root { color: #00a0be; }'
    ]
	,wmode : 'transparent'
});

sIFR.replace( tradeGothicBold, {
	selector: '#page-content-main h3'
	,css: [
      '.sIFR-root { color: #151515; }'
      ,'a { color: #00a0be; text-decoration: none; }'
      ,'a:hover {color: #00a0be; text-decoration: underline; }'
    ]
	,wmode : 'transparent'
});

