// fonts we're using


var chardin = {
   src: '/assets/swf/chardin.swf',
   selectable: true
};



//activate them

sIFR.activate(chardin);

function getGoing(configText) {
    sIFR.replace(chardin, {
      selector: '#hMiddle h2, #hRight h2, #homeArtist h3, #homeForum h3, #threeRight h2, #twoRight h2',
      css: '.sIFR-root { color: #2f1c14; }',
      wmode: 'transparent'
    });

    sIFR.replace(chardin, {
      selector: '#inner h1',
      css: '.sIFR-root {'+configText+'}',
      wmode: 'transparent',
      tuneHeight: -5,
      offSetTop: -4
    });


    sIFR.replace(chardin, {
      selector: '.threeTitle',
      css: '.sIFR-root { color: #ffffff; }',
      wmode: 'transparent'
    });
    
}

//target elements to replace





