var yourtypeface = {
      src: '/flash/sifr.swf'
};
 
sIFR.activate(yourtypeface);
 

sIFR.replace(yourtypeface, {
      selector: '.note1',
      css: [
      '.sIFR-root { font-size:14px; margin:0;padding:0; font-weight:normal; color:#FFFFFF; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: '.note2',
      css: [
      '.sIFR-root { font-size:14px; margin:0;padding:0; font-weight:normal; color:#FFFFFF; }',
	  'a { text-decoration:none; color:#FFFFFF;}',
	  'a:hover {text-decoration:none; color:#FFFFFF;}',
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: '#footer .wrap p',
      css: [
      '.sIFR-root { font-size:14px; font-weight:normal; color:#FFFFFF; }',
	  'a { text-decoration:none; color:#FFFFFF;}',
	  'a:hover { text-decoration:none; color:#FFFFFF;}',
      ],
      wmode: 'transparent'
});


