var syntax = {
  src: '/swf/syntax.swf'
};
sIFR.activate(syntax);
sIFR.replace(syntax, {
  selector: 'h1'
	,wmode: 'transparent'
	,css: {
      '.sIFR-root' : {'font-size': '20px','font-weight': 'bold','color': '#004562', 'line-height': '18px'}
	}
});
