var interstate = {
  src: '/flash/interstate.swf'
};

var interstatebc = {
  src: '/flash/interstatebc.swf'
};

sIFR.activate(interstate);
sIFR.activate(interstatebc);

  sIFR.replace(interstatebc, {
    selector: '#pagetitle h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #edcd38; font-weight: bold; }'
    ]
  });
  
   sIFR.replace(interstatebc, {
    selector: '#equipmentpop h1, #locationpop h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #edcd38; font-weight: bold; }'
    ]
  });
   
  sIFR.replace(interstate, {
    selector: '#projectsidebar h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #edcd38; font-weight: bold; text-transform: uppercase; }'
    ]
  });

  sIFR.replace(interstate, {
    selector: '#content h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { letter-spacing: -.5; color: #0a9cde; font-weight: bold; text-transform: uppercase; }',
	  'a { color: #ffffff; }',
	  'a:hover { color: #edcd38; }'
    ]
  });
  
   sIFR.replace(interstate, {
    selector: '#equipmentpop h2, #locationpop h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #edcd38; font-weight: bold; text-transform: uppercase; }'
    ]
  });
