var liberation = {
  src: '/flash/sifr.swf',
  wmode: 'transparent'
};

sIFR.activate(liberation);

sIFR.replace(liberation, {
  selector: 'h3.rcnt-prjct-title'
  ,css: [
       'a { color: #996600; text-decoration: none; }'
      ,'a:link { color: #996600; }'
      ,'a:hover { color: #993300; }'
 ]
});
//=======================================================
var trebuchet = {
  src: '/flash/trebuchet.swf',
  wmode: 'transparent'
};

sIFR.activate(trebuchet);

sIFR.replace(trebuchet, {
  selector: 'p.whatwedo'
  ,css: [
       '.sIFR-root { color: #7F1A59; font-style: italic; line-height: 1.4em;}'
 ]
});
//=======================================================
var colsheading = {
  src: '/flash/colsheading.swf',
  wmode: 'transparent'
};

sIFR.activate(colsheading);

sIFR.replace(colsheading, {
  selector: 'h2.col-heading'
  ,css: [
       '.sIFR-root { color: #990033; text-transform: uppercase;}'
 ]
});
//=======================================================
var leftcolh2 = {
  src: '/flash/sifr.swf',
  wmode: 'transparent'
};

sIFR.activate(leftcolh2);

sIFR.replace(leftcolh2, {
  selector: '#left-col h2'
  ,css: [
       '.sIFR-root { color: #996600;}'
 ]
});
