var thesans = {
  src: '../flash/thesans.swf'
};

sIFR.activate(thesans);

sIFR.replace(thesans, {
  selector: 'h1'
  ,css: [
		'.sIFR-root { font-size: 25px; color: #ff0000; font-weight: normal;}',
		]
  ,wmode: 'transparent'
});



