var interstatebc = {
  src: 'interstate-bc.swf'
/* ,ratios:[7,1.32,8,1.31,12,1.27,20,1.22,28,1.19,30,1.17,31,1.18,45,1.17,61,1.16,103,1.15,104,1.14,108,1.15,111,1.14,113,1.15,118,1.14,120,1.15,1.14]*/
};

var interstatebi = {
  src: 'interstate-bi.swf'
/* ,ratios:[7,1.32,8,1.31,12,1.27,20,1.22,28,1.19,30,1.17,31,1.18,45,1.17,61,1.16,103,1.15,104,1.14,108,1.15,111,1.14,113,1.15,118,1.14,120,1.15,1.14]*/
};

var interstater = {
  src: 'interstate-r.swf'
/* ,ratios:[7,1.32,8,1.31,12,1.27,20,1.22,28,1.19,30,1.17,31,1.18,45,1.17,61,1.16,103,1.15,104,1.14,108,1.15,111,1.14,113,1.15,118,1.14,120,1.15,1.14]*/
};

sIFR.useStyleCheck = true;
sIFR.activate(interstatebc, interstater, interstatebi);


sIFR.replace(interstater, {
    selector: '.viewlet h3'
	,css: [
      '.sIFR-root { color:#000000; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
	,wmode: 'transparent'
  }); 

sIFR.replace(interstatebc, {
    selector: '#footer h2'
	,css: [
      '.sIFR-root { color:#e99b00; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #e99b00; }'
      ,'a:hover { color: #e99b00; }'
    ]
	,wmode: 'transparent'
  });  
  
sIFR.replace(interstatebi, {
    selector: 'h1.brown, h2.featured, h2.enlarge'
	,css: [
      '.sIFR-root { color: #ffffff; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ]
	,wmode: 'transparent'
  });
  
  
sIFR.replace(interstatebc, {
    selector: 'h2, h3'
	,css: [
      '.sIFR-root { color:#000000; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
	,wmode: 'transparent'
  });

sIFR.replace(interstatebi, {
    selector: 'h1'
	,css: [
      '.sIFR-root { color: #000000; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
	,wmode: 'transparent'
  });