//if(typeof sIFR == "function"){
//sIFR.replaceElement(".latest_featured h2", named({sFlashSrc: "rockwell.swf", sColor: "#000", sCase: "upper", nPaddingTop: 0, nPaddingRight: 0, nPaddingBottom: 0, nPaddingLeft: 0}));
  //  sIFR.replaceElement("#sidebar-wrap h2", named({sFlashSrc: "rockwell.swf", sColor: "#ffffff", sBgColor: "#fe0000", nPaddingTop: 0, nPaddingRight: 0, nPaddingBottom: 0, nPaddingLeft: 0}));
  //  sIFR.replaceElement("#sidebar-wrap h3", named({sFlashSrc: "rockwell.swf", sColor: "#ffffff", sBgColor: "#fe0000", nPaddingTop: 0, nPaddingRight: 0, nPaddingBottom: 0, nPaddingLeft: 0}));
   
//sIFR.replaceElement(".greybox h2", named({sFlashSrc: "rockwell.swf", sColor: "#000000", sBgColor: "#cccccc", sCase:"upper", nPaddingTop: 0, nPaddingRight: 0, nPaddingBottom: 0, nPaddingLeft: 0}));

    
//};

sIFR.replace(vinyl, {
  selector: '.latest_featured h2',
  wmode: 'transparent',
        css: [
        '.sIFR-root { text-transform: uppercase; background-color: #ffffff; }',
        'a {  color: #222222; text-decoration: none; }',
        'a:hover { color: #555555; text-decoration: underline;}'
        ]
});

sIFR.replace(vinyl, {
        selector: '.storybox h2',
        wmode: 'transparent',
        css: [
        '.sIFR-root { text-transform: uppercase; background-color: #ffffff; }',
        'a {  color: #222222; text-decoration: none; }',
        'a:hover { color: #555555; text-decoration: underline;}'
        ]
});

sIFR.replace(vinyl, {
        selector: '.storybox-wide h2',
        wmode: 'transparent',
        css: [
        '.sIFR-root { text-transform: uppercase; background-color: #ffffff; }',
        'a {  color: #222222; text-decoration: none; }',
        'a:hover { color: #555555; text-decoration: underline;}'
        ]
});

sIFR.replace(vinyl, {
        selector: '#sidebar-wrap h2',
        offsetTop: '0',
        css: [
        '.sIFR-root { color: #ffffff; background-color: #6699cc; margin: 0; }',
        'a { color: #ffffff; text-decoration: underline; }',
        'a:hover { color: #cccccc; text-decoration: none;}'
        ]
});

sIFR.replace(vinyl, {
        selector: '.sidebar_block h3',
        offsetTop: '0',
        css: [
        '.sIFR-root { text-transform: uppercase; color: #1c3664; background-color: #99ccff; margin: 0;  }',
        'a { color: #ffffff; text-decoration: underline; }',
        'a:hover { color: #cccccc; text-decoration: none;}'
        ]
});
