var ornament = {
  src: 'swf/ornament.swf'
};


sIFR.useStyleCheck = true;

sIFR.activate(ornament); // From revision 209 and onwards
	
	sIFR.replace(ornament, {
	  selector: '#menu ul li, .box h2',
	  wmode: 'transparent',
	  forceSingleLine: true,
	  css: [
      '.sIFR-root { color:#262626; text-decoration: none; text-align: right; }',
      '.sIFR-root a { color: #262626;; text-decoration: none; }',
      '.sIFR-root a:hover { color: #A0331F; }'
      ]

	}	
	
);
