    //<[CDATA[
  
 var interstatebc = {
    src: 'interstatebc.swf'
  };
  
  var interstate = {
    src: 'interstate.swf'
  };
  
sIFR.activate(interstatebc,interstate);
  
 sIFR.replace(interstate, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #951914;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #7b6a3f }'
      ,'a:hover { color: #7b6a3f }'
    ]
	,wmode: 'transparent'
  });
  
   sIFR.replace(interstatebc, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #000000;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #7b6a3f }'
      ,'a:hover { color: #7b6a3f }'
    ]
	,wmode: 'transparent'
  });
 
 
 sIFR.replace(interstatebc, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #ffffff;text-transform:uppercase;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
	,wmode: 'transparent'
  });
  //]]>