// Begin jMedia Components
$(document).ready(
function() {
	$("#TickerTape1").media({ width: 518, height: 48, src: 'TickerTape.class', title: '',
		params: { codebase: './', 'text1': 'Visit us at the 2010 National Night Out, Tuesday, August 3, 2010 at Hales Corners Park.  Click link at left for more information.', 'speed': '40', 'framecolor': 'lightGray', 'backcolor': 'black', 'ledtype': '0', 'ledcolor': 'green', 'LEDsize': '2' }
	});
});
// End jMedia Components

