﻿var chancery = { src: 'http://knockcastle.com/flash/chancery.swf' };

sIFR.useStyleCheck = true;

sIFR.activate(chancery);

/*sIFR.replace(chancery, {
      selector: '#contentRightHome h2.white',
      css: [
      '.sIFR-root { color:#ffffff; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#fff; }'
      ],
      wmode: 'transparent'
});*/

sIFR.replace(chancery, {
      selector: '#contentRightHome h2',
      css: [
      '.sIFR-root { color:#ffffff; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#fff; }'
      ],
      wmode: 'transparent'
});


