var kmartfont = {
  src: '/include/flash/kmartfont.swf'
};

//sIFR.useStyleCheck = true;
//sIFR.delayCSS  = true;  
sIFR.activate(kmartfont); // separate with comma for different swf file


//sIFR.replace(kmartfont, {
//  selector: '.box-q h2 span'
//	, wmode: 'transparent'
//    , css: [
//      'a {font-size:75px;color:#ffffff;text-transform:lowercase;letter-spacing:1;'
//      , 'a:hover {color:#FFFF00;}'
//    ]
//});


sIFR.replace(kmartfont, {
  selector: '.box-b h2 span, .box-c h2 span, .box-d h2 span, .box-e h2 span, .box-f h2 span, .box-h h2 span, .box-i h2 span.box-j h2 span, .box-k h2 span, .box-l h2 span, .box-m h2 span, .box-n h2 span, .box-o h2 span, .box-p h2 span, .box-q h2 span, .box-r h2 span, .box-s h2 span, .box-t h2 span'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root {font-size:20px;color:#ffffff;text-transform:lowercase;letter-spacing:1;}'
    ]
});

sIFR.replace(kmartfont, {
  selector: '.box-g h2 span'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root {font-size:20px;color:#0B56A4;text-transform:lowercase;letter-spacing:1;}'
    ]
});

