var scriptfont = {
    src: 'uploads/swf/font.swf'
//    ,ratios: [8,1.3,10,1.27,15,1.22,19,1.18,27,1.17,28,1.16,37,1.15,48,1.14,49,1.13,55,1.14,88,1.13,89,1.12,92,1.13,93,1.12,94,1.13,98,1.12,99,1.13,106,1.12,107,1.13,1.12]
  };

//  sIFR.domains = ['domain.pl'] // Don't check for domains in this demo
  //sIFR.useStyleCheck = true;
  sIFR.activate(scriptfont);

  sIFR.replace(scriptfont, {
    selector: '#sub h2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight:bold;  font-size:36px; color: #A80000; margin-right: 10px; letter-spacing:-1.0; text-align:center; }',
	  'a {color: #ffcc00; text-decoration: none;}',
	  'a:hover {color: #b9b8b8; text-decoration: none;}'
    ]
    /*
    ,filters: {
        DropShadow: {
          knockout: false
          ,distance: 3
          ,color: '#000000'
          ,strength: 1
        }
      
       
   }
   */
	,wmode: 'transparent'
  });

  
  
 

