
// --------------- Gothic -------------------------
var gothic = {
      src: 'http://amg.amgwebhosting.com/wp-content/themes/absolute_one/sifr/flash/gothic.swf'
};
 
sIFR.activate(gothic);
 
sIFR.replace(gothic, {
      selector: 'h3.gothic',
      css: [
      '.sIFR-root { font-size:25px; font-weight:normal; color:#ffffff; }'
      ],
      wmode: 'transparent'
});



// --------------- Gothic Light -------------------------
var gothic_light = {
      src: 'http://amg.amgwebhosting.com/wp-content/themes/absolute_one/sifr/flash/gothic.swf'
};
 
sIFR.activate(gothic_light);
 
sIFR.replace(gothic_light, {
      selector: 'h3.gothic_light',
      css: [
      '.sIFR-root { font-size:22px; font-weight:normal; color:#ffffff; }'
      ],
      wmode: 'transparent'
});


// --------------- Gothic Red -------------------------
var gothic_light = {
      src: 'http://amg.amgwebhosting.com/wp-content/themes/absolute_one/sifr/flash/gothic.swf'
};
 
sIFR.activate(gothic_light);
 
sIFR.replace(gothic_light, {
      selector: 'h4.gothic_red',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#ffffff; }'
      ],
      wmode: 'transparent'
});



