var centurygothic = {
      src: 'flash/centurygothic.swf'
};
 
sIFR.activate(centurygothic);
 
sIFR.replace(centurygothic, {
      selector: 'h1, h2, h3, h4, h5, p,',
	  css: [
      '.sIFR-root { font-weight:normal; color:#ffffff;}',
	  'strong { font-weight:nomal; color:#ff0000; }',
	  'a:link {text-decoration:none; text-align: right; color:#252525;}',
	  'a:visited {text-decoration:none; text-align: right; color:#252525;}',
	  'a:active {text-decoration: none; text-align: right; color:#000000;}',
	  'a:hover {text-decoration: underline; text-align: right; color:#000000;}',
	  
	 ],
      wmode: 'transparent'
});

