  var rockwell = {
    src: '/rockwell.swf'
  };
  var helvetica = {
    src: '/helve.swf'
  };

  sIFR.activate(rockwell, helvetica);

  sIFR.replace(rockwell, {
    selector: '#main h1'
    ,css: [
      '.sIFR-root { color: #bc102e; }',
    ],
	  wmode: 'transparent'

  });
  
  sIFR.replace(rockwell, {
    selector: '#vesti h2'
    ,css: [
      '.sIFR-root { color: #bc102e; }',
    ],
	  wmode: 'transparent'

  });
  
  sIFR.replace(rockwell, {
    selector: '.moduleEleven h2, .modulePromo h2, .moduleZnali h2'
    ,css: [
      '.sIFR-root { color: #ffec2e;}',
    ],
	  wmode: 'transparent'

  });
  
  sIFR.replace(rockwell, {
    selector: '.module h2, #homePreporuka h2, #homeAnketa h2, .rockwell_red'
    ,css: [
      '.sIFR-root { color: #bc102e; }',
    ],
	  wmode: 'transparent'

  });
  
  sIFR.replace(helvetica, {
    selector: '.prod h2, .prodHalfDetail h2'
    ,css: [
      '.sIFR-root { color: #bc102e; }',
    ],
	  wmode: 'transparent'

  });

