// Load Flash Font File
var themix_caps = {
    src: '/swf/themix_caps.swf'
};

// Activate font and sIFR
sIFR.prefetch(themix_caps);
sIFR.activate();

// Replace selectors
sIFR.replace(themix_caps, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { text-transform:lowercase; color: #A1C300; font-weight: bold; letter-spacing: -1.0; }'
    ]
	,wmode: 'opaque'
});

sIFR.replace(themix_caps, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { text-transform:lowercase; color: #A1C300; font-weight: bold; letter-spacing: -1.0; }'
    ]
	,wmode: 'opaque'
});

