var hir = {
      src: '/lib/flash/hir.swf'
};

//var arnopro = {
//      src: '/wp-content/themes/designintellection/flash/arnopro.swf'
//};

sIFR.activate(hir);
//sIFR.activate(arnopro);


sIFR.replace(hir, {
      selector: 'h3'
      ,css: [
      '.sIFR-root { display:block; font-size:15px; font-weight:normal; color:#FFFFFF; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; }'
      ]
      ,wmode: 'transparent'
});

sIFR.replace(hir, {
      selector: 'h4'
      ,css: [
      '.sIFR-root { display:block; font-size:13px; font-weight:normal; color:#6B1111; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; }'
      ]
      ,wmode: 'transparent'
});

//sIFR.replace(figgins, {
//      selector: 'h1.post-title-single'
//      ,css: [
//      '.sIFR-root { margin-bottom:0; padding:36px 0; font-size:36px; font-weight:normal; text-align:right; text-transform:uppercase; color:#d67e4f; }'
//      ,'em { font-style:italic; }'
//      ,'strong { font-weight:bold; }'
//      ]
//      ,wmode: 'transparent'
//});
//
//
//sIFR.replace(arnopro, {
//      selector: 'h2.cpost-title',
//      css: [
//      '.sIFR-root { font-size:24px; font-weight:normal; color:#9f0000; }',
//      'em { font-style:italic; }',
//      'strong { font-weight:bold; color:#333333; }'
//      ],
//	  tuneHeight:-7,
//      wmode: 'transparent'
//});