var targetbook = {
      src: 'http://www.lealea.net/js/sifr/targetbook.swf'
};
 
var targetbookH3 = {
      src: 'http://www.lealea.net/js/sifr/targetbook.swf'
};

var targetbooksub = {
      src: 'http://www.lealea.net/js/sifr/targetbook.swf'
};

sIFR.activate(targetbook,targetbookH3,targetbooksub);

sIFR.replace(targetbook, {
      selector: 'body h1',
      css: [
      '.sIFR-root { font-size:34px; color:#ffffff; }'
      ,'a:link { text-decoration:none; color: #ffffff; }' 
      ,'a:hover { text-decoration:none; color: #ffffff; }'      
           
      ],      
      wmode: 'transparent'
});

sIFR.replace(targetbookH3, {
      selector: '#content h3',
      css: [
      '.sIFR-root { font-size:17px; color:#EBB600; }'
      ],      
      wmode: 'transparent'
});

sIFR.replace(targetbooksub, {
      selector: '#sidebar h3, #feature h3, #mailing h3',  
      css: [
      '.sIFR-root { font-size:17px; color:#FFFFFF; }'
      ],      
      wmode: 'transparent'
});






