
var interstate = {
  src: 'interstatexl.swf'
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(interstate);

sIFR.replace(interstate, {
  selector: 'h2.is'
  ,css: [
	'.sIFR-root { font-weight: normal; background-color:#ffffff; color:#000000; font-size:21;  }'
	,'a { text-decoration: none; }'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(interstate, {
  selector: 'h4.is'
  ,css: [
	'.sIFR-root { font-weight: normal; background-color:#ffffff; color:#000000; font-size:15;  }'
	,'a { text-decoration: none; }'
  ]
  ,wmode: 'transparent'
});





  
  