var FolioBdCnd = { src: 'http://stormsuit.frabill.com/assets/swf/FolioBold_Cnd.swf' };

sIFR.activate(FolioBdCnd);

sIFR.replace( FolioBdCnd, {
  selector: 'h2.home, h2.features, h2.videos, h2.reviews',
  wmode: 'transparent',
  offsetTop: 0,
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #fdb913; leading: -5; letter-spacing: 1; text-transform: uppercase }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #393836; }'
      		,'a:hover { color: #746a5f; }'
	]
});
sIFR.replace( FolioBdCnd, {
  selector: 'x',
  wmode: 'transparent',
  offsetTop: 8,
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #e8e8e8; leading: -5; letter-spacing: 1; text-transform: uppercase }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #393836; }'
      		,'a:hover { color: #746a5f; }'
	]
});
sIFR.replace( FolioBdCnd, {
  selector: '#home h4',
  wmode: 'transparent',
  offsetTop: 8,
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #e8e8e8; leading: -1; text-transform: uppercase }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #393836; }'
      		,'a:hover { color: #746a5f; }'
	]
});
