var delicious = {
  src: '/flash/delicious.swf'
};

sIFR.hideElements = false;
sIFR.activate(delicious);

sIFR.replace(delicious, {
  wmode: 'transparent',
  selector: '#content h1',
  tuneHeight: -10,
  offsetTop: -5,
  css: '.sIFR-root { color: #900000; font-size: 28px; font-weight: bold; line-height: 28px; }, .sIFR-root a { color: #900000; text-decoration: none; }, .sIFR-root a:hover { color: #900000; text-decoration: underline; }'
});

sIFR.replace(delicious, {
  wmode: 'transparent',
  selector: '#content h2',
  tuneHeight: -10,
  offsetTop: -5,
  css: '.sIFR-root { color: #555555; font-size: 20px; font-weight: bold; line-height: 20px; }, .sIFR-root a { color: #900000; text-decoration: none; }, .sIFR-root a:hover { color: #900000; text-decoration: underline; }'
});

sIFR.replace(delicious, {
  wmode: 'transparent',
  selector: '#featured-project h3',
  tuneHeight: -10,
  offsetTop: -5,
  css: '.sIFR-root { font-size: 16px; font-weight: bold; line-height: 16px; }, .sIFR-root a { color: #900000; text-decoration: none; }, .sIFR-root a:hover { color: #900000; text-decoration: underline; }'
});