//<[CDATA[

  var nilland = {
    src: 'http://www.optimizaresite.ro/test/nilland.swf'
    ,ratios: [10, 1.32, 16, 1.27, 17, 1.23, 18, 1.25, 23, 1.23, 24, 1.21, 25, 1.22, 29, 1.21, 31, 1.22, 35, 1.2, 36, 1.21, 48, 1.2, 72, 1.19, 77, 1.18, 78, 1.19, 1.18]
  };
  // 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(nilland);
  
  // sIFR.debug.ratios({ src: 'nilland.swf', selector: 'h1' }); 

  /*sIFR.replace(nilland, {
    selector: '#post-114 h1.titlu'
    ,css: [
      '.sIFR-root { color: #222222; font-weight: normal; font-size: 30px; letter-spacing: 0.7; }'
	  ,'em { font-style: normal; color: #222222; }'
	  ,'strong { font-size: 50px; font-style: normal; color: #222222; }'
      ,'a { color: #222222; text-decoration: none; }'
      ,'a:link { color: #222222; }'
      ,'a:hover { color: #222222; }'
    ]
	,transparent: true
  });*/
  
  sIFR.replace(nilland, {
    selector: 'h1.titlu'
    ,css: [
      '.sIFR-root { color: #444444; font-weight: normal; font-size: 30px; letter-spacing: 0.7; }'
	  ,'em { font-style: normal; color: #30bdd9; }'
	  ,'strong { font-size: 50px; font-style: normal; color: #CBDB44; }'
      ,'a { color: #D930A0; text-decoration: none; }'
      ,'a:link { color: #D930A0; }'
      ,'a:hover { color: #D930A0; }'
    ]
	,transparent: true
  });

  sIFR.replace(nilland, {
    selector: 'h1.subtitlu'
    ,css: [
      '.sIFR-root { color: #444444; font-weight: normal; font-size: 24px; letter-spacing: 0.7; }'
	  ,'a { color: #D930A0; text-decoration: none; }'
      ,'a:link { color: #D930A0; }'
      ,'a:hover { color: #D930A0; }'
    ]
	,transparent: true
  });

  sIFR.replace(nilland, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal; font-size: 20px; letter-spacing: 0.7; }'
	  ,'a { color: #ffffff; text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #fffff; }'
    ]
	,transparent: true
  });
  
  sIFR.replace(nilland, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { color: #444444; font-weight: normal; font-size: 20px; letter-spacing: 0.7; }'
	  ,'em { font-style: normal; color: #30bdd9; }'
	  /*,'code { color: #222222; }'*/
	  ,'strong { font-style: normal; color: #CBDB44; }'
	  ,'a { color: #D930A0; text-decoration: none; }'
      ,'a:link { color: #D930A0; }'
      ,'a:hover { color: #D930A0; }'
    ]
	,transparent: true
  });

  sIFR.replace(nilland, {
    selector: 'h4'
    ,css: [
      '.sIFR-root { color: #444444; font-weight: normal; font-size: 24px; letter-spacing: 0.7; }'
	  ,'em { font-size: 65px; font-style: normal; color: #CBDB44; }'
	  ,'a { color: #D930A0; text-decoration: none; }'
      ,'a:link { color: #D930A0; }'
      ,'a:hover { color: #D930A0; }'
    ]
	,transparent: true
  });
  
  sIFR.replace(nilland, {
    selector: 'h5'
    ,css: [
      '.sIFR-root { color: #444444; font-weight: normal; font-size: 16px; letter-spacing: 0.7; cursor: pointer; }'
	  ,'strong { font-style: normal; color: #30bdd9; }'
    ]
	,transparent: true
  });

  //]]>