var humnst = {
      src: 'http://www.smonline.com.br/includes/swf/humnst.swf'
};

sIFR.activate(humnst);

//
//sIFR.replace(humnst, {
//      selector: '#header h2',
//	   css: [
//      '.sIFR-root { color:#f8a11c; font-size:1.5em; font-weight:normal; }',
//	  'strong {color:#f5c400}'
//      ],
//      wmode: 'transparent'
//});

sIFR.replace(humnst, {
      selector: '.coluna h3',
	   css: [
      '.sIFR-root { color:#f8a11c; font-size:1.2em; font-weight:normal; }',
	  ],
      wmode: 'transparent'
});

sIFR.replace(humnst, {
      selector: '.descricao h5',
	   css: [
      '.sIFR-root { color:#000064; font-size:1.2em; font-weight:bold; }',
      ],
      wmode: 'transparent'
});

sIFR.replace(humnst, {
      selector: 'h3.popup',
	   css: [
      '.sIFR-root { color:#f8a11c; font-size:1.2em; font-weight:normal; }',
	  ],
      wmode: 'transparent'
});

sIFR.replace(humnst, {
      selector: '.barraLateral h3',
	   css: [
      '.sIFR-root { color:#f8a11c; font-size:1.2em; font-weight:normal; }',
	  'a { color:#f48b38; text-decoration:none; }', 'a:hover { color: #f48b38;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(humnst, {
      selector: '#topo h4',
	   css: [
      '.sIFR-root { color:#000064; font-size:1.6em; font-weight:bold; }',
      ],
      wmode: 'transparent'
});

