var camingo = {
  src: '/swf/camingo.swf'
  ,ratios: [8, 1.41, 10, 1.33, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 35, 1.24, 46, 1.23, 74, 1.22, 75, 1.21, 76, 1.22, 77, 1.21, 79, 1.22, 80, 1.21, 81, 1.22, 1.21]
};

sIFR.delayCSS  = true;
sIFR.domains = ['charityjam.dev', '*.charityjam.de', 'charityjam.de'];
sIFR.activate(camingo);

sIFR.replace(camingo, {
  selector: '#head-content h1, #intro-start h1, #live-start h1, #music-start h1'
  ,css: [
    '.sIFR-root { font-weight: normal; color:#00bcff; text-transform: uppercase; }'
    ,'a:link { color: #00bcff; text-decoration: none; }'
    ,'a:hover { color: #00bcff; text-decoration: none; }'
  ],
  wmode: 'transparent'
});

sIFR.replace(camingo, {
  selector: '#vvk-start h1'
  ,css: [
    '.sIFR-root { font-weight: normal; color:#ffffff; text-transform: uppercase; }'
    ,'a:link { color: #ffffff; text-decoration: none; }'
    ,'a:hover { color: #ffffff; text-decoration: none; }'
  ],
  wmode: 'transparent'
});

/*sIFR.debug.ratios({ src: '/fileadmin/templates/sifr/corpid-light.swf', selector: 'h1' });*/
