var stymie = {
    src: 'SIFR/stymie.swf'
    
  };
 
 var rounded = {
    src: 'SIFR/rounded.swf'
    
  };

  sIFR.delayCSS  = true;

// MAIN HEADINGS  
  sIFR.activate(stymie);
   
   sIFR.replace(stymie, {
    selector: 'h1',
	wmode: 'transparent',
  	css: '.sIFR-root { color: #FFFFFF; }',
  	offsetTop:-3,
  	filters: {
        DropShadow: {
           distance: 1
          ,color: '#000000'
          ,strength: 2
          ,alpha: .2
        }
      }

});

   sIFR.replace(stymie, {
    selector: 'h2',
	wmode: 'transparent',
  	css: '.sIFR-root { color: #028db6; }',
  	offsetTop:0
 });

sIFR.activate(rounded);   

   sIFR.replace(rounded, {
    selector: 'h3',
	wmode: 'transparent',
 	css: '.sIFR-root { color: #01375a; }',
  	offsetTop:0
});

   sIFR.replace(rounded, {
    selector: 'h4',
	wmode: 'transparent',
 	css: '.sIFR-root { color: #fcbc21; }',
  	offsetTop:0
});
   
   

 
 
