	var hell_cond = {
    src: 'SIFR/hell_cond.swf'
    
  };
    var hell_bold = {
    src: 'SIFR/hell_bold.swf'
    
  };

  sIFR.delayCSS  = true;

// MAIN HEADINGS  
  sIFR.activate(hell_cond, hell_bold);
  
  sIFR.replace(hell_cond, {
    selector: 'h1',
	wmode: 'transparent',
    css: {
      '.sIFR-root': { 'color': '#0061a6'}
    }
  });
   sIFR.replace(hell_bold, {
    selector: '#right_sidebar h3',
	wmode: 'transparent',
    css: {
      '.sIFR-root': { 'color': '#ffffff', 'font-weight': 'bold'}
    }
  });
   sIFR.replace(hell_bold, {
    selector: '#banner_block h2',
	wmode: 'transparent',
    css: {
      '.sIFR-root': { 'color': '#ffffff', 'font-weight': 'bold', 'text-transform': 'none'}
    }
  });
    sIFR.replace(hell_bold, {
    selector: '#sub_copy h3',
	wmode: 'transparent',
    css: {
      '.sIFR-root': { 'color': '#F06000', 'text-transform': 'uppercase', 'font-weight': 'bold'}
    }
  });

 