var swiss = {
	src: './flash/runnerstv.swf'
	,ratios: [7,1.32,8,1.31,12,1.27,20,1.22,28,1.19,30,1.17,31,1.18,45,1.17,61,1.16,62,1.15,65,1.16,66,1.15,67,1.16,109,1.15,110,1.14,116,1.15,117,1.14,122,1.15,1.14]
	,wmode: 'transparent'
};

sIFR.fromLocal = true; 
sIFR.activate(swiss);

// H2 HEADERS
sIFR.replace(swiss, {
    selector: '.navigation li.active'
	,forceSingleLine: true
    ,css: [
      '.sIFR-root { font-size: 15px; leading: -2; color: #ffffff; font-weight:bold; text-transform:uppercase; }'
      ,'a { text-decoration: none; color: #ffffff; }'
      ,'a:hover { text-decoration: none; color: #0094d9; }'
	]
});
sIFR.replace(swiss, {
    selector: '.navigation li'
	,forceSingleLine: true
    ,css: [
      '.sIFR-root { font-size: 15px; leading: -2; color: #0094d9; font-weight:bold; text-transform:uppercase; }'
      ,'a { text-decoration: none; color: #0094d9; }'
      ,'a:hover { text-decoration: none; color: #ffffff; }'
	]
});


sIFR.replace(swiss, {
    selector: '.runnerstv h2'
    ,css: [
      '.sIFR-root { font-size: 15px; leading: -2; color: #575757; font-weight:bold; text-transform:uppercase; }'
      ,'a { text-decoration: none; color: #cbc100; }'
      ,'a:hover { text-decoration: none; color: #cbc100; }'
	]
});
sIFR.replace(swiss, {
    selector: '.cyclotv h2'
    ,css: [
      '.sIFR-root { font-size: 15px; leading: -2; color: #575757; font-weight:bold; text-transform:uppercase; }'
      ,'a { text-decoration: none; color: #61ca00; }'
      ,'a:hover { text-decoration: none; color: #61ca00; }'
	]
});
sIFR.replace(swiss, {
    selector: '.tracknfieldtv h2'
    ,css: [
      '.sIFR-root { font-size: 15px; leading: -2; color: #575757; font-weight:bold; text-transform:uppercase; }'
      ,'a { text-decoration: none; color: #f98106; }'
      ,'a:hover { text-decoration: none; color: #f98106; }'
	]
});



sIFR.replace(swiss, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { font-size: 15px; leading: -2; color: #ffffff; font-weight:bold; text-transform:uppercase; }'
      ,'a { text-decoration: none; color: #ffffff; }'
      ,'a:hover { text-decoration: none; color: #ffffff; }'
	]
});
