    var arial_r = {
      src: '/media/english_canada/swf/arial-r.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    sIFR.useStyleCheck = true;
    sIFR.activate(arial_r);

  sIFR.replace(arial_r, {
    selector: 'h1.blue, h1.orange'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { font-weight: normal; text-align: left; font-weight: normal; letter-spacing: -0.1; color: #010101;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #0361a8 }'
      ,'a:hover { color: #010101 }'
  ]
  });

  sIFR.replace(arial_r, {
    selector: 'h1.grey, h1.grey-col'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { text-align: left; font-weight: normal; letter-spacing: -0.1; color: #010101;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #0361a8 }'
      ,'a:hover { color: #010101 }'
  ]
  });

  sIFR.replace(arial_r, {
    selector: 'h1.grey2'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { text-align: left; font-weight: normal; letter-spacing: -0.1; color: #747272;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #0361a8 }'
      ,'a:hover { color: #010101 }'
  ]
  });

  sIFR.replace(arial_r, {
    selector: 'h1.white'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { text-align: left; font-weight: normal; letter-spacing: -0.1; color: #FFFFFF;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #CCCCCC }'
    ]
  });

  sIFR.replace(arial_r, {
    selector: 'h2'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { text-align: left; font-weight: normal; letter-spacing: 0.1; color: #000000; }'
    ]
  });

sIFR.replace(arial_r, {
    selector: 'h3'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { text-align: left; font-weight: normal; letter-spacing: -0.1; color: #010101; }'
    ]
  });
  

/* tak nalezy zrobic aby uzyskac uppercase
      sIFR.replace(arial_r, {
      selector: 'h1.orange'
      ,css: {
        '.sIFR-root': { 'background-color': '#f8f8f8', 'text-transform': 'uppercase'  }
      }
    });
*/
  

/* filters example
sIFR.replace(arial_al, {selector: 'h2,h3'});


sIFR.replace(block_smooth, {
      selector: 'h4.subhead'
      ,css: {
        '.sIFR-root': { 'color': '#660000', 'letter-spacing': -0.5, 'text-transform': 'capitalize' }
      }
      ,filters: {
        DropShadow: {
          knockout: true
          ,distance: 1
          ,color: '#330000'
          ,strength: 2
        }
      }
    });
*/