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': '#171F69', 'line-height': '18px'}
	}
});
sIFR.activate(syntax);
sIFR.replace(syntax, {
    selector: 'h5'
	, wmode: 'transparent'
	, css: {
	    '.sIFR-root': { 'font-size': '60px', 'font-weight': 'bold', 'color': '#FFFFFF', 'line-height': '60px' }
	}
});