
var aaaiight = { src: 'http://217.199.182.93/tms_web/SMC_digipack/_img/aaaiight.swf' };
var ford = { src: 'http://217.199.182.93/tms_web/SMC_digipack/_img/ford.swf' };


sIFR.activate(aaaiight);

sIFR.replace(aaaiight, {
  selector: '#topright p',
  css: [
  '.sIFR-root { font-size: 18px; color: #ffffff; text-align: right; }'
  ],
  wmode: 'transparent'
});

sIFR.activate(ford);

sIFR.replace(ford, {
  selector: '#footer h2',
  css: [
  '.sIFR-root { font-size: 12px; color: #0a3792; }'
  ],
  wmode: 'transparent'
});
