var cicle = {
      src: '/cicle.swf'
      ,ratios: [9, 1.27, 13, 1.18, 18, 1.14, 26, 1.13, 32, 1.11, 37, 1.1, 45, 1.09, 46, 1.1, 64, 1.09, 119, 1.08, 121, 1.07, 1.08][9, 1.27, 13, 1.18, 18, 1.14, 26, 1.13, 32, 1.11, 37, 1.1, 45, 1.09, 46, 1.1, 64, 1.09, 119, 1.08, 121, 1.07, 1.08]
    };

var myr = {
      src: '/myr.swf'
      ,ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 55, 1.23, 88, 1.22, 89, 1.21, 95, 1.22, 98, 1.21, 99, 1.22, 103, 1.21, 104, 1.22, 108, 1.21, 109, 1.22, 1.21]
    };
    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    sIFR.useStyleCheck = true;
    sIFR.activate(cicle, myr);
	
	//sIFR.debug.ratios({ src: '/myr.swf', selector: '.titluAlb' });
	
	sIFR.replace(cicle, {
      selector: '.menuLink'
	  ,css: [
        '.sIFR-root { text-align: left; color: #FFFFFF; background-color: #ffdf91;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #f58220; }'
        ,'a:hover { color: #382225; }'
      ]
    });
	
	sIFR.replace(cicle, {
      selector: '.menuLink_2'
	  ,css: [
        '.sIFR-root { text-align: left; color: #FFFFFF; background-color: #ffdf91;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #f58220; }'
        ,'a:hover { color: #382225; }'
      ]
    });

	sIFR.replace(myr, {
      selector: '.titluAlb'
	  ,wmode: 'transparent'
	  ,css: [
        '.sIFR-root { text-align: left; color: #FFFFFF;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #FFFFFF; }'
      ]
    });
	
	sIFR.replace(myr, {
      selector: 'h1'
	  ,wmode: 'transparent'
	  ,css: [
        '.sIFR-root { text-align: left; color: #f58220;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #FFFFFF; }'
      ]
    });
	
	sIFR.replace(myr, {
      selector: 'h2'
	  ,wmode: 'transparent'
	  ,css: [
        '.sIFR-root { text-align: left; color: #382225;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #382225; }'
        ,'a:hover { color: #ef4023; }'
      ]
    });

