    //<[CDATA[
  
 var franklin = {
    src: 'franklin.swf'
  };
  
  var franklinbook = {
    src: 'franklin-book.swf'
  };
  
  sIFR.activate(franklin, franklinbook);
  
   sIFR.replace(franklinbook, {
    selector: 'h1.book'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #7b6a3f;line-height:16px;width:350px; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #7b6a3f }'
      ,'a:hover { color: #7b6a3f }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(franklinbook, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #000000; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #000000 }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(franklin, {
    selector: 'h1, h2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #7b6a3f; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #7b6a3f }'
      ,'a:hover { color: #7b6a3f }'
    ]
	,wmode: 'transparent'
  });

 sIFR.replace(franklin, {
    selector: '.col_left_home h2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #7b6a3f; width:170px; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #7b6a3f }'
      ,'a:hover { color: #7b6a3f }'
    ]
	,wmode: 'transparent'
  });
    
 
  //]]>