
	  var machine = {
	    src: '/_flash/machine.swf'
	   
	  };

	  var bellgothic = {
	    src: '/_flash/bellgothic.swf'
	    
	  };

	  sIFR.useStyleCheck = true;
	  sIFR.activate(machine, bellgothic);

	  sIFR.replace(machine, {
	    selector: 'h4'
		,wmode: 'transparent'
	  	,css: [
	      '.sIFR-root {color: #e5d01d;}'
	      ,'a { text-decoration: none; }'
	      ,'a:link { color: #000000; }'
	      ,'a:hover { color: #CCCCCC; }'
	    ]
	  });
	
	sIFR.replace(bellgothic, {
	    selector: 'h6'
		,wmode: 'transparent'
		,css: [
		'.sIFR-root {color: #FFFFFF;};'
		]
	  });

