/*****************************************************************************
    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.
    *****************************************************************************/
  
    var myriad = {
      src: 'http://www.buma.com/wp-content/themes/buma/myriad_pro_cond.swf'
    };

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

    sIFR.replace(myriad, {
      selector: 'div#header h2 span'
      ,css: [
        '.sIFR-root { color: #ffffff; text-align: right; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
	  ,wmode: 'transparent'
    });
	
    sIFR.replace(myriad, {
      selector: 'div#header h2 b'
      ,css: [
        '.sIFR-root { color: #00a4e4; text-align: right; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
	  ,wmode: 'transparent'
    });
	
    sIFR.replace(myriad, {
      selector: 'div#header h2 strong'
      ,css: [
        '.sIFR-root { color: #7ac142; text-align: right; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
	  ,wmode: 'transparent'
    });