var ArcherLight = {
  src: 'http://www.red-lime.com/assets/swf/Archer_Light.swf'
};
var ArcherMed = {
  src: 'http://www.red-lime.com/assets/swf/Archer_Medium.swf'
};
var ArcherBold = {
  src: 'http://www.red-lime.com/assets/swf/Archer_Bold.swf'
};

sIFR.activate(ArcherLight);
sIFR.activate(ArcherMed);
sIFR.activate(ArcherBold);

sIFR.replace( ArcherLight, {
  selector: '#main_col h2',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #433e39; leading: -1; }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #433e39; }'
      		,'a:hover { color: #e31837; }'
	]
});
sIFR.replace( ArcherLight, {
  selector: '#main_col_wide h2',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #433e39; leading: -1; }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #433e39; }'
      		,'a:hover { color: #e31837; }'
	]
});
sIFR.replace( ArcherLight, {
  selector: 'h2.pg-title',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #433e39; leading: -1; }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #433e39; }'
      		,'a:hover { color: #e31837; }'
	]
});
sIFR.replace( ArcherMed, {
  selector: 'h2.pname',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #433e39; leading: 3; }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #433e39; }'
      		,'a:hover { color: #e31837; }'
	]
});
sIFR.replace( ArcherMed, {
  selector: '#main_col h3',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #433e39; leading: 3; }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #433e39; }'
      		,'a:hover { color: #e31837; }'
	]
});
sIFR.replace( ArcherMed, {
  selector: '#main_col_wide h3',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #433e39; leading: 3; }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #433e39; }'
      		,'a:hover { color: #e31837; }'
	]
});
sIFR.replace( ArcherMed, {
  selector: '#side_col h3',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #433e39; leading: 3; }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #433e39; }'
      		,'a:hover { color: #e31837; }'
	]
});
sIFR.replace( ArcherMed, {
  selector: '#side_col_thin h3',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #433e39; leading: 3; }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #433e39; }'
      		,'a:hover { color: #e31837; }'
	]
});
sIFR.replace( ArcherMed, {
  selector: '#mod_hello h3',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #433e39; leading: 3; }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #433e39; }'
      		,'a:hover { color: #e31837; }'
	]
});
sIFR.replace( ArcherMed, {
  selector: '#mod_blog h3',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #433e39; leading: 3; }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #433e39; }'
      		,'a:hover { color: #e31837; }'
	]
});
sIFR.replace( ArcherMed, {
  selector: '#mod_feature h3',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #433e39; leading: 3; }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #433e39; }'
      		,'a:hover { color: #e31837; }'
	]
});
sIFR.replace( ArcherMed, {
  selector: 'h3.pname',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #433e39; leading: 3; }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #433e39; }'
      		,'a:hover { color: #e31837; }'
	]
});
sIFR.replace( ArcherLight, {
  selector: 'h3.ptitle',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #e31837; leading: 3; }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #433e39; }'
      		,'a:hover { color: #e31837; }'
	]
});
