var minisy = {
	src: 'http://sifr.glitterditch.com/flash/minisy.swf'
};

var amtycn = {
	src: 'http://sifr.glitterditch.com/flash/amtycn.swf'
};

var frut67 = {
        src: 'http://sifr.glitterditch.com/flash/frut67.swf'
};

var gothbc = {
	src: 'http://sifr.glitterditch.com/flash/gothbc.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(amtycn);

sIFR.replace(amtycn, {
    selector: 'div.controlbox-inner'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #FFFFFF; letter-spacing: 0; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #FFFFFF; text-decoration: underline; }'
    ]
  });
/*
sIFR.replace(amtycn, {
    selector: 'h5.slug'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #171F31; font-weight: bold; letter-spacing: 0; text-transform: uppercase;} strong { color: #171F31; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #171F31; }'
      ,'a:hover { color: #171F31; text-decoration: underline; }'
    ]
});
*/
sIFR.replace(amtycn, {
    selector: 'span.whiteslug'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #FFFFFF; letter-spacing: 0; text-transform: uppercase;} strong { color: #FFFFFF; }'
      ,'a { text-decoration: none; }'
      ,'background { color: #171f31; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #FFFFFF; text-decoration: underline; }'
    ]
});

sIFR.replace(amtycn, {
    selector: 'h3.entry-header'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #171f31; letter-spacing: -2;} strong { color: #171f31; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #171f31; }'
      ,'a:hover { color: #171f31; text-decoration: underline; }'
    ]
  });

sIFR.replace(amtycn, {
    selector: 'h1.entry-header-lede'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #171f31; letter-spacing: -2;} strong { color: #171f31; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #171f31; }'
      ,'a:hover { color: #171f31; text-decoration: underline; }'
    ]
      ,filters: { 
        DropShadow: {
		knockout: false
		,distance: 2
		,color: '#999999'
		,strength: 1 
	}
      } 
  });

sIFR.replace(amtycn, {
    selector: 'h1.entry-header'
	,wmode: 'transparent'
    ,css: [
	'.sIFR-root { color: #171f31; letter-spacing: -1; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #171f31; }'
	,'a:hover { color: #171f31; text-decoration: underline; }'
    ]
	,filters: {
	  DropShadow: {
		knockout: false
		,distance: 2
		,color: '#999999'
		,strength: 1
	  }
	}
  });

sIFR.replace(amtycn, {
    selector: 'h4.comments-open-header'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #171f31; letter-spacing: -1;} strong { color: #171f31; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #171f31; }'
      ,'a:hover { color: #171f31; text-decoration: underline; }'
    ]
  });

sIFR.replace(amtycn, {
    selector: 'h4.comments-header'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #171f31; letter-spacing: -1;} strong { color: #171f31; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #171f31; }'
      ,'a:hover { color: #171f31; text-decoration: underline; }'
    ]
  });

sIFR.replace(amtycn, {
    selector: 'h4.entry-header'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #171f31; letter-spacing: -1;} strong { color: #171f31; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #171f31; }'
      ,'a:hover { color: #171f31; text-decoration: underline; }'
    ]
  });

