var foonky = {
  src: 'templates/Original/foonky.swf'
};

sIFR.debugMode = true;
//sIFR.prefetch(cochin, rockwell);
sIFR.prefetch(foonky);
sIFR.activate();

sIFR.replace(foonky, {
  selector: 'td.pageHeading h1'
  ,css: [
    '.sIFR-root { text-align: left; font-weight: bold; color: #00bef2; padding: 0; margin: 0;}'
    ,'a { text-decoration: none }'
    ,'a:link { color: #00bef2 }'
    ,'a:hover { color: #00bef2 }'
  ]
,wmode: 'transparent'

});


  sIFR.replace(foonky, {
  selector: 'td.contentBoxHeadingCenter h1'
  ,css: [
    '.sIFR-root { text-align: center; font-weight: bold; color: #ff0000; padding: 0; margin: 0;}'
    ,'a { text-decoration: none }'
    ,'a:link { color: #ff0000 }'
    ,'a:hover { color: #ff0000 }'
  ]
,wmode: 'transparent'
//,fitExactly: true
//,tuneHeight: -15

});



