var whit = {
   src: '/_js/sifr.swf'
};

var gothb = {
   src: '/_js/gothb.swf'
};

var gothmed = {
   src: '/_js/gothmed.swf'
};


sIFR.activate(whit, gothb, gothmed);

sIFR.replace(gothb, {
   selector: '#sidebar h3' 
   ,css: [
      '.sIFR-root {text-align: center; color:#f0e2bd; text-transform:uppercase}'
   ]
   ,wmode:'transparent'
});

sIFR.replace(gothmed, {
   selector: '#content h2' 
   ,css: [
      '.sIFR-root {color:#f0e2bd; leading: 10}'
   ]
   ,wmode:'transparent'
});