    var palatino = {
      src: 'fonts/palatino.swf'
      };


    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(palatino);

	
	sIFR.replace(palatino, {
      selector: 'h1'
	  ,wmode: 'transparent'
      ,css: {
        '.sIFR-root': { 'color': '#1c457e'}
      }
      
    });
	sIFR.replace(palatino, {
      selector: 'h2, h3, h4'
	  ,wmode: 'transparent'
      ,css: {
        '.sIFR-root': { 'color': '#2f3d51'}
      }
      
    });



