// Begin jMedia Components
$(document).ready(
function() {
	$("#TickerTape1").media({ width: 235, height: 25, src: 'TickerTape.class', title: '',
		params: { codebase: '../', 'text1': 'Buy with confidence.   Enjoy modern technology.   Custom dash and steering column.   Comfortable for large and small drivers.   454 c.i. Rat Power.....Yeah baby!', 'speed': '30', 'framecolor': 'lightGray', 'backcolor': 'black', 'ledtype': '2', 'ledcolor': 'yellow', 'LEDsize': '1' }
	});
});
// End jMedia Components

