var interstate = {
  src: 'interstate.swf'
};

sIFR.activate(interstate); // From revision 209 and onwards

sIFR.replace(interstate, {
  selector: 'h1'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root {font-size: 60px; color: #CCCCCC; font-weight:bold; leading:0;}'
    ]
});
