// JavaScript Document

     var chocolate = {
      src: 'swf/chocolate_caliente.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
     };   
     var chocolate_amargo = {
      src: 'swf/chocolate_amargo.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
     };   
     
     
function Replace() {
   

     sIFR.replace(chocolate, {
      selector: 'div.uncle_person_name'
      ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #036282; font-size: 18px; }'
        ,'a { text-decoration: none; color: #036282; }'
        ,'a:link { color: #036282; }'
        ,'a:hover { color: #036282; }'
      ]
     });


  sIFR.replace(chocolate, {
      selector: 'div.pdf_size'
      ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: center; font-weight: bold; color: #FFFFFF; font-size: 22px; }'
        ,'span { color: #FFFFFF; }'
      ]
     });

     sIFR.replace(chocolate, {
      selector: 'p.blog_filter, p.words_of_uncle_blog_title'
      ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #FFFFFF; font-size: 22px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #7ED1F2; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
     });
     
     sIFR.replace(chocolate_amargo, {
      selector: 'p.blog_title'
      ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { margin: 0px; text-align: left; font-weight: bold; color: #84D1ED; font-size: 15px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #84D1ED; }'
        ,'a:hover { color: #84D1ED; }'
      ]
     });
     
     sIFR.replace(chocolate_amargo, {
      selector: 'div.wordsHeadline'
      ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { margin: 0px; text-align: left; font-weight: bold; color: #84D1ED; font-size: 28px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #84D1ED; }'
        ,'a:hover { color: #84D1ED; }'
      ]
     });    
     
}     
     
sIFR.activate(chocolate, chocolate_amargo);