
  var caslonantique = {
    src: '/wp-content/themes/k2/flash/caslonantique.swf'
  };

  var garamond = {
    src: '/wp-content/themes/k2/flash/garamond.swf'
  };


  var perpetuatitling = {
    src: '/wp-content/themes/k2/flash/perpetuatitling.swf'
  };

  var perpetua = {
    src: '/wp-content/themes/k2/flash/perpetua.swf'
  };


  sIFR.activate(caslonantique, perpetuatitling, perpetua, garamond);

  sIFR.fitExactly = true;
  
  sIFR.replace(caslonantique, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { color: #FFFFFF; background-color: #280D7F, text-align: left; font-weight: normal; font-size: 46px;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #FFFFFF; }'
      ,'a.active { color: #FFFFFF; }'
    ]
  }); 




  sIFR.replace(garamond, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { color: #444444; text-align: left; font-weight: normal; font-size: 24px; letter-spacing: 0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #00A0C6; }'
      ,'a:hover { color: #ff5900; }'
      ,'a.active { color: #ff5900; }'
    ]
  }); 

  sIFR.replace(garamond, {
    selector: 'h4'
    ,css: [
      '.sIFR-root { color: #444444; text-align: left; font-weight: normal; font-size: 18px; letter-spacing: 0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #00A0C6; }'
      ,'a:hover { color: #ff5900; }'
      ,'a.active { color: #ff5900; }'
    ]
  }); 


  sIFR.replace(garamond, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { color: #333333; text-align: left; font-weight: normal; font-size: 18px; letter-spacing: 0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #00A0C6; }'
      ,'a:hover { color: #ff5900; }'
      ,'a.active { color: #ff5900; }'
    ]
  }); 




  sIFR.replace(garamond, {
    selector: 'ul.menu li.current_page_item'
    ,css: [
      '.sIFR-root { color: #00A0C6; text-align: left; font-weight: normal; font-size: 18px; letter-spacing: 0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #00A0C6; }'
      ,'a:hover { color: #00A0C6; }'
      ,'a.active { color: #00A0C6; }'
    ]
  });  


  sIFR.replace(garamond, {
    selector: 'ul.menu li'
    ,css: [
      '.sIFR-root { color: #00A0C6; text-align: left; font-weight: normal; font-size: 18px; letter-spacing: 0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #444444; }'
      ,'a:hover { color: #00A0C6; }'      
      ,'a.active { color: #00A0C6; }'      
      ,'.current_page_item  {color: #00A0C6;}'


    ]
  });


