var TheSerif = {
  src: 'flash/sIFR/TheSerif.swf'
};

sIFR.activate(TheSerif); // From revision 209 and onwards

// #project_title
sIFR.replace(TheSerif, {
  selector: '#project_title',
  wmode: 'transparent' 
});

//#parker_name
sIFR.replace(TheSerif, {
  selector: '#parker_name',
  css: {
  '.sIFR-root': {'color': '#ffffff' , 'line-height': '0.8em'}
  },
  wmode: 'transparent' 
});

