var archerMedium = { src: 'http://hueshift.com/images/swf/archerMedium.swf' };
var archerBold = { src: 'http://hueshift.com/images/swf/archerBold.swf' };
var archerBook = { src: 'http://hueshift.com/images/swf/archerBook.swf' };

sIFR.activate(archerMedium, archerBold, archerBook);

sIFR.replace(archerBold, {
  selector: 'h1',
  wmode: 'transparent',
  css: [
        '.sIFR-root { text-align: left; color: #E9E9E9; line-height: 16px; font-size: 12px;}'
        ,'a { text-decoration: none; color: #FFFFFF; }'
        ,'a:hover { color: #FFFFFF; }'
      ]
    });

sIFR.replace(archerBold, {
  selector: 'h2',
  wmode: 'transparent',
  css: [
        '.sIFR-root { text-align: left; color:#E4701E;}'
		,'a { text-decoration: none; color: #591F00; }'
        ,'a:hover { color: #003F5E; }'
      ]
    });

sIFR.replace(archerMedium, {
  selector: 'h3',
  wmode: 'transparent',
  css: [
        '.sIFR-root { text-align: left; color: #666666;}'
		,'a { text-decoration: none; color: #333333; }'
        ,'a:hover { color: #00C6FF; }'
      ]
    });

sIFR.replace(archerBold, {
  selector: 'h4',
  wmode: 'transparent',
  css: [
        '.sIFR-root { text-align: left;}'
		,'a { text-decoration: none; color: #666; }'
        ,'a:hover { color: #666; }'
      ]
    });