﻿var chancery = { src: 'http://knockcastle.com/flash/chancery.swf' };

sIFR.useStyleCheck = true;

sIFR.activate(chancery);

sIFR.replace(chancery, {
      selector: '.homeRightMenuTop h3'
      ,css: {
        '.sIFR-root': { 'color': '#ffffff' }
        }
      ,wmode: 'transparent'
      
});

sIFR.replace(chancery, {
      selector: '.homeRightMenuMid h3'
      ,css: {
        '.sIFR-root': { 'color': '#ffffff' }
        }
      ,wmode: 'transparent'
      
});

sIFR.replace(chancery, {
      selector: '.homeRightMenu h3'
      ,css: {
        '.sIFR-root': { 'color': '#ffffff' }
        }
      ,wmode: 'transparent'
      
});

