if(typeof sIFR == "object"){

var euphoric = { src: '/sifr/euphorh_.swf'};

sIFR.activate(euphoric);

sIFR.replace(euphoric, {
    selector: '.aside h2',
    css: '.sIFR-root {color:#99CC00}' ,
    transparent: true
});

sIFR.replace(euphoric, {
    selector: '#sidebar h2.green',
    css: '.sIFR-root {color:#99cc00}' ,
    transparent: true
});

sIFR.replace(euphoric, {
    selector: '#sidebar h2',
    css: '.sIFR-root {color:#ffffff}' ,
    transparent: true
});



};
