var test = { src: 'http://theatrecenter.co.uk/wp-content/themes/theatrecenter/sifr/flash/vag.swf' };

sIFR.activate(test);

sIFR.replace(test, {
  selector: 'h2',
  css: '.sIFR-root { background-color: #ffffff; color: #FF00F0; }',
  'a { text-decoration: none; }',
  'a:link { color: #FF00F0; }',
  'a:hover { text-decoration: underline; }'
  wmode: 'transparent'
});

sIFR.replace(test, {
  selector: '.auxcontent h2',
  css: '.sIFR-root { background-color: #f5f5f5; color: #2786f1; }',
  wmode: 'transparent'
});

sIFR.replace(test, {
  selector: '.maincontent h3',
  css: '.sIFR-root { background-color: #ffffff; color: #2786f1; }',
  wmode: 'transparent'
});