//<[CDATA[

  var agfa = {
    src: 'http://www.fraudaimobiliara.ro/wp-content/themes/adsimple/agfa.swf'
    ,ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 25, 1.25, 27, 1.23, 31, 1.24, 37, 1.23, 41, 1.22, 42, 1.23, 53, 1.22, 92, 1.21, 93, 1.2, 96, 1.21, 98, 1.2, 101, 1.21, 103, 1.2, 104, 1.21, 108, 1.2, 109, 1.21, 113, 1.2, 114, 1.21, 1.2]
  };
  // http://wiki.novemberborn.net/sifr3/Ratio+Calculation
  

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

  sIFR.activate(agfa);
  
  // sIFR.debug.ratios({ src: 'agfa.swf', selector: 'h1' }); 

  sIFR.replace(agfa, {
    selector: 'h1.titlu'
    ,css: [
      '.sIFR-root { color: #E60000; font-weight: normal; font-size: 36px; }'
	  ,'em { font-style: normal; color: #30bdd9; }'
	  ,'strong { font-size: 50px; font-style: normal; color: #CBDB44; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #E60000; }'
      ,'a:hover { color: #AA0001; }'
    ]
	,transparent: true
  });

  sIFR.replace(agfa, {
	selector: 'h1.aside'
    ,css: [
      '.sIFR-root { color: #E60000; font-weight: normal; font-size: 16px; }'
	  ,'em { font-style: normal; color: #30bdd9; }'
	  ,'strong { font-size: 50px; font-style: normal; color: #CBDB44; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #E60000; }'
      ,'a:hover { color: #AA0001; }'
    ]
	,transparent: true
  });

  sIFR.replace(agfa, {
    selector: 'h1.subtitlu'
    ,css: [
      '.sIFR-root { color: #E60000; font-weight: normal; font-size: 26px; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #E60000; }'
      ,'a:hover { color: #AA0001; }'
    ]
	,transparent: true
  });

  sIFR.replace(agfa, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { color: #97C825; font-weight: normal; font-size: 20px; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #E60000; }'
      ,'a:hover { color: #AA0001; }'
    ]
	,transparent: true
  });
  
  sIFR.replace(agfa, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { color: #97c825; font-weight: normal; font-size: 20px; }'
	  ,'em { font-size: 80px; font-style: normal; color: #CBDB44; }'
	  ,'strong { font-size: 80px; font-style: normal; color: #CBDB44; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #D930A0; }'
      ,'a:hover { color: #D930A0; }'
    ]
	,transparent: true
  });
  
  sIFR.replace(agfa, {
    selector: 'h4'
    ,css: [
      '.sIFR-root { color: #444444; font-weight: normal; font-size: 20px; }'
	  ,'em { font-style: normal; color: #CBDB44; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #E60000; }'
      ,'a:hover { color: #E60000; }'
    ]
	,transparent: true
  });
  
  sIFR.replace(agfa, {
    selector: 'h5'
    ,css: [
      '.sIFR-root { color: #444444; font-weight: normal; font-size: 16px; }'
	  ,'strong { font-style: normal; color: #30bdd9; }'
	  ,'a { color: #E60000; text-decoration: none; }'
      ,'a:link { color: #E60000; }'
      ,'a:hover { color: #AA0001; }'
    ]
	,transparent: true
  });

  //]]>