var sifr1 = {
  src: '/p/sifr/sifr.swf'
};
var sifr2 = {
  src: '/p/sifr/sifr_script.swf'
};

sIFR.activate(sifr1); // From revision 209 and onwards

//sIFR.debug.ratios({ src: '/p/sifr/sifr.swf', selector: 'h1 strong' });

sIFR.replace(sifr1, {
	selector: '#mcol h1, #aSearch h1, h1#ostaliOglasi, .rbox2 h2.sifr, #zadnjiUvodna h1',
	ratios: [6,1.41,9,1.35,15,1.29,17,1.24,18,1.25,28,1.23,34,1.22,41,1.21,53,1.2,57,1.19,58,1.2,90,1.19,92,1.18,96,1.19,98,1.18,100,1.19,104,1.18,105,1.19,1.18],
	css: [
		'.sIFR-root { color:#256289; }'
		,'a { color: #913f0d; text-decoration:none; }'
		,'a:hover { color: #000000; }'
		,'em { font-size:70%; font-style: normal; }'
		  ],
	wmode: 'transparent',
	background: 'true'
	,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#cccccc'
        ,strength: 2
      }
    }
});
sIFR.activate(sifr2); 
//sIFR.debug.ratios({ src: '/p/sifr/sifr_script.swf', selector: '.itemFeedback h3' });

sIFR.replace(sifr2, {
	selector: '.itemFeedback h3',
	ratios: [8,1.77,11,1.72,13,1.66,16,1.68,18,1.64,20,1.66,22,1.64,32,1.63,44,1.62,53,1.61,54,1.6,58,1.61,59,1.6,61,1.61,100,1.6,101,1.59,103,1.6,104,1.59,105,1.6,107,1.59,108,1.6,109,1.59,110,1.6,114,1.59,115,1.6,119,1.59,120,1.6,1.59],
	css: [
		'.sIFR-root { color:#444444; text-align:right; }'
		  ],
	wmode: 'transparent',
	background: 'true'
});


/*
  var rockwell = {
    src: 'rockwell.swf'
    ,ratios: [6,1.41,9,1.35,15,1.29,21,1.25,22,1.22,27,1.24,29,1.21,34,1.22,41,1.21,45,1.2,46,1.21,59,1.2,68,1.19,69,1.2,96,1.19,97,1.18,102,1.19,103,1.18,107,1.19,108,1.18,112,1.19,114,1.18,116,1.19,120,1.18,121,1.19,1.18]
  };

  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(cochin, rockwell);

  sIFR.replace(rockwell, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });
  
  
  sIFR.replace(cochin, {selector: 'h2,h3'});
  
  sIFR.replace(cochin, {
    selector: 'h4.subhead'
    ,css: {
      '.sIFR-root': { 'color': '#660000', 'letter-spacing': -1.5, 'text-transform': 'capitalize' }
    }
    ,filters: {
      DropShadow: {
        knockout: true
        ,distance: 1
        ,color: '#330000'
        ,strength: 2
      }
    }
  });
  
  */