var gothic = {
src: '/_assets/gothic.swf'
};

sIFR.activate(gothic);

sIFR.replace(gothic, {
selector: '.cols .col_left h2',
css: {'.sIFR-root': { 'text-transform': 'uppercase', 'color': '#04b4fe', 'font-size': '36', 'leading': '-6' }}, 
wmode: 'transparent',
transparent: true
});

sIFR.replace(gothic, {
selector: '.cols .col_right h2',
css: {'.sIFR-root': { 'text-transform': 'uppercase', 'color': '#effe04', 'font-size': '28', 'leading': '-8'}}, 
wmode: 'transparent',
transparent: true
});

sIFR.replace(gothic, {
selector: '.threecols .col_one h2',
css: {'.sIFR-root': { 'text-transform': 'uppercase', 'color': '#04b4fe', 'font-size': '28', 'leading': '-8' }}, 
wmode: 'transparent',
transparent: true
});

sIFR.replace(gothic, {
selector: '.threecols .col_two h2',
css: {'.sIFR-root': { 'text-transform': 'uppercase', 'color': '#effe04', 'font-size': '28', 'leading': '-8'}}, 
wmode: 'transparent',
transparent: true
});

sIFR.replace(gothic, {
selector: '.threecols .col_three h2',
css: {'.sIFR-root': { 'text-transform': 'uppercase', 'color': '#04b4fe', 'font-size': '28', 'leading': '-8' }}, 
wmode: 'transparent',
transparent: true
});