
// define flash file(s) to be used
var sifrbell = {
  src: 'sifrbell.swf'
};

// tell sIFR to load the flash movie file
sIFR.prefetch(sifrbell);

// activate sIFR
sIFR.activate();

// elements to be replaced
sIFR.replace(sifrbell, {
  selector: 'h1'
  ,css: [
	'.sIFR-root { color: #5f3812; font-style: italic; }'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(sifrbell, {
  selector: 'h2'
  ,css: [
	'.sIFR-root { color: #5f3812; font-style: italic; }'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(sifrbell, {
  selector: 'h4 contact'
  ,css: [
	'.sIFR-root { color: #ffffff; font-style: italic; }'
  ]
  ,wmode: 'transparent'
});
