 /*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/
  
    /*---- sIFR.debug.ratios({ src: 'mm.swf', selector: 'h1' }); ----*/


	
	

    var mm = {
      src: 'mm.swf'
      ,ratios: [10, 1.32, 12, 1.26, 16, 1.27, 19, 1.23, 25, 1.22, 31, 1.21, 33, 1.2, 37, 1.19, 38, 1.2, 51, 1.19, 55, 1.18, 56, 1.19, 90, 1.18, 92, 1.17, 94, 1.18, 98, 1.17, 99, 1.18, 1.17]
	  
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(mm);

    sIFR.replace(mm, {	 
      selector: 'h1',
	  wmode:'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold;color: #545454; }'
        ,'a { text-decoration: none;  }'
        ,'a:link { color: #666666; }'
        ,'a:hover { color: #8c05ae; }'
      ]
	  

    });
	
	sIFR.replace(mm, {
      selector: 'h2',
	  wmode:'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #ff9000;}'
        ,'a { text-decoration: none;}'
        ,'a:link { color: #666666;}'
        ,'a:hover { color: #8c05ae;}'
      ]
	   

    });
	
	
  
