// Begin jMedia Components
$(document).ready(
function() {
	$("#TickerTape1").media({ width: 561, height: 32, src: 'TickerTape.class', title: '',
		params: { codebase: './', 'text1': 'Currently Full - accepting names for the Waiting List.', 'speed': '32', 'framecolor': 'black', 'backcolor': 'white', 'ledtype': '0', 'ledcolor': 'black', 'LEDsize': '2' }
	});
});
// End jMedia Components

