var swiss = {
  src: '/flash/swiss.swf'
};

sIFR.activate(swiss); // From revision 209 and onwards


sIFR.replace(swiss, {
  selector: '.sifrhead',
  wmode: 'transparent',
  css: {
	  '.sIFR-root': { 'color': '#01519b' }
  },
  forceSingleLine: 'true',
  forceWidth: 'true',
  fitExactly: 'true',
  tuneWidth: '50',
  tuneHeight: '10',
  offsetTop: '8',
  offsetLeft: '5',
  ratios: [8,1.41,10,1.33,14,1.31,16,1.26,20,1.27,24,1.26,25,1.24,26,1.25,35,1.24,49,1.23,54,1.22,55,1.23,74,1.22,75,1.21,79,1.22,80,1.21,81,1.22,89,1.21,90,1.22,1.21]
});

sIFR.replace(swiss, {
  selector: '.sifrheadgreen',
  wmode: 'transparent',
  css: {
	  '.sIFR-root': { 'color': '#187000' }
  },
  forceSingleLine: 'true',
  forceWidth: 'true',
  fitExactly: 'true',
  tuneWidth: '50',
  tuneHeight: '10',
  offsetTop: '8',
  offsetLeft: '5',
  ratios: [8,1.41,10,1.33,14,1.31,16,1.26,20,1.27,24,1.26,25,1.24,26,1.25,35,1.24,49,1.23,54,1.22,55,1.23,74,1.22,75,1.21,79,1.22,80,1.21,81,1.22,89,1.21,90,1.22,1.21]
});

sIFR.replace(swiss, {
  selector: '.sifrheadorange',
  wmode: 'transparent',
  css: {
	  '.sIFR-root': { 'color': '#ff6c00' }
  },
  forceSingleLine: 'true',
  forceWidth: 'true',
  fitExactly: 'true',
  tuneWidth: '50',
  tuneHeight: '10',
  offsetTop: '8',
  offsetLeft: '5',
  ratios: [8,1.41,10,1.33,14,1.31,16,1.26,20,1.27,24,1.26,25,1.24,26,1.25,35,1.24,49,1.23,54,1.22,55,1.23,74,1.22,75,1.21,79,1.22,80,1.21,81,1.22,89,1.21,90,1.22,1.21]
});

/*
sIFR.debugMode = true;
sIFR.debug.ratios({ src: '/flash/swiss.swf', selector: '.sifrhead' });
*/