var interstate = {
  src: '/swf/interstatelc.swf'
};

sIFR.activate(interstate);

sIFR.replace(interstate, {
	selector: 'span.sifr'
		,css: [
		  '.sIFR-root { color:#ffffff; font-size:22px; background-color:transparent; display:inline; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #ffffff; }'
		  ,'a:hover { color: #ffffff; }'
		]
		,wmode: ['transparent']
		,forceSingleLine: true
	});

sIFR.replace(interstate, {
	selector: 'span.sifr2'
		,css: [
		  '.sIFR-root { color:#ffffff; font-size:16px; background-color:transparent;display:block; width:300px;}'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #ffffff; }'
		  ,'a:hover { color: #ffffff; }'
		]
		,wmode: ['transparent']
	});

 