 var helv = {
      src: 'scripts/helv.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
	  ,wmode:'opaque'
    };
 //var haet = {
      //src: 'scripts/haet.swf'
      //,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
	  //,wmode:'transparent'
    //};

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;

	sIFR.activate(helv);

    sIFR.replace(helv, {
      selector: 'h3#kulay'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #ff9900; background-color:#161412; font-size:29px; }'
      ]
    });
	
	sIFR.replace(helv, {
      selector: 'h3'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #ff9900; background-color:#161412; font-size:39px; margin-bottom:0px; }'
      ]
    });
	
	//sIFR.replace(haet, {
      //selector: 'h4#ops'
      //,css: [
        //'.sIFR-root { text-align: left; font-weight: bold; color: #ffffff; background-color:#2e2b26; text-decoration:none; font-size:55px; }'
      //]
    //}); 
	
	sIFR.replace(helv, {
      selector: 'h4'
      ,css: [
        '.sIFR-root { text-align: right; font-weight: bold; color: #292728; background-color:#38332f; text-decoration:none; padding:0px; margin:0px; }'
		,'a { text-decoration: none; }'
        ,'a:link { color: #2c2927; }'
        ,'a:hover { color: #9a9691; }'

      ]
    }); 