var frutigerBlack = {
    src: '/wp-content/themes/miracle-delaatstemeter/swf/frutiger-black.swf'
}; 

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

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

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

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

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

