var communist_sans = {
    src: 'http://www.fontburner.com/flash/communist_sans.swf'
  };
  sIFR.prefetch(communist_sans);
  sIFR.delayCSS  = true;
  sIFR.activate(communist_sans);
  

 
  sIFR.replace(communist_sans, {
    selector: 'h1, h2, h3,  .communist_sans, #communist_sans, .home-main-title'
    ,css: [
      '.sIFR-root {color:#33435e;}'
      ,'a {color:#33435e; text-decoration: underline; font-weight:normal; }'
      ,'a:link {color:#33435e; text-decoration: underline; font-weight:normal; }'
      ,'a:hover {color:#33435e; text-decoration: underline; font-weight:normal; }'
      ,'a:visited { color: #33435e; text-decoration: underline }'
      ,'em { color: #33435e; font-style:normal; font-weight:normal; }'
      ,'strong { color: #33435e; font-weight:normal; font-style:normal; }'
    ]

    ,offsetTop:0
    ,marginBottom: 0
   	,verticalSpacing: 0
    ,wmode: 'transparent'
    
  });