// Begin jMedia Components
$(document).ready(
function() {
	$("#TickerTape2").media({ width: 817, height: 52, src: 'TickerTape.class', title: '',
		params: { codebase: '../', 'text1': 'Where are the ROCKETS ???', 'speed': '25', 'framecolor': 'red', 'backcolor': 'black', 'ledtype': '2', 'messagesSeparator': '-------------', 'ledcolor': 'red', 'LEDsize': '3', 'text2': '  CALL NOW !!!! FOR BOOKING THE RETRO-ROCKETS  301-596-2017' }
	});
});
// End jMedia Components

