var share = {
  src: './sifr/sifr_r413/helvetica_neue_35thin.swf'
};

sIFR.activate(share);

sIFR.replace(share, {
  selector: 'h1'
	,css: [
'.sIFR-root { color: #ababab; font-size:20px; font-weight:bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ababab; }'
      ,'a:hover { color: #CCCCCC; }'

  ],
wmode: 'transparent'  
});

sIFR.replace(share, {
  selector: 'h2'
	,css: [
'.sIFR-root { color: #639301; font-size:20px; font-weight:bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #639301; }'
      ,'a:hover { color: #CCCCCC; }'

  ],
wmode: 'transparent'  
});