var hn = { src: '/wp-content/themes/husani8/flash/hn.swf' };
var hnlight = { src: '/wp-content/themes/husani8/flash/hnlight.swf' };

// sIFR.useStyleCheck = true;

sIFR.activate(hn);

sIFR.replace(hn, {
  selector: 'div#header h1',
  css: '.sIFR-root { background-color: #1e1d1d; color: #aaaaaa; leading: -9; letter-spacing: -1}; em { color: #ffffff; font-style: normal}; a {color: #dddddd; text-decoration: underline}; a:hover {color: #dddddd; text-decoration: underline}'
});

sIFR.replace(hnlight, {
  selector: 'p.detailshead',
	    wmode: 'transparent',
	    fitExactly: 'true',
	    tuneHeight: '-5',
  css: '.sIFR-root { background-color: transparent; color: #1e1d1d; letter-spacing: 1; font-weight: bold; }; strong { color: #df3d82}'
});

