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:block; width:300px;}'
		  , 'a { text-decoration: none; }'
		  , 'a:link { color: #ffffff; }'
		  , 'a:hover { color: #ffffff; }'
		]
		, filters: {
			Glow: {
				hideObject: false
				, knockout: false
				, quality: 1
				, distance: 1
				, color: '#333333'
				, strength: 1
			}
		}
		, 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; }'
		]
		, filters: {
			Glow: {
				hideObject: false
				, knockout: false
				, quality: 1
				, distance: 1
				, color: '#333333'
				, strength: 1
			}
		}
		,wmode: ['transparent']
	});

 
