var swiftsc = {
  src: '/_include/swiftsc.swf'
};

sIFR.activate(swiftsc);


sIFR.replace({
    selector: 'h1', 
    src: '/_include/swiftsc.swf', 
	css: {
      '.sIFR-root' : { 'text-align': 'left', 'font-weight': 'bold', 'background-color': '#FFFFFF', 'color' : '#000000;'},
      'a': { 'text-decoration': 'none' },
      'a:link': { 'color': '#FFFFFF' },
      'a:hover': { 'color': '#FFFFFF' }
    },
    paddingTop: 0
  });



