var baksheesh = {
  src: 'includes/templates/pics/baksheesh3beta.swf'
};

sIFR.prefetch(baksheesh); // From revision 209 and onwards
sIFR.activate();

sIFR.replace(baksheesh, {
  selector: '#intro h1',
  css: [
      '.sIFR-root { color: #FFFF00;}'
  ],
  wmode: 'transparent'
});

sIFR.replace(baksheesh, {
  selector: '#intro p',
  css: [
      '.sIFR-root { color: #FFFFFF; leading: 6px;}'
  ],
  wmode: 'transparent'  
});
