var handi = {
  src: 'library/javascript/handi.swf'
};

sIFR.activate(handi);

sIFR.replace(handi, {
  selector: 'li.sifr',
  wmode: 'transparent',
  css: [
  '.sIFR-root { color: #000000; font-weight: bold; }',
  'a { color: #000000; text-decoration: none; }',
  'a:visited { color: #000000; text-decoration: none; }',
  'a:hover { color: #ed1093; text-decoration: none; }'
  ]
});

sIFR.replace(handi, {
  selector: 'h1',
  wmode: 'transparent',
  css: [
  '.sIFR-root { color: #000000; font-weight: bold; }',
  'a { color: #000000; text-decoration: none; }',
  'a:visited { color: #000000; text-decoration: none; }',
  'a:hover { color: #000000; text-decoration: none; }'
  ]
});