$(document).ready(function() {

if(typeof sIFR == "function")	
  {
    sIFR.bHideBrowserText = true;
    sIFR.setup();    

    sIFR.replaceElement("#sIFR", named(
    {
      sFlashSrc: "/files/text/sifr/comic_andy.swf", 
      sColor: "#000", 
      sCase: "lower",
      nPaddingLeft: 20
    }));
  }

  if(typeof Cufon == "function") 
  {
     Cufon.replace('.cufon');
  }

});
