var herculanum = {
      src: 'http://www.ptbambu.com/wp-content/themes/ptbambu/media/sifr.swf'
};
 
sIFR.activate(herculanum);


sIFR.replace(herculanum, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { font-size: 30px; color: #000000 }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #777777; }'
    ],
	wmode: 'transparent'
  });

sIFR.replace(herculanum, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { font-size: 14px; color: #000000 }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #777777; }'
    ],
	wmode: 'transparent'
  });