/*
var theSans = {
src: 'js/theSans.swf'
};
*/
var Century = {
    src: siteurl+'js/Century.swf'
  };

sIFR.activate(Century);

sIFR.replace(Century, {
    selector: 'h1',
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #ffffff; background-color: none; font-size: 22px; }'
    ]
  }); 

